From 694ca19324026143354177351dba98ec0351ecfd Mon Sep 17 00:00:00 2001 From: Sean Grove Date: Thu, 21 Jul 2011 18:38:58 -0700 Subject: [PATCH] Le sigh... --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 5a592d50..f9003a2a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -3,7 +3,7 @@ Locomotive::Application.configure do # The production environment is meant for finished, "live" apps. # Code is not reloaded between requests - config.cache_classes = false + config.cache_classes = true # Full error reports are disabled and caching is turned on config.consider_all_requests_local = false