Categories: None [Edit]

find_cache

https://rubygems.org/gems/find_cache
https://github.com/mustafaturan/find_cache
Makes ActiveRecord 'find_by_id, find_by_(attr)' methods and 'has_one, belongs_to' relations are cacheable by PrimaryKey(PK) or any referenced columns using Rails.cache methods. It also supports fetching multiple records using PKs(ids) with find_all_cache method(if cache store supports multiple reads [hint: memcached_store, dalli_store supports.]).

Total

Ranking: 31,307 of 192,156
Downloads: 43,558

Daily

Ranking: 76,675 of 192,137
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,345,383,941bundler
71,326,454,339activesupport
81,293,584,300rake
29971,309,175rspec
36779,330,657activerecord
46730,888,973railties
233208,034,076database_cleaner
279179,671,038sqlite3
77270,475,646factory_girl

Owners

#GravatarHandle
1iconmustafaturan