guard-migrate
guard-migrate copied to clipboard
Guard::Migrate will automatically run your rails migrations when they are edited
Is there a way to run migrations for the test environment as well? I'm constantly getting: Migrations are pending. To resolve this issue, run: bin/rails db:migrate RAILS_ENV=test I thought using...
``` WARNING: db:test:clone is deprecated. The Rails test helper now maintains your test schema automatically, see the release notes for details. ``` I think you can remove this option.
guard-migrate throws stacktrace when attempting to run in a Guard 2.10.4 environment Also, when navigating in pry, Guard sub-modules list does not include Migrate Let me know what else I...