You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
I've noticed that in my updated app, subqueries are generated when I supply a relation in a regular where():
This introduces a subquery instead of standard Rails array of ids:
IMO, Squeel should only work this kind of magic inside a where{} block.