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: 29,575 of 183,477
Downloads: 40,605

Daily

Ranking: 22,084 of 183,470
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,456,134,847bundler
71,004,546,968activesupport
10969,073,546rake
25825,073,950rspec
35604,924,275activerecord
43563,655,771railties
201181,877,048database_cleaner
259143,118,777sqlite3
65366,766,849factory_girl

Owners

#GravatarHandle
1iconmustafaturan