<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Use Ruby on Rails to Maintain Database Schema</title>
	<atom:link href="http://galaxyelf.com/blog/2006/11/20/use-ruby-on-rails-to-maintain-database-schema/feed/" rel="self" type="application/rss+xml" />
	<link>http://galaxyelf.com/blog/2006/11/20/use-ruby-on-rails-to-maintain-database-schema/</link>
	<description>Technology, Learning, and Everything Else</description>
	<lastBuildDate>Wed, 27 May 2009 11:37:59 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Handy</title>
		<link>http://galaxyelf.com/blog/2006/11/20/use-ruby-on-rails-to-maintain-database-schema/comment-page-1/#comment-4292</link>
		<dc:creator>Handy</dc:creator>
		<pubDate>Sun, 20 Jan 2008 13:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://galaxyelf.com/blog/2006/11/20/use-ruby-on-rails-to-maintain-database-schema/#comment-4292</guid>
		<description>Thank you. :)

I agree with your comments.

I would like to add that using Rails to maintain database schema helps the developers to eliminate that &quot;one more thing&quot; to do.</description>
		<content:encoded><![CDATA[<p>Thank you. <img src='http://galaxyelf.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I agree with your comments.</p>
<p>I would like to add that using Rails to maintain database schema helps the developers to eliminate that &#8220;one more thing&#8221; to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://galaxyelf.com/blog/2006/11/20/use-ruby-on-rails-to-maintain-database-schema/comment-page-1/#comment-4288</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sun, 20 Jan 2008 05:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://galaxyelf.com/blog/2006/11/20/use-ruby-on-rails-to-maintain-database-schema/#comment-4288</guid>
		<description>Sweet use of migrations for a non-Rails project.

Migrations are such a clean way to be able to roll database schemas forward and backward, as well as to be able to tie database schema versions with code versions in the code repository.

Projects that don&#039;t do this will often have the problem where they can restore a past version of the code, but not have any idea what the corresponding database schema was.</description>
		<content:encoded><![CDATA[<p>Sweet use of migrations for a non-Rails project.</p>
<p>Migrations are such a clean way to be able to roll database schemas forward and backward, as well as to be able to tie database schema versions with code versions in the code repository.</p>
<p>Projects that don&#8217;t do this will often have the problem where they can restore a past version of the code, but not have any idea what the corresponding database schema was.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
