Skip to content
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

doesn't run with rails 5.2.2 #93

Closed
mikecanann opened this issue Dec 5, 2018 · 2 comments
Closed

doesn't run with rails 5.2.2 #93

mikecanann opened this issue Dec 5, 2018 · 2 comments

Comments

@mikecanann
Copy link

Rails DB doesn't run with rails 5.2.2 (it was working on rails 5.2.1.1)

The error is:

LoadError: cannot load such file -- polyamorous/activerecord_5.2.2_ruby_2/join_association

@mikecanann
Copy link
Author

mikecanann commented Dec 5, 2018

Looks like the error is not inside rails_db, but in the gem ransack. Found a workaround on their issue pages:

activerecord-hackery/ransack#987 (comment) And this fix is to point the ransack gem to the PR branch that has the fix in it:

gem 'ransack', github: 'activerecord-hackery/ransack', branch: '8daa87a0389d380f7c9fd7ea9cb5bda634d5dc7d'

@mikecanann
Copy link
Author

Ransack version 2.1.1 (latest version, released yesterday) is out and it works with Rails 5.2.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant