How to use a different database for each branch in Rails
Nate Berkopec asked on Twitter:
With a Rails app, how do you manage switching between a bunch of different branches that have different DB schemas/migration states? Blowing away the whole DB every time gets old fast.
I agree, it does get old fast, but luckily Ruby and Rails has the building blocks necessary to help us out.