Froze rails gems
[depot.git] / vendor / rails / railties / environments / production.rb
1 # Settings specified here will take precedence over those in config/environment.rb
2
3 # The production environment is meant for finished, "live" apps.
4 # Code is not reloaded between requests
5 config.cache_classes = true
6
7 # Enable threaded mode
8 # config.threadsafe!
9
10 # Use a different logger for distributed setups
11 # config.logger = SyslogLogger.new
12
13 # Full error reports are disabled and caching is turned on
14 config.action_controller.consider_all_requests_local = false
15 config.action_controller.perform_caching = true
16
17 # Use a different cache store in production
18 # config.cache_store = :mem_cache_store
19
20 # Enable serving of images, stylesheets, and javascripts from an asset server
21 # config.action_controller.asset_host = "http://assets.example.com"
22
23 # Disable delivery errors, bad email addresses will be ignored
24 # config.action_mailer.raise_delivery_errors = false