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,499 of 193,287
Downloads: 43,780

Daily

Ranking: 74,386 of 193,262
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,446,883,119bundler
71,356,012,121activesupport
81,332,476,291rake
29983,810,331rspec
36794,793,818activerecord
45745,800,365railties
238210,870,379database_cleaner
279184,142,567sqlite3
78170,838,758factory_girl

Owners

#GravatarHandle
1iconmustafaturan