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: 30,419 of 186,995
Downloads: 41,660

Daily

Ranking: 24,573 of 186,959
Downloads: 28

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,908,242,014bundler
71,169,578,855activesupport
101,129,028,222rake
27909,782,048rspec
36698,603,704activerecord
44653,277,506railties
219195,269,993database_cleaner
276161,097,927sqlite3
73568,353,128factory_girl

Owners

#GravatarHandle
1iconmustafaturan