-
Notifications
You must be signed in to change notification settings - Fork 195
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
data-migrate breaks after upgrade to rails 7 #191
Comments
I also ran into this tonight. Looks like it's related to the Major version bump from 6 to 7 and some various places checking for it to be 6 to set the migration context and whatnot. I started a branch here on a fork: https://github.com/podia/data-migrate/tree/rails-7, but ran into trouble trying to setup/run tests in the project here. If you're curious, I created a sample app to reproduce the issues here: https://github.com/afomera/data-migrate-rails-7 (use After running bundle, trying to run I ran out of time tonight to continue trying to get specs to run, but maybe this gets things going a little further. |
started a PR #198 |
Shouldn't #204 have closed this? |
Think it's safe to say this one is fixed* now |
Rails 7 is the next release coming up.
in our Gemfile we have
gem "rails", "7.0.0.alpha", git: 'https://github.com/rails/rails.git', branch: 'main'
An upgrade is not possible with data-migrate because of the following exception:
this PR might be a helpful start .. rails/rails#40806
The text was updated successfully, but these errors were encountered: