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
Hello.
I got a one of error in ransack/adapters/active_record/context.rb.
My application uses build_grouping method with Ransack#search, and this was clearly working with Rails 5.0. But when i try Rails 5.1, this feature is broken.
Comparing the method and caller logic, ransack gives 7 arguments, but activerecord expects 5.
Hello.
I got a one of error in
ransack/adapters/active_record/context.rb
.My application uses
build_grouping
method withRansack#search
, and this was clearly working with Rails 5.0. But when i try Rails 5.1, this feature is broken.Comparing the method and caller logic, ransack gives 7 arguments, but activerecord expects 5.
How do i resolve this?
The text was updated successfully, but these errors were encountered: