ruby-activerecord-precounter

Yet Another N+1 COUNT Query Killer for ActiveRecord
  https://github.com/k0kubun/activerecord-precounter
  0
  no reviews



Yet Another N+1 COUNT Query Killer for ActiveRecord, counter_cache alternative. ActiveRecord::Precounter allows you to cache count of associated records by eager loading.

This is another version of activerecord-precount, which is not elegant but designed to have no monkey-patch to ActiveRecord internal APIs for maintainability.