Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinhughes27/railsrunmigration
Sublime Text 3 plugin to run or rollback the open migration using rake db:migrate:up/down
https://github.com/kevinhughes27/railsrunmigration
Last synced: 26 days ago
JSON representation
Sublime Text 3 plugin to run or rollback the open migration using rake db:migrate:up/down
- Host: GitHub
- URL: https://github.com/kevinhughes27/railsrunmigration
- Owner: kevinhughes27
- Created: 2015-04-13T03:44:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T03:47:13.000Z (almost 10 years ago)
- Last Synced: 2024-12-16T12:53:11.944Z (27 days ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RailsRunMigration
=================Sublime Text 3 plugin to run or rollback the open migration using rake db:migrate:up/down
Usage
-----Bring up your command pallette (Cmd + Shift + P / Ctrl + Shift + P) and then type `migrate` and you should see it pop up in the list of commands.
Development
-----------clone the repo and then symlink it to your sublime packages directory
eg.
```
ln -s /home/kevin/Dropbox/Projects/RailsRunMigration /home/kevin/.config/sublime-text-3/Packages/RailsRunMigration
```using with chruby
-----------------to use with chruby start sublime from your terminal.
If you get errors about bundler and your ruby version try changing `cmd` to `ruby -v` to make sure Sublime is successfully forwarding through chruby.