Now with extra protection - tests!
[railsex.git] / test / config / environments / production.rb
blob91f541c4b02a7bceaedb268df03102b3cae2bc05
1 # Settings specified here will take precedence over those in config/environment.rb
3 # The production environment is meant for finished, "live" apps.
4 # Code is not reloaded between requests
5 config.cache_classes = true
7 # Use a different logger for distributed setups
8 # config.logger = SyslogLogger.new
10 # Full error reports are disabled and caching is turned on
11 config.action_controller.consider_all_requests_local = false
12 config.action_controller.perform_caching             = true
13 config.action_view.cache_template_loading            = true
15 # Enable serving of images, stylesheets, and javascripts from an asset server
16 # config.action_controller.asset_host                  = "http://assets.example.com"
18 # Disable delivery errors, bad email addresses will be ignored
19 # config.action_mailer.raise_delivery_errors = false