Mercurial > hg > soundsoftware-site
annotate config/environments/demo.rb @ 978:bbb88c44f805 cannam
Look up project objects
author | Chris Cannam |
---|---|
date | Thu, 25 Oct 2012 13:55:22 +0100 |
parents | 513646585e45 |
children |
rev | line source |
---|---|
Chris@0 | 1 # Settings specified here will take precedence over those in config/environment.rb |
Chris@0 | 2 |
Chris@0 | 3 # The production environment is meant for finished, "live" apps. |
Chris@0 | 4 # Code is not reloaded between requests |
Chris@0 | 5 config.cache_classes = true |
Chris@0 | 6 |
Chris@0 | 7 # Use a different logger for distributed setups |
Chris@0 | 8 # config.logger = SyslogLogger.new |
Chris@0 | 9 config.log_level = :info |
Chris@0 | 10 |
Chris@0 | 11 # Full error reports are disabled and caching is turned on |
Chris@0 | 12 config.action_controller.consider_all_requests_local = false |
Chris@0 | 13 config.action_controller.perform_caching = true |
Chris@0 | 14 |
Chris@0 | 15 # Enable serving of images, stylesheets, and javascripts from an asset server |
Chris@0 | 16 # config.action_controller.asset_host = "http://assets.example.com" |
Chris@0 | 17 |
Chris@0 | 18 # Disable mail delivery |
Chris@0 | 19 config.action_mailer.perform_deliveries = false |
Chris@0 | 20 config.action_mailer.raise_delivery_errors = false |
Chris@0 | 21 |