# HG changeset patch # User edogawaconan # Date 1381380640 0 # Node ID 49410cc6ffd66a72cf1db1f048a9e717a4af5246 # Parent cf4186119c7d3f3c458428047f8c03190c98e3e8 Whoops, doesn't work with multi-process setup. diff -r cf4186119c7d -r 49410cc6ffd6 config/environments/production.rb --- a/config/environments/production.rb Thu Oct 10 04:48:22 2013 +0000 +++ b/config/environments/production.rb Thu Oct 10 04:50:40 2013 +0000 @@ -59,7 +59,7 @@ # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) # Use a different cache store in production. - config.cache_store = :memory_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"