Skip to content

Instantly share code, notes, and snippets.

@raysegantii
Created January 29, 2016 06:03
Show Gist options
  • Save raysegantii/c3ccfe16f868b0607a6c to your computer and use it in GitHub Desktop.
Save raysegantii/c3ccfe16f868b0607a6c to your computer and use it in GitHub Desktop.
Check if missing migrations from engines.
bundle exec rake railties:install:migrations FROM=$ENGINES | awk '/Copied/ { print "Missing migrations detected."; exit 1 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment