##// END OF EJS Templates
Merged r14329 from trunk to 3.0-stable (#19252)...
Merged r14329 from trunk to 3.0-stable (#19252) Gemfile: use jdbc-sqlite3 version >= 3.8.10.1. sqlite-jdbc was updated to 3.8.10.1 in upstream. https://github.com/jruby/activerecord-jdbc-adapter/commit/f7a20b0d577fad569d6f375d3b8f1e63dd02266b git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14330 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13823:e2224d4d02ab
r13948:1ea8b3608e16
Show More
production.rb
25 lines | 879 B | text/x-ruby | RubyLexer
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb
# Code is not reloaded between requests.
config.cache_classes = true
# Eager load code on boot. This eager loads most of Rails and
# your application in memory, allowing both threaded web servers
# and those relying on copy on write to perform better.
# Rake tasks automatically ignore this option for performance.
config.eager_load = true
# Full error reports are disabled and caching is turned on.
config.consider_all_requests_local = false
config.action_controller.perform_caching = true
# Disable delivery errors
config.action_mailer.raise_delivery_errors = false
# No email in production log
config.action_mailer.logger = nil
# Print deprecation notices to the Rails logger.
config.active_support.deprecation = :log
end