Skip to content

Instantly share code, notes, and snippets.

@mscottford
Created May 23, 2012 15:33
Show Gist options
  • Save mscottford/2775927 to your computer and use it in GitHub Desktop.
Save mscottford/2775927 to your computer and use it in GitHub Desktop.
Install migrations from all engines
ruby -e "%x(rake -T install:migrations).gsub(%r(#.*),'').each_line { |c| puts %x{#{c}} }"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment