Ask A Question

Notifications

You’re not receiving notifications from this thread.

eager loading with custom joins

Daud Sadiq asked in Rails

problem statement:
Can I write a custom join for the included association?
e.g. Course.includes(:course_details).joins(left outer join course_details on course_details.......)

I want to add more conditions in the join. I don't wanna create an association for more conditions. Is there anything I can do other than defining an association for it?

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.