Upgrade to Rails 1.1.
[selectricity] / config / environments / production.rb
index f2b9ed6810ed68ac019268511ab4a7cfc7de672a..5a4e2b1c53cc6201773f0622e2c14b7c2ee24da9 100644 (file)
@@ -1,10 +1,11 @@
+# Settings specified here will take precedence over those in config/environment.rb
+
 # The production environment is meant for finished, "live" apps.
 # Code is not reloaded between requests
 config.cache_classes = true
 
 # Use a different logger for distributed setups
-# config.logger        = SyslogLogger.new
-
+# config.logger = SyslogLogger.new
 
 # Full error reports are disabled and caching is turned on
 config.action_controller.consider_all_requests_local = false

Benjamin Mako Hill || Want to submit a patch?