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,429 of 187,224
Downloads: 42,488

Daily

Ranking: 21,977 of 187,196
Downloads: 44

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,971,947,338bundler
71,195,631,968activesupport
101,151,463,039rake
27919,195,736rspec
36711,426,278activerecord
44665,707,991railties
223197,152,794database_cleaner
273163,719,650sqlite3
74268,605,065factory_girl

Owners

#GravatarHandle
1iconmustafaturan