Using ActiveRecord caching library in Heroku

Posted by zetarun on Stack Overflow See other posts from Stack Overflow or by zetarun
Published on 2010-05-06T12:35:32Z Indexed on 2010/05/06 12:38 UTC
Read the original article Hit count: 188

Hi all, I'm studying how to use caching in Heroku for my Rails app. HTTP cache powered by Varnish is superb and I'll use it in all pages without user info but I also want to use a kind of ActiveRecord caching with Memcached using "high livel" plugins such as cache_fu or cache-money...but it seems that Heroku supports only the memcached gem (http://docs.heroku.com/memcache) and it's a very low level Memcachad API...

Do you have any other solutions?

Thx.

© Stack Overflow or respective owner

Related posts about activerecord

Related posts about ruby-on-rails