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.
- 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.
- 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.
Using VSCode? tmikoss has got you covered, check out the VSCode version of this plugin here: https://github.com/tmikoss/rails-latest-migration.
If you're using Sublime Text, there's a version of this plugin for you too! Check out https://github.com/alexpls/Rails-Latest-Migration.
- 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!
The MIT License (MIT) - for more info see LICENSE.md