aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/production.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/environments/production.rb')
-rw-r--r--railties/environments/production.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/railties/environments/production.rb b/railties/environments/production.rb
index b464250bef..4fc13b05ed 100644
--- a/railties/environments/production.rb
+++ b/railties/environments/production.rb
@@ -1,3 +1,8 @@
+# The production environment is meant for finished, "live" apps.
+# Code is not reloaded between requests, full error reports are disabled,
+# and caching is turned on.
+
+# Don't reload code; don't show full error reports; enable caching.
Dependencies.mechanism = :require
ActionController::Base.consider_all_requests_local = false
-ActionController::Base.perform_caching = true \ No newline at end of file
+ActionController::Base.perform_caching = true