Corrected typo on the 'show' page for election information.
[selectricity-live] / config / environments / production.rb
1 # Settings specified here will take precedence over those in config/environment.rb
2 #
3 #Enable memcache
4 #require('memcache')
5 #Cache=MemCache.new('localhost', :compression => true)
6 Cache=nil
7 # The production environment is meant for finished, "live" apps.
8 # Code is not reloaded between requests
9 config.cache_classes = true
10
11 # Use a different logger for distributed setups
12 # config.logger = SyslogLogger.new
13
14 # Full error reports are disabled and caching is turned on
15 config.action_controller.consider_all_requests_local = false
16 config.action_controller.perform_caching             = true
17
18 # Enable serving of images, stylesheets, and javascripts from an asset server
19 # config.action_controller.asset_host                  = "http://assets.example.com"
20
21 # Disable delivery errors, bad email addresses will be ignored
22 # config.action_mailer.raise_delivery_errors = false

Benjamin Mako Hill || Want to submit a patch?