Skip to content

Adds a shortcut in Atom for quickly opening up the latest migration in your Rails app

License

Notifications You must be signed in to change notification settings

jonathansimmons/rails-latest-migration-atom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Usage

Via Command Pallette

  1. Open up your Rails project (note: for the plugin to work the project must have been opened in Atom at its root).
  2. Bring up the command pallette (CMD+SHIFT+P on Mac, CTRL+SHIFT+P on Windows).
  3. Type in "latest", and select "Rails Latest Migration: Find" from the list.
  4. And there it is, your latest migration!

Via keymap

  1. Open up your Rails project (note: for the plugin to work the project must have been opened in Atom at its root).
  2. Type "CTRL-CMD-l", and there it is, your latest migration!

Thanks

Thanks to @jonathansimmons for suggesting this plugin, and providing me with the Atom beta invite that allowed me to build it!

About

Adds a shortcut in Atom for quickly opening up the latest migration in your Rails app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%