<?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: Rails Migrations</title>
	<atom:link href="http://averyblog.com/rubyrails/rails-migrations/feed/" rel="self" type="application/rss+xml" />
	<link>http://averyblog.com/rubyrails/rails-migrations/</link>
	<description>This is not the greatest tagline in the world... this is just a tribute.</description>
	<lastBuildDate>Mon, 11 Jan 2010 16:36:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kevin</title>
		<link>http://averyblog.com/rubyrails/rails-migrations/comment-page-1/#comment-2173</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 01 Oct 2007 17:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=653#comment-2173</guid>
		<description>&lt;p&gt;SubSonic has migrations coming in its next stable version.&lt;br /&gt;&lt;br /&gt;I believe the bits are already in svn if you wanted to take a peek, but I may be wrong.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>SubSonic has migrations coming in its next stable version.</p>
<p>I believe the bits are already in svn if you wanted to take a peek, but I may be wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Scheirman</title>
		<link>http://averyblog.com/rubyrails/rails-migrations/comment-page-1/#comment-2175</link>
		<dc:creator>Ben Scheirman</dc:creator>
		<pubDate>Mon, 01 Oct 2007 17:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=653#comment-2175</guid>
		<description>&lt;p&gt;The Castle Project has a Migrations section for Monorail I think, but it can be used standalone.&lt;br /&gt;&lt;br /&gt;It&#039;s not as elegant as Rails migrations, but then again not much is :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The Castle Project has a Migrations section for Monorail I think, but it can be used standalone.</p>
<p>It&#8217;s not as elegant as Rails migrations, but then again not much is <img src='http://averyblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Vandenberg</title>
		<link>http://averyblog.com/rubyrails/rails-migrations/comment-page-1/#comment-2174</link>
		<dc:creator>Adam Vandenberg</dc:creator>
		<pubDate>Mon, 01 Oct 2007 16:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://averyblog.infozerk.net/?p=653#comment-2174</guid>
		<description>&lt;p&gt;We keep our SQL Server database always buildable from scripts in source control. Every build (and we&#039;re using CruiseControl.NET, so that means on every check-in) recreates an (empty) instance of the database from source control.&lt;br /&gt;&lt;br /&gt;To publish schema changes to QA and then to Production, we use a commercial product called &quot;SQL Compare&quot; by Red Gate. It works fantastically well, in the sense that we&#039;ve been running this way for 10 months with no problems.&lt;br /&gt;&lt;br /&gt;Note that this is pretty much a forward-only system. We don&#039;t hand code delta scripts, or even keep the generated upgrade scripts under source control. So rolling back more than a single version would be problematic if we ever needed to do that (but we haven&#039;t.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>We keep our SQL Server database always buildable from scripts in source control. Every build (and we&#8217;re using CruiseControl.NET, so that means on every check-in) recreates an (empty) instance of the database from source control.</p>
<p>To publish schema changes to QA and then to Production, we use a commercial product called &#8220;SQL Compare&#8221; by Red Gate. It works fantastically well, in the sense that we&#8217;ve been running this way for 10 months with no problems.</p>
<p>Note that this is pretty much a forward-only system. We don&#8217;t hand code delta scripts, or even keep the generated upgrade scripts under source control. So rolling back more than a single version would be problematic if we ever needed to do that (but we haven&#8217;t.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

