Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielshow/rails-auto-migrate
VSCode extension for Rails that watches migration folder for new ones, open latest migration file and automatically run migration.
https://github.com/danielshow/rails-auto-migrate
javascript migration rails ruby vscode
Last synced: about 2 months ago
JSON representation
VSCode extension for Rails that watches migration folder for new ones, open latest migration file and automatically run migration.
- Host: GitHub
- URL: https://github.com/danielshow/rails-auto-migrate
- Owner: Danielshow
- License: mit
- Created: 2020-07-11T11:51:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T19:37:12.000Z (about 1 year ago)
- Last Synced: 2023-11-16T21:06:57.719Z (about 1 year ago)
- Topics: javascript, migration, rails, ruby, vscode
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=danielshow.rails-migrate
- Size: 459 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rails Auto Migrate
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.## Features
### Watch migration folder and notifies user about new migration
![](https://user-images.githubusercontent.com/24846513/87251582-9e4f6b00-c464-11ea-83a9-e1bf2cc49ca1.gif)### Ability to run migration automatically
### View latest migration file.
![](https://user-images.githubusercontent.com/24846513/87251485-fafe5600-c463-11ea-8fc1-f88713deca8f.gif)## How to use
Open vscode command pallet `⇧⌘P`- To view Latest migration, click on `Open Latest Migration`
- To run Migration, click on `Run Rails Migration````bash
$ bundle exec rake db:migrate
```## Known Issues
None
## Release Notes
### 1.0.0
Initial release of rails-auto-migrate
### 1.0.2
Fix automatic migration### For more information
* [Github](http://github.com/danielshow)
* [Twitter](https://twitter.com/d_showWorld)**Enjoy!** [Install the extension](https://marketplace.visualstudio.com/items?itemName=danielshow.rails-migrate&ssr=false#overview)