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
bin/rails
rake
Because this is the documented way of running migrations https://guides.rubyonrails.org/active_record_migrations.html#running-migrations
and this runs the migrations in the current bundle context if they are using bundler, without any extra capistrano gems required.
The text was updated successfully, but these errors were encountered:
@jcoyne Is it a suggestion or any code changes is required? can u guide ?
Sorry, something went wrong.
Yes, this was a feature request. I'm pretty sure the existing command is here:
rails/lib/capistrano/tasks/migrations.rake
Line 25 in 6c8603f
but I'm not sure how to replace :rake with bin/rails as I'm not sure that method accepts non-Symbol arguments.
:rake
No branches or pull requests
Because this is the documented way of running migrations https://guides.rubyonrails.org/active_record_migrations.html#running-migrations
and this runs the migrations in the current bundle context if they are using bundler, without any extra capistrano gems required.
The text was updated successfully, but these errors were encountered: