cancan-eager_load 0.0.2
Complex CanCan rule hash conditions can generate a lot of queries when passed an ActiveRecord instance as a subject. cancan-eager_load parses the hash and adapts it to eager load the data needed in a single query.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord-instance_includes
>= 0.0.1
cancancan
>= 2.1.4