Recently I have migrated an Old Ruby Project (Ruby 2.2.5, Rails 4.2.7.1) to the latest version.
I followed the below steps to do this,
- Deleted the GEM.lock File
- Removed the version numbers in the GEM file
- Reran "bundle install" command.
Now I am unable to run "rake db:migrate" command as it is throwing me the below error.
rake aborted!
No such middleware to insert after: "ActionDispatch::DebugExceptions"
But other projects in my repo ran successfully. I tried the "bundle exec rake db:migrate" command instead of "rake db:migrate" command. But didn't help.
I get the same error when I run
rake middleware
My current versions are Ruby 2.6.7 and Rails 6.1.4
Please help me.
Aucun commentaire:
Enregistrer un commentaire