<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>solutions.hans-eric.com &#187; Ruby on Rails</title>
	<atom:link href="http://solutions.hans-eric.com/category/ruby-on-rails/feed" rel="self" type="application/rss+xml" />
	<link>http://solutions.hans-eric.com</link>
	<description>Hans-Eric Grönlund's Log of Solutions to Technical Problems</description>
	<lastBuildDate>Fri, 23 Apr 2010 07:39:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Migrations and Environments in Ruby on Rails</title>
		<link>http://solutions.hans-eric.com/ruby-on-rails-migrations-and-environments</link>
		<comments>http://solutions.hans-eric.com/ruby-on-rails-migrations-and-environments#comments</comments>
		<pubDate>Tue, 09 Jun 2009 13:29:38 +0000</pubDate>
		<dc:creator>Hans-Eric</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Migrations]]></category>
		<category><![CDATA[Rake]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://solutions.hans-eric.com/?p=6</guid>
		<description><![CDATA[Problem:
You want to migrate a target environment other than development.
Solution:
For production:
&#62;rake environment RAILS_ENV=production migrate
For test:
&#62;rake environment RAILS_ENV=test migrate
]]></description>
			<content:encoded><![CDATA[<h4>Problem:</h4>
<p>You want to migrate a target environment other than development.</p>
<h4>Solution:</h4>
<p>For production:</p>
<pre>&gt;rake environment RAILS_ENV=production migrate</pre>
<p>For test:</p>
<pre>&gt;rake environment RAILS_ENV=test migrate</pre>
]]></content:encoded>
			<wfw:commentRss>http://solutions.hans-eric.com/ruby-on-rails-migrations-and-environments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
