migration_skippr: UI For Managing your ActiveRecord Migrations
Use case: You need to deploy but a migration isn't ready to run yet - maybe there's too much database load.
Skip it in schema_migrations so Rails thinks it already ran, then unskip it later when you're ready!
I've worked in