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.
- 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!
- 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!
Thanks to @jonathansimmons for suggesting this plugin, and providing me with the Atom beta invite that allowed me to build it!