There was an error while loading. Please reload this page.
gem 'dalli' gem 'identity_cache'
bundle
bundle install
environment
config.cache_store = :mem_cache_store
# Files: config/environments/development.rb # Files: config/environments/production.rb # Files: config/environments/staging.rb config.cache_store = :dalli_store, '127.0.0.1:11211:2', { :namespace => '[YOUR_APP_NAME]', :expires_in => 1.day, :compress => true }