The mechanism to enhance the db:migrate task doesn't work reliably within Rails task system.
When running rake db:migrate:reset (which is ostensibly the same as db:drop db:create db:migrate), the good_migrations autoload patching doesn't take effect.
The mechanism to enhance the db:migrate task doesn't work reliably within Rails task system.
When running
rake db:migrate:reset(which is ostensibly the same asdb:drop db:create db:migrate), the good_migrations autoload patching doesn't take effect.