Ransack: ActiveRecord 5.2 Support

Created on 9 Dec 2017  路  9Comments  路  Source: activerecord-hackery/ransack

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?

Most helpful comment

All 9 comments

It's an underlying issue over here.

Also in lib/ransack/adapters/active_record/context.rb:282 pass 3 args to JoinDependency.new but with Rails 5.2.0.beta2 seems the constructor take 4.

Not sure if it is the same issue, but a branch of Ransack based on Polyamorous is available here for testing. https://github.com/activerecord-hackery/ransack/pull/858

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zenati picture zenati  路  4Comments

maduhaime picture maduhaime  路  5Comments

seanfcarroll picture seanfcarroll  路  4Comments

mkalmykov picture mkalmykov  路  3Comments

AnnaErshova picture AnnaErshova  路  3Comments