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,603 of 193,834
Downloads: 43,832

Daily

Ranking: 108,957 of 193,815
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,502,019,130bundler
71,370,144,241activesupport
81,348,451,581rake
29990,587,083rspec
36802,822,733activerecord
45753,519,975railties
240212,297,723database_cleaner
279186,303,111sqlite3
78771,061,180factory_girl

Owners

#GravatarHandle
1iconmustafaturan