diff config/environments/production.rb @ 250:d47274afe845

Enforce memory store for cache.
author edogawaconan <me@myconan.net>
date Thu, 10 Oct 2013 04:47:51 +0000
parents 9d6f13168d25
children 49410cc6ffd6
line wrap: on
line diff
--- a/config/environments/production.rb	Thu Oct 10 04:47:34 2013 +0000
+++ b/config/environments/production.rb	Thu Oct 10 04:47:51 2013 +0000
@@ -59,7 +59,7 @@
   # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
 
   # Use a different cache store in production.
-  # config.cache_store = :mem_cache_store
+  config.cache_store = :memory_store
 
   # Enable serving of images, stylesheets, and JavaScripts from an asset server.
   # config.action_controller.asset_host = "http://assets.example.com"