comparison 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
comparison
equal deleted inserted replaced
249:620934712308 250:d47274afe845
57 57
58 # Use a different logger for distributed setups. 58 # Use a different logger for distributed setups.
59 # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) 59 # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
60 60
61 # Use a different cache store in production. 61 # Use a different cache store in production.
62 # config.cache_store = :mem_cache_store 62 config.cache_store = :memory_store
63 63
64 # Enable serving of images, stylesheets, and JavaScripts from an asset server. 64 # Enable serving of images, stylesheets, and JavaScripts from an asset server.
65 # config.action_controller.asset_host = "http://assets.example.com" 65 # config.action_controller.asset_host = "http://assets.example.com"
66 66
67 # Precompile additional assets. 67 # Precompile additional assets.