<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-628035614856412995.post5817199812160455508..comments</id><updated>2009-06-10T11:54:20.187-07:00</updated><title type='text'>Comments on Cutting Edge Meltdown: Use ActiveRecord migration to manage database chan...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.shenie.net/feeds/5817199812160455508/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/628035614856412995/5817199812160455508/comments/default'/><link rel='alternate' type='text/html' href='http://blog.shenie.net/2009/01/use-activerecord-migration-to-manage.html'/><author><name>shenie</name><uri>http://www.blogger.com/profile/09978796132519594310</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-628035614856412995.post-164995915922053975</id><published>2009-06-10T11:54:20.187-07:00</published><updated>2009-06-10T11:54:20.187-07:00</updated><title type='text'>Yeah; ActiveRecord is incredibly useful in that it...</title><content type='html'>Yeah; ActiveRecord is incredibly useful in that it allows the developers to: &lt;br&gt;&lt;br /&gt;1. move the database state up or down to any specific revision by simply running the migration scripts in a sequential revision order.&lt;br&gt;&lt;br /&gt;2. also quickly create fixtures data for testing the functionality they work on, thus promoting Test-Driven development.&lt;br /&gt;&lt;br /&gt;Recently, in a couple of projects I used ActiveRecord Migrations to manage database setup and migrations. You can find a walk-though the steps to follow in order to get a set of ActiveRecord migrations working on a  Ubuntu-9.0.4 desktop at &lt;a href="http://www.nagarro.com/blog/using-activerecord-for-database-setup-and-migration/" rel="nofollow"&gt;Using ActiveRecord for Database Setup and Migration: A How-to&lt;/a&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/628035614856412995/5817199812160455508/comments/default/164995915922053975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/628035614856412995/5817199812160455508/comments/default/164995915922053975'/><link rel='alternate' type='text/html' href='http://blog.shenie.net/2009/01/use-activerecord-migration-to-manage.html?showComment=1244660060187#c164995915922053975' title=''/><author><name>Ram</name><uri>http://www.blogger.com/profile/03328222100833917865</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.shenie.net/2009/01/use-activerecord-migration-to-manage.html' ref='tag:blogger.com,1999:blog-628035614856412995.post-5817199812160455508' source='http://www.blogger.com/feeds/628035614856412995/posts/default/5817199812160455508' type='text/html'/></entry></feed>