We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run standalone-migrations specs
standalone-migrations
All tests green.
Finished in 53.11 seconds (files took 0.598 seconds to load) 61 examples, 2 failures Failed examples: rspec ./spec/standalone_migrations_spec.rb:316 # Standalone migrations db:seed loads rspec ./spec/standalone_migrations_spec.rb:335 # Standalone migrations db:seed with non-default seed file loads
Ruby version 2.6.1
rails/rails#35782
The text was updated successfully, but these errors were encountered:
Same issue:
Ruby version 2.6.3 standalone_migrations (5.2.7)
NoMethodError: undefined method `active_job' for #<Rails::Application::Configuration:0x0000000001c50d40>
Sorry, something went wrong.
Adding the following line to Rakefile seems to work correctly. Is this supposed usage?
require 'active_job/railtie'
No branches or pull requests
Steps to reproduce
Run
standalone-migrations
specsExpected behavior
All tests green.
Actual behavior
System configuration
Ruby version 2.6.1
Source of the issue
rails/rails#35782
The text was updated successfully, but these errors were encountered: