activerecord_follow_assoc 0.1.2
In ActiveRecord, allows you to query the association of the records that your current query would return. If you need the comments of some posts: `Post.where(...).follow_assoc(:comments)`. You can then chain `where` on the comments.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 4.1.0