RubyFlow The Ruby and Rails community linklog

Quickly roll back migrations to a different git branch's state

rake db:rollback_to_common compares your migrations in your current branch to another specified branch, and then rolls back all the migrations that the branches don’t have in common.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in