diff --git a/config/environments/production.rb b/config/environments/production.rb index c0cc4ae83a..971057f61a 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -7,7 +7,7 @@ # Full error reports are disabled and caching is turned on config.consider_all_requests_local = false - config.action_controller.perform_caching = true + config.action_controller.perform_caching = false # See everything in the log (default is :info) # config.log_level = :debug