]> git.openstreetmap.org Git - rails.git/blob - config/environments/production.rb
Improving friend capabilities so you can now add and remove friends as you wish....
[rails.git] / config / 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 # Use a different logger for distributed setups
8 # config.logger = SyslogLogger.new
9
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
14 # Enable serving of images, stylesheets, and javascripts from an asset server
15 # config.action_controller.asset_host                  = "http://assets.example.com"
16
17 # Disable delivery errors if you bad email addresses should just be ignored
18 # config.action_mailer.raise_delivery_errors = false