Rails Latest Migration
Adds a shortcut for quickly opening up the latest migration in your Rails app.
Ported over from my Sublime Text plugin by the same name: Rails Latest Migration - Sublime.
Find Rails Latest Migration on the atom.io package manager here.
Usage
Via Command Pallette
- Open up your Rails project (note: for the plugin to work the project must have been opened in Atom at its root).
- Bring up the command pallette (CMD+SHIFT+P on Mac, CTRL+SHIFT+P on Windows).
- Type in "latest", and select "Rails Latest Migration: Find" from the list.
- And there it is, your latest migration!
- You can select "Rails Latest Migration: List" to open the list of all migrations.
Via keymap
- Open up your Rails project (note: for the plugin to work the project must have been opened in Atom at its root).
- Type "CTRL-CMD-L", and there it is, your latest migration!
- Type "SHIFT-CMD-M" to see the list of all migrations.
Thanks
- Thanks to @jonathansimmons for suggesting this plugin, and providing me with the Atom beta invite that allowed me to build it!
- Thanks to @jastkand for contributing the list of all migrations!
License
The MIT License (MIT) - for more info see LICENSE.md