NullCacheStore
A backport of ActiveSupport::Cache::NullStore for Rails < 3.2
Installation
- Add to your
Gemfile
:gem 'null_cache_store'
- Set
config.cache_store = :null_store
in the appropriate environment
Project
A backport of ActiveSupport::Cache::NullStore for Rails < 3.2
Gemfile
: gem 'null_cache_store'
config.cache_store = :null_store
in the appropriate environment