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,071 of 191,516
Downloads: 43,436

Daily

Ranking: 36,540 of 191,482
Downloads: 8

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,297,533,420bundler
71,312,063,349activesupport
81,275,394,320rake
29965,047,795rspec
36771,471,784activerecord
46723,324,446railties
232206,474,344database_cleaner
278177,618,098sqlite3
77070,176,980factory_girl

Owners

#GravatarHandle
1iconmustafaturan