Replies: 3 comments 5 replies
-
At a high level, what is standing in the way of Rails 6 support? Understanding that is the first key. |
Beta Was this translation helpful? Give feedback.
-
You'll have to run the tests to find out! At one point, I had hoped that Ransack and BabySqueel could share the logic for converting a relation to a join dependency. That didn't end up working out, so I've merged that back into this project to make it more manageable. @vitalinfo submitted a PR there for AR 6 support, but I never really got around to checking it out: rzane/join_dependency#6 Once that's one, you'll probably run into fun new slew of issues. |
Beta Was this translation helpful? Give feedback.
-
Hey @marnen, I'm working on our Rails 5.2 upgrade and out of curiosity try to run the tests with activerecord 6.0. I saw 82 failures. All of them where one of these two errors:
But befor starting to upgrade to a new Version I would suggest removing the old code for AR 4. I'm willing to help but as I said I'm on the AR 5.2 update so it might take a while till I'm looking at AR 6. I would love to see this gem moving forward. |
Beta Was this translation helpful? Give feedback.
-
The purpose of this discussion is to provide support to those who would see to add support for Active Record 6.
Beta Was this translation helpful? Give feedback.
All reactions