RailsCasts Pro episodes are now free!

Learn more or hide this

BadrianRails's Profile

GitHub User: BadrianRails

Comments by

Avatar

Great cast but I noticed we had to write many methods.
When I checked identity_cache gem, I have also to write fetch_xxx

Is there any gem cache by default everything without need to change my old code to use fetch_xxx?
I need a gem to use without changing my code and have to replace all finds with fetches.

I found some gems like
https://github.com/ngmoco/cache-mone --not working on Rails3--
https://github.com/orslumen/record-cache
https://github.com/csdn-dev/second_level_cache

Can anyone give suggestions/recommendations?