Store cache in database with "activerecord_cache_store" gem
I’ve created gem activerecord_cache_store for storing cache in DB. If available options (file_system, memory_store) are not suitable for you (i.e: on Heroku platform), you should consider using this. Its Rails 3 compatible only. Please visit: RubyGems
Post a comment