Open
Description
ActiveRecord rake db:migrate
and friends emit output that helps developers see what the command is doing and provides context if something goes wrong. Here's a canonical example from the Ruby on Rails guide. sequel-rails
migration rake tasks appear to emit no output when a command is successful and little to no contextual information when a failure occurs. I recently had failing rake db:migrate:down
invocations that were not even emitting which migration file they were failing on. Could sequel-rails
rake tasks provide more output?
Metadata
Metadata
Assignees
Labels
No labels