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: 29,465 of 183,107
Downloads: 40,472

Daily

Ranking: 86,038 of 183,092
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,407,087,911bundler
7989,475,609activesupport
10953,844,246rake
25817,849,894rspec
35595,989,894activerecord
42555,270,027railties
199180,320,372database_cleaner
253141,523,763sqlite3
64366,530,423factory_girl

Owners

#GravatarHandle
1iconmustafaturan