-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
ActiveRecord 5.2 Support #849
Comments
It's an underlying issue over here. |
Also in |
@pioz Haha, I just ended up in the same rabbit hole as you. You win :) Let me link to the lines: 3 arguments passed here: ransack/lib/ransack/adapters/active_record/context.rb Lines 282 to 284 in 724d020
4 required here: |
Also, this override in ransack accepts an argument:
But the original in Rails no longer takes an argument: |
Also the
is become protected: |
So I have working version for me: |
Not sure if it is the same issue, but a branch of Ransack based on Polyamorous is available here for testing. #858 |
Closed as fixed by #868 |
Did someone succesfully run ransack with AR 5.2? Build is failing on rails master branch(actually it's failing everywhere). Is someone working on that?
The text was updated successfully, but these errors were encountered: