DEV Community

Discussion on: N+1 Queries, Batch Loading & Active Model Serializers in Rails

Collapse
 
bajena profile image
Jan Bajena

Hey, I already mentioned it in Usama's gist, but I've built a gem that tackles the problem of N+1 queries in Active Model Serializers.
You can find it here: github.com/Bajena/ams_lazy_relatio...

Keep on rocking!