<?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>Gilluminate &#187; gems</title>
	<atom:link href="http://www.gilluminate.com/tag/gems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gilluminate.com</link>
	<description>By Jason Gill</description>
	<lastBuildDate>Sat, 28 Jan 2012 21:01:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Force Rails Version When Creating a New App</title>
		<link>http://www.gilluminate.com/2009/06/05/force-rails-version-when-creating-a-new-app/</link>
		<comments>http://www.gilluminate.com/2009/06/05/force-rails-version-when-creating-a-new-app/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 21:27:58 +0000</pubDate>
		<dc:creator>Jason Gill</dc:creator>
				<category><![CDATA[Developer Blog]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.gilluminate.com/2009/06/05/force-rails-version-when-creating-a-new-app/</guid>
		<description><![CDATA[I have multiple versions of the Rails gem installed on my development server. We&#8217;ve been using Rails long enough now that we have many apps created for many versions. As I make changes to each app I need to test them in their specific version (the version listed in the environment.rb file) so having multiple [...]]]></description>
			<content:encoded><![CDATA[<p>I have multiple versions of the Rails gem installed on my development server. We&#8217;ve been using Rails long enough now that we have many apps created for many versions. As I make changes to each app I need to test them in their specific version (the version listed in the environment.rb file) so having multiple Rails versions installed is a necessity.</p>
<p>But if I try to spin up a new application using</p>
<pre>$rails new_app</pre>
<p>I get a rails app created specifically for the latest version of Rails installed.</p>
<p>But what if you need to create a new app for an older version of rails that is also installed? The following easy command does the trick:</p>
<pre>$rails _1.2.3_ new_app</pre>
<p>Where 1.2.3 is the desired version of Rails I want new_app to run. Note the underscores before and after the version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilluminate.com/2009/06/05/force-rails-version-when-creating-a-new-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

