Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.