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: 28,919 of 180,671
Downloads: 39,444

Daily

Ranking: 91,966 of 180,660
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,101,349,740bundler
7898,746,024activesupport
16861,639,035rake
24771,889,602rspec
34544,188,711activerecord
44506,361,878railties
190169,504,020database_cleaner
238133,206,073sqlite3
58565,231,107factory_girl

Owners

#GravatarHandle
1iconmustafaturan