RailsCasts Pro episodes are now free!

Learn more or hide this

Mustafa TURAN's Profile

GitHub User: mustafaturan

Site: http://mustafaturan.net/

Comments by Mustafa TURAN

Avatar

try also find_cache gem https://github.com/mustafaturan/find_cache
- support for rails 3+ including rails 4
- catches your find_by attribute methods
- catches your belongs_to relation
- catches your has_one relations
- threading supported

dynamically expires cache when thread killed or with an after_filter on application controller