aboutsummaryrefslogtreecommitdiffstats
path: root/lib/configuration.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-11-21 15:52:10 +0000
committerLouise Crow <louise.crow@gmail.com>2013-11-25 16:31:19 +0000
commitd29ab6b1ef7b005b3dbd2e0f1c295e2022794267 (patch)
tree7622126985eb66c5198c24bfc1085fdbd5696b04 /lib/configuration.rb
parent7b8978560a193e958fe601af1a32ab7a7f40fde9 (diff)
Make fragment caching dependent on a config variable.
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r--lib/configuration.rb1
1 files changed, 1 insertions, 0 deletions
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',