From d29ab6b1ef7b005b3dbd2e0f1c295e2022794267 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Thu, 21 Nov 2013 15:52:10 +0000 Subject: Make fragment caching dependent on a config variable. --- lib/configuration.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/configuration.rb') diff --git a/lib/configuration.rb b/lib/configuration.rb index fba70f27c..2192433f7 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -21,6 +21,7 @@ module AlaveteliConfiguration :AVAILABLE_LOCALES => '', :BLACKHOLE_PREFIX => 'do-not-reply-to-this-address', :BLOG_FEED => '', + :CACHE_FRAGMENTS => true, :CONTACT_EMAIL => 'contact@localhost', :CONTACT_NAME => 'Alaveteli', :COOKIE_STORE_SESSION_SECRET => 'this default is insecure as code is open source, please override for live sites in config/general; this will do for local development', -- cgit v1.2.3