Rails 5.2 support
Closed this issue · 5 comments
kylekermgard commented
It looks like baby_squeel isn't working with joins in rails 5.2.0.beta2.
rzane commented
Yup, this is a top priority. I'll work on this ASAP.
rzane commented
Okay, I spend some time looking into this. It should be solvable, but it's going to take quite a bit more research. So far, I've identified the source of the changes that caused 5.2 to break:
- rails/rails@8ad8bba#diff-bf6dd6226db3aab589916f09236881c7
- rails/rails@c5ab6e5#diff-bf6dd6226db3aab589916f09236881c7
- rails/rails@40cadf5#diff-bf6dd6226db3aab589916f09236881c7
Also, most of the failures are due to missing or extra parens in the generated SQL.
kapso commented
has_many
& has_one
via through
is breaking on Rails 5.2 because of this gem