summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-10 11:45:46 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-10 11:45:46 +0100
commit7b1295884861b222e441f431089ea3a6d99fd569 (patch)
treebad56b6f9cfd63130f790806665505c3a44c4874 /config/environments
parentc0c87dc9a80d7bf7f6dd7a779a6519a0e1425c5c (diff)
Started to fragment cache gs_parameter views.
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/development.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb
index bd34e4f..5130681 100644
--- a/config/environments/development.rb
+++ b/config/environments/development.rb
@@ -11,7 +11,7 @@ Gemeinschaft42c::Application.configure do
# Show full error reports and disable caching
config.consider_all_requests_local = true
- config.action_controller.perform_caching = false
+ config.action_controller.perform_caching = true
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false