From dfdc7184251d755c2644b79271679eaaaa88ea2d Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Thu, 4 May 2006 05:38:18 +0000 Subject: [PATCH] Enable fragment caching in ./cache --- config/environment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environment.rb b/config/environment.rb index f68df2f1..e2b64b52 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -11,7 +11,7 @@ Rails::Initializer.run do |config| # Enable page/fragment caching by setting a file-based store # (remember to create the caching directory and make it readable to the application) - # config.action_controller.fragment_cache_store = :file_store, "#{RAILS_ROOT}/cache" + config.action_controller.fragment_cache_store = :file_store, "#{RAILS_ROOT}/cache" # Activate observers that should always be running config.active_record.observers = :page_observer