Opens the latest migration created in a Ruby on Rails app. Works with Sublime Text 3 and Sublime Text 2.
Easy!
- Open any file in your Rails app.
- Bring up your command pallette (
Cmd + Shift + P
/Ctrl + Shift + P
) and type in:
latest
- In no time the "Rails Latest Migration: Open latest Rails migration" should be highlighted, like so:
- Hit enter, and lo and behold; your latest migration!
If you're using atom.io, there's a version of this plugin for you too! Check out https://atom.io/packages/rails-latest-migration.
Using VSCode? tmikoss has got you covered, check out the VSCode version of this plugin here: https://github.com/tmikoss/rails-latest-migration.
The MIT License (MIT) - for more info see LICENSE.md.