From b1a79e139413dd7cff7fd78e34291fdfe4740a01 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 6 May 2014 16:34:46 -0300 Subject: [PATCH] rails3: disable controller caching --- 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 b4aef51..82f1041 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -6,7 +6,7 @@ Noosfero::Application.configure do config.cache_classes = true # Full error reports are disabled and caching is turned on - config.action_controller.perform_caching = true + # config.action_controller.perform_caching = true # Enable Rails's static asset server (Apache or nginx should do this) config.serve_static_assets = true -- libgit2 0.21.2