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

first steps to get specs running against Rails 7 #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

aka47
Copy link

@aka47 aka47 commented Dec 14, 2021

to run specs .. BUNDLE_GEMFILE=gemfiles/rails_7.0.gemfile bundle exec rspec spec

jonnay and others added 7 commits July 11, 2021 22:12
If you're in a project that uses a grumpy rubocop this is rather handy.
`data_migrate` only supports `activerecord >= 5.0`
and Rails 5.0 only supported `>= 2.2.2`.

This mean, no need to support Ruby 1.9 .
So I think `encoding` magic comment is no need now.

FYI: Rails already removed this magic comment on Rails 5.0.
rails/rails#24984
It seems method name is `SchemaMigration.migrations_paths`.
use BUNDLE_GEMFILE=gemfiles/rails_7.0.gemfile bundle exec rspec spec/
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

Successfully merging this pull request may close these issues.

4 participants