Skip to content

Instantly share code, notes, and snippets.

@tadast
Created November 28, 2012 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadast/4160627 to your computer and use it in GitHub Desktop.
Save tadast/4160627 to your computer and use it in GitHub Desktop.
Open the last migration file from shell
# stole this from Tor Erik Linenrud @telinnerud
alias olm='subl `ls -r db/migrate/* | head -n 1`'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment