-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch rails_6_1 does not work with latest Rails 6.1.4 #10
Comments
@serch - Have you pushed these changes in your fork by chance? |
Thanks for the report... missed this initial email of course. Pretty busy today but will look into it asap. |
@booleanbetrayal this is the only commit I made Monsido@e5cef65 |
Wasn't able to reproduce this issue (not using this gem currently). However I pushed a Can someone try it out and report back? Thank you. |
@kmurph73 thanks for the fix! I tested it against the test suite at work where we only have 3 CTEs and those worked just fine
so I commented out the |
It seems the release of Rails 6.1.4 broke the branch rails_6_1 of the gem.
One error is that
build_arel
changed its signature fromdef build_arel(aliases)
to
def build_arel(aliases = nil)
I fixed this in my fork of the gem but I was still having issues in my test suite, it seems the tests were halting.
Hopefully I'll have time later this week to take a look at this, however I figured I would still open the issue to let you guys know.
The text was updated successfully, but these errors were encountered: