<?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: Using Multiple Versions Of Rails</title>
	<atom:link href="http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/</link>
	<description>Rod Hilton&#039;s rants about stuff he cares about way too much.</description>
	<lastBuildDate>Sat, 28 Jan 2012 12:01:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Jason Hamm</title>
		<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/comment-page-1/#comment-117427</link>
		<dc:creator>Jason Hamm</dc:creator>
		<pubDate>Sat, 28 Jan 2012 12:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/#comment-117427</guid>
		<description>Thanks, Glad you are out there sharing info.</description>
		<content:encoded><![CDATA[<p>Thanks, Glad you are out there sharing info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siva</title>
		<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/comment-page-1/#comment-70969</link>
		<dc:creator>Siva</dc:creator>
		<pubDate>Sun, 27 Mar 2011 16:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/#comment-70969</guid>
		<description>Thanks!! Its working..</description>
		<content:encoded><![CDATA[<p>Thanks!! Its working..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christine</title>
		<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/comment-page-1/#comment-68998</link>
		<dc:creator>Christine</dc:creator>
		<pubDate>Thu, 17 Feb 2011 01:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/#comment-68998</guid>
		<description>Very helpful! Thanks!</description>
		<content:encoded><![CDATA[<p>Very helpful! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muni</title>
		<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/comment-page-1/#comment-67651</link>
		<dc:creator>Muni</dc:creator>
		<pubDate>Tue, 18 Jan 2011 05:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/#comment-67651</guid>
		<description>The same command works in Windows as well.
Here is an example

rails _2.3.5_ project_name -d mysql

It specifies to create rails project with the rails 2.3.5 version and the database as mysql.</description>
		<content:encoded><![CDATA[<p>The same command works in Windows as well.<br />
Here is an example</p>
<p>rails _2.3.5_ project_name -d mysql</p>
<p>It specifies to create rails project with the rails 2.3.5 version and the database as mysql.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myrm</title>
		<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/comment-page-1/#comment-66745</link>
		<dc:creator>myrm</dc:creator>
		<pubDate>Mon, 27 Dec 2010 12:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/#comment-66745</guid>
		<description>Works on mac - thanks.</description>
		<content:encoded><![CDATA[<p>Works on mac &#8211; thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/comment-page-1/#comment-64058</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 22 Oct 2010 10:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/#comment-64058</guid>
		<description>Shouldn&#039;t a &#039;sudo&#039; be prefixed to it? it gives me warnings such as:

WARNING:  Installing to ~/.gem since /Library/Ruby/Gems/1.8 and
	  /usr/bin aren&#039;t both writable.
WARNING:  You don&#039;t have /Users/myname/.gem/ruby/1.8/bin in your PATH,
	  gem executables will not run.

I don&#039;t know much about Unix, Mac and command lines, but I assume this should be done?

I deleted that .gem directory it created with rm -r and then ran the command again with sudo. Now it didn&#039;t give warnings.

Thanks for such a clear, short and to-the-point tutorial!</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t a &#8216;sudo&#8217; be prefixed to it? it gives me warnings such as:</p>
<p>WARNING:  Installing to ~/.gem since /Library/Ruby/Gems/1.8 and<br />
	  /usr/bin aren&#8217;t both writable.<br />
WARNING:  You don&#8217;t have /Users/myname/.gem/ruby/1.8/bin in your PATH,<br />
	  gem executables will not run.</p>
<p>I don&#8217;t know much about Unix, Mac and command lines, but I assume this should be done?</p>
<p>I deleted that .gem directory it created with rm -r and then ran the command again with sudo. Now it didn&#8217;t give warnings.</p>
<p>Thanks for such a clear, short and to-the-point tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DJ</title>
		<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/comment-page-1/#comment-63837</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Thu, 14 Oct 2010 20:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/#comment-63837</guid>
		<description>helpful while trying out rails 3. thanks!</description>
		<content:encoded><![CDATA[<p>helpful while trying out rails 3. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karle</title>
		<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/comment-page-1/#comment-63239</link>
		<dc:creator>karle</dc:creator>
		<pubDate>Wed, 15 Sep 2010 14:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/#comment-63239</guid>
		<description>Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: This Blog Needs No Name &#124; April &#124; 2009</title>
		<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/comment-page-1/#comment-46129</link>
		<dc:creator>This Blog Needs No Name &#124; April &#124; 2009</dc:creator>
		<pubDate>Sun, 19 Apr 2009 21:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/#comment-46129</guid>
		<description>[...] somewhere. I google for &#8220;multiple versions of rails&#8221; and find a brief blog post about Using Multiple Versions Of Rails that gives me this useful piece of information:  your individual rails projects store the version [...]</description>
		<content:encoded><![CDATA[<p>[...] somewhere. I google for &ldquo;multiple versions of rails&rdquo; and find a brief blog post about Using Multiple Versions Of Rails that gives me this useful piece of information:  your individual rails projects store the version [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/comment-page-1/#comment-42862</link>
		<dc:creator>M</dc:creator>
		<pubDate>Tue, 03 Mar 2009 20:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.nomachetejuggling.com/2008/03/12/using-multiple-versions-of-rails/#comment-42862</guid>
		<description>Thanks! This was just what I needed. (I&#039;m developing a 2.3 app and learning from the same book)</description>
		<content:encoded><![CDATA[<p>Thanks! This was just what I needed. (I&#8217;m developing a 2.3 app and learning from the same book)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

