f2b9ed6810ed68ac019268511ab4a7cfc7de672a
[selectricity-live] / config / environments / production.rb
1 # The production environment is meant for finished, "live" apps.
2 # Code is not reloaded between requests
3 config.cache_classes = true
4
5 # Use a different logger for distributed setups
6 # config.logger        = SyslogLogger.new
7
8
9 # Full error reports are disabled and caching is turned on
10 config.action_controller.consider_all_requests_local = false
11 config.action_controller.perform_caching             = true
12
13 # Enable serving of images, stylesheets, and javascripts from an asset server
14 # config.action_controller.asset_host                  = "http://assets.example.com"
15
16 # Disable delivery errors if you bad email addresses should just be ignored
17 # config.action_mailer.raise_delivery_errors = false

Benjamin Mako Hill || Want to submit a patch?