ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Latest Migration

by zaidakram ALL

Open Latest migration of supported web frameworks in Sublime Text.

Details

Installs

  • Total 4K
  • Win 131
  • Mac 3K
  • Linux 935
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Latest Migration

Opens the latest migration created in a supported web frameworks. Works with Sublime Text 3 and Sublime Text 2.

Supported Web Frameworks

  • Ruby on Rails
  • Amber
  • Phoenix
  • Laravel

Usage

Through Command Pallette

  1. Open any file in your app.
  2. Bring up your command pallette (Cmd + Shift + P / Ctrl + Shift + P) and type in:
latest
  1. In no time the “Latest Migration: Open latest migration” should be highlighted
  2. Hit enter, and lo and behold; your latest migration!

Through Key Bindings

  1. Click on Preferences > Key Bindings
  2. In the right section you can assign any keyboard shortcut of your liking to the command, for example:
{ "keys": ["ctrl+shift+0"], "command": "latest_migration"}
  1. Make sure your key combination don't collide with any other command shortcut.
  2. That is it!

TODOs

  • [x] Amber
  • [x] Phoenix
  • [x] Laravel
  • [ ] Any other ?

Special Thanks

To Alex Plescan for Providing the original Rails Latest Migration plugin, which inspired this one.

License

The MIT License (MIT) - for more info see LICENSE.md.