summaryrefslogtreecommitdiff
path: root/config/environments/production.rb
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-01-29 20:41:18 +0100
committerhukl <hukl@eight.local>2009-01-29 20:41:18 +0100
commitb298d3e8eeb10903bd4640dab7c11d0dc1be9d38 (patch)
treed8d0a8449972a46e551be3b94e7dd02b6107b119 /config/environments/production.rb
initial import with edge rails included as a submodule
Diffstat (limited to 'config/environments/production.rb')
-rw-r--r--config/environments/production.rb27
1 files changed, 27 insertions, 0 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
new file mode 100644
index 0000000..1fc9f6b
--- /dev/null
+++ b/config/environments/production.rb
@@ -0,0 +1,27 @@
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
5config.cache_classes = true
6
7# Full error reports are disabled and caching is turned on
8config.action_controller.consider_all_requests_local = false
9config.action_controller.perform_caching = true
10
11# See everything in the log (default is :info)
12# config.log_level = :debug
13
14# Use a different logger for distributed setups
15# config.logger = SyslogLogger.new
16
17# Use a different cache store in production
18# config.cache_store = :mem_cache_store
19
20# Enable serving of images, stylesheets, and javascripts from an asset server
21# config.action_controller.asset_host = "http://assets.example.com"
22
23# Disable delivery errors, bad email addresses will be ignored
24# config.action_mailer.raise_delivery_errors = false
25
26# Enable threaded mode
27# config.threadsafe! \ No newline at end of file