<?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: Named Gem Environments and Bundler</title>
	<atom:link href="http://yehudakatz.com/2010/04/21/named-gem-environments-and-bundler/feed/" rel="self" type="application/rss+xml" />
	<link>http://yehudakatz.com/2010/04/21/named-gem-environments-and-bundler/</link>
	<description>Random Geek-Related Thoughts</description>
	<lastBuildDate>Sat, 20 Apr 2013 07:23:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TheRubyGuy</title>
		<link>http://yehudakatz.com/2010/04/21/named-gem-environments-and-bundler/comment-page-1/#comment-21740</link>
		<dc:creator>TheRubyGuy</dc:creator>
		<pubDate>Thu, 18 Nov 2010 01:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=464#comment-21740</guid>
		<description><![CDATA[Matt, try &quot;gem dependency thin&quot;]]></description>
		<content:encoded><![CDATA[<p>Matt, try &#8220;gem dependency thin&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Huggins</title>
		<link>http://yehudakatz.com/2010/04/21/named-gem-environments-and-bundler/comment-page-1/#comment-21279</link>
		<dc:creator>Matt Huggins</dc:creator>
		<pubDate>Tue, 05 Oct 2010 21:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=464#comment-21279</guid>
		<description><![CDATA[Sorry for my naivety, as I still have much to learn about Rails &amp; gems.  What command did you run for the following output?

# On your system:
thin (1.2.7)
- daemons (&gt;= 1.0.9)
- eventmachine (&gt;= 0.12.6)
- rack (&gt;= 1.0.0)

actionpack (2.3.5)
- activesupport (= 2.3.5)
- rack (~&gt; 1.0.0)

rack (1.0.0)
rack (1.1.0)
activesupport (2.3.5)
daemons (1.0.9)
eventmachine (0.12.6)]]></description>
		<content:encoded><![CDATA[<p>Sorry for my naivety, as I still have much to learn about Rails &amp; gems.  What command did you run for the following output?</p>
<p># On your system:<br />
thin (1.2.7)<br />
- daemons (&gt;= 1.0.9)<br />
- eventmachine (&gt;= 0.12.6)<br />
- rack (&gt;= 1.0.0)</p>
<p>actionpack (2.3.5)<br />
- activesupport (= 2.3.5)<br />
- rack (~&gt; 1.0.0)</p>
<p>rack (1.0.0)<br />
rack (1.1.0)<br />
activesupport (2.3.5)<br />
daemons (1.0.9)<br />
eventmachine (0.12.6)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Lerche</title>
		<link>http://yehudakatz.com/2010/04/21/named-gem-environments-and-bundler/comment-page-1/#comment-18890</link>
		<dc:creator>Carl Lerche</dc:creator>
		<pubDate>Fri, 23 Apr 2010 20:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=464#comment-18890</guid>
		<description><![CDATA[~/.bundle is the default $BUNDLE_PATH. We did not default to $GEM_HOME due to the fact that the majority of people on OS X have $GEM_HOME in a directory owned by root, which would require running the bundle install command using sudo (and which would break other things).

This will be revised for 0.10, which will default to $GEM_HOME and have a work around for the sudo problem on OS X.]]></description>
		<content:encoded><![CDATA[<p>~/.bundle is the default $BUNDLE_PATH. We did not default to $GEM_HOME due to the fact that the majority of people on OS X have $GEM_HOME in a directory owned by root, which would require running the bundle install command using sudo (and which would break other things).</p>
<p>This will be revised for 0.10, which will default to $GEM_HOME and have a work around for the sudo problem on OS X.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hongli Lai</title>
		<link>http://yehudakatz.com/2010/04/21/named-gem-environments-and-bundler/comment-page-1/#comment-18889</link>
		<dc:creator>Hongli Lai</dc:creator>
		<pubDate>Fri, 23 Apr 2010 19:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=464#comment-18889</guid>
		<description><![CDATA[Yehuda, good blog post, this should clear up a lot of misunderstandings about Bundler.
But I don&#039;t understand why Bundler installs to ~/.bundle instead of to ~/.gem.]]></description>
		<content:encoded><![CDATA[<p>Yehuda, good blog post, this should clear up a lot of misunderstandings about Bundler.<br />
But I don&#8217;t understand why Bundler installs to ~/.bundle instead of to ~/.gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hongli Lai</title>
		<link>http://yehudakatz.com/2010/04/21/named-gem-environments-and-bundler/comment-page-1/#comment-18887</link>
		<dc:creator>Hongli Lai</dc:creator>
		<pubDate>Fri, 23 Apr 2010 12:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=464#comment-18887</guid>
		<description><![CDATA[@Micheil: With Bundler you don&#039;t have to. Switching between groups of gems is ala RVM is equivalent to having multiple named environments, and this article explains why Bundler doesn&#039;t do that.]]></description>
		<content:encoded><![CDATA[<p>@Micheil: With Bundler you don&#8217;t have to. Switching between groups of gems is ala RVM is equivalent to having multiple named environments, and this article explains why Bundler doesn&#8217;t do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micheil Smith</title>
		<link>http://yehudakatz.com/2010/04/21/named-gem-environments-and-bundler/comment-page-1/#comment-18875</link>
		<dc:creator>Micheil Smith</dc:creator>
		<pubDate>Thu, 22 Apr 2010 10:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=464#comment-18875</guid>
		<description><![CDATA[Hey,

Is it possible to load up many different gemenv&#039;s at once? For instance, have one for Rails related stuff, one for sinatra, one for other tools, so that you could easily switch between groups of gems when using something like rvm or just to easily manage larger sets of gems.

- Micheil]]></description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>Is it possible to load up many different gemenv&#8217;s at once? For instance, have one for Rails related stuff, one for sinatra, one for other tools, so that you could easily switch between groups of gems when using something like rvm or just to easily manage larger sets of gems.</p>
<p>- Micheil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://yehudakatz.com/2010/04/21/named-gem-environments-and-bundler/comment-page-1/#comment-18869</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 22 Apr 2010 00:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://yehudakatz.com/?p=464#comment-18869</guid>
		<description><![CDATA[This is excellent!  After reading this post, I think I finally understand the reasons for Bundler.  I admit that I&#039;ve been skeptical, but I think you&#039;ve now sold me.  Thanks for your continued evangelization of this new tool.]]></description>
		<content:encoded><![CDATA[<p>This is excellent!  After reading this post, I think I finally understand the reasons for Bundler.  I admit that I&#8217;ve been skeptical, but I think you&#8217;ve now sold me.  Thanks for your continued evangelization of this new tool.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
