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,948 of 196,375
Downloads: 44,268

Daily

Ranking: 73,233 of 196,338
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,689,612,215bundler
71,417,463,688activesupport
81,400,595,737rake
291,013,489,279rspec
37830,316,567activerecord
46779,988,644railties
247217,042,184database_cleaner
281193,361,534sqlite3
79971,651,183factory_girl

Owners

#GravatarHandle
1iconmustafaturan