This is a simple VSCode extension that notifies the user when a new migration has been added to the codebase and gives the user the ability to run migration easily. It watches rails migration folder and notify the user through vscode notification.
Open vscode command pallet ⇧⌘P
- To view Latest migration, click on
Open Latest Migration
- To run Migration, click on
Run Rails Migration
$ bundle exec rake db:migrate
None
Initial release of rails-auto-migrate
Fix automatic migration
Enjoy! Install the extension