Recently, when coding in rails and a new migration is pulled in, I won't be aware until my browser notify me to run the migration.
I decided to build a vs-code extension to watch on my migration folder and notify me when there is a new migration, the extension has the ability to run migration also.
Install here: https://marketplace.visualstudio.com/items?itemName=danielshow.rails-migrate
Check out the code https://github.com/Danielshow/rails-auto-migrate
Top comments (0)