Database in Source Control with Rails?

Subscribe to Database in Source Control with Rails? 2 posts, 2 voices

 
Avatar john h 8 posts

http://www.codinghorror.com/blog/archives/000743.html

Is there a preferred Rails way to do this?

Thanks,

John

 
Avatar Steve Eichert 4 posts

Ruby on Rails Migrations are what you’re looking for. I wrote up a short intro a while back when I was first learning about them here [1], however, a google search should turn up a lot of good results.

[1] http://steve.emxsoftware.com/RubyOnRails/Ruby+on+Rails+Migrations+Explained