<?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: rake db:migrate for production databases</title>
	<atom:link href="http://jonathansng.com/ruby-on-rails/rake-dbmigrate-for-production-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathansng.com/ruby-on-rails/rake-dbmigrate-for-production-databases/</link>
	<description>class AllYourCode &#60; Us</description>
	<lastBuildDate>Wed, 03 Mar 2010 09:18:13 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tarun</title>
		<link>http://jonathansng.com/ruby-on-rails/rake-dbmigrate-for-production-databases/comment-page-1/#comment-733</link>
		<dc:creator>Tarun</dc:creator>
		<pubDate>Wed, 29 Apr 2009 04:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://jonathansng.com/?p=226#comment-733</guid>
		<description>I ran into a similar problem, but I was trying to specify the production environment with the parameter --environment=&#039;production&#039; like we do for mongrel/webrick...&lt;br&gt;for rake the env. should specify using RAILS_ENV</description>
		<content:encoded><![CDATA[<p>I ran into a similar problem, but I was trying to specify the production environment with the parameter &#8211;environment=&#39;production&#39; like we do for mongrel/webrick&#8230;<br />for rake the env. should specify using RAILS_ENV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GonZoo</title>
		<link>http://jonathansng.com/ruby-on-rails/rake-dbmigrate-for-production-databases/comment-page-1/#comment-709</link>
		<dc:creator>GonZoo</dc:creator>
		<pubDate>Fri, 13 Mar 2009 11:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://jonathansng.com/?p=226#comment-709</guid>
		<description>tks johanttan I got crazy looking for this</description>
		<content:encoded><![CDATA[<p>tks johanttan I got crazy looking for this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ngng</title>
		<link>http://jonathansng.com/ruby-on-rails/rake-dbmigrate-for-production-databases/comment-page-1/#comment-703</link>
		<dc:creator>ngng</dc:creator>
		<pubDate>Tue, 03 Mar 2009 04:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://jonathansng.com/?p=226#comment-703</guid>
		<description>Thanks for that, that&#039;s saved me some undue finger stress :)</description>
		<content:encoded><![CDATA[<p>Thanks for that, that&#39;s saved me some undue finger stress <img src='http://jonathansng.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhnsntmthy</title>
		<link>http://jonathansng.com/ruby-on-rails/rake-dbmigrate-for-production-databases/comment-page-1/#comment-702</link>
		<dc:creator>jhnsntmthy</dc:creator>
		<pubDate>Fri, 20 Feb 2009 13:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://jonathansng.com/?p=226#comment-702</guid>
		<description>in my bash profile on my deployment servers, I write an alias like this&lt;br&gt;alias rk=&quot;RAILS_ENV=production rake&quot;&lt;br&gt;&lt;br&gt;so that I can type&lt;br&gt;rk db:migrate&lt;br&gt;&lt;br&gt;or any rake tasks i need. Do this for script console too if you need it. Saves me alot of headaches</description>
		<content:encoded><![CDATA[<p>in my bash profile on my deployment servers, I write an alias like this<br />alias rk=&#8221;RAILS_ENV=production rake&#8221;</p>
<p>so that I can type<br />rk db:migrate</p>
<p>or any rake tasks i need. Do this for script console too if you need it. Saves me alot of headaches</p>
]]></content:encoded>
	</item>
</channel>
</rss>
