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