Sign in Sign up
rubygems

activerecord_follow_assoc

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.

Activity

Latest release
9mo ago
Total releases
4
Cadence
~1.7 years
Last 12 months
1

Reach

Stars

Details

License
MIT
First release
Sep 28, 2021
Releases
Version Released
0.1.3 patch
0.1.2 patch
0.1.1 patch
0.1.0 initial