##// END OF EJS Templates
Merged from r10758 trunk (#12237)...
Merged from r10758 trunk (#12237) German Translation updated by Daniel Felix. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.1-stable@10760 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9475:411f0874ab8f
r10538:23861c7cc173
Show More
production.rb
32 lines | 1.2 KiB | text/x-ruby | RubyLexer
Toshi MARUYAMA
replace comment "config/environment.rb" to "config/application.rb" at head of config/environments/*.rb...
r9475 # Settings specified here will take precedence over those in config/application.rb
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 RedmineApp::Application.configure do
# The production environment is meant for finished, "live" apps.
# Code is not reloaded between requests
config.cache_classes = true
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 #####
# Customize the default logger (http://ruby-doc.org/core/classes/Logger.html)
#
# Use a different logger for distributed setups
# config.logger = SyslogLogger.new
#
# Rotate logs bigger than 1MB, keeps no more than 7 rotated logs around.
# When setting a new Logger, make sure to set it's log level too.
#
# config.logger = Logger.new(config.log_path, 7, 1048576)
# config.logger.level = Logger::INFO
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 # Full error reports are disabled and caching is turned on
config.action_controller.perform_caching = true
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 # Enable serving of images, stylesheets, and javascripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 # Disable delivery errors if you bad email addresses should just be ignored
config.action_mailer.raise_delivery_errors = false
Jean-Philippe Lang
Native eol property set on config/*...
r761
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 # No email in production log
config.action_mailer.logger = nil
Jean-Philippe Lang
Account information can now be sent to the user when creating an account....
r543
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 config.active_support.deprecation = :log
end