<?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: PSA: The number of gems installed on your system can impact rails boot time</title>
	<atom:link href="http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/</link>
	<description>The act of making love, tenderly.</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:38:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jim Myhrberg</title>
		<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/comment-page-1/#comment-147645</link>
		<dc:creator>Jim Myhrberg</dc:creator>
		<pubDate>Fri, 02 Dec 2011 11:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=574#comment-147645</guid>
		<description>Personally I only install Bundler and a few other gems which provide command line utilities I use. The rest is handled with Bundler on a per-project basis.

I recently blogged about my setup here: http://jimeh.me/blog/2011/11/01/my-ruby-development-environment/</description>
		<content:encoded><![CDATA[<p>Personally I only install Bundler and a few other gems which provide command line utilities I use. The rest is handled with Bundler on a per-project basis.</p>
<p>I recently blogged about my setup here: <a href="http://jimeh.me/blog/2011/11/01/my-ruby-development-environment/" rel="nofollow">http://jimeh.me/blog/2011/11/01/my-ruby-development-environment/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Vit</title>
		<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/comment-page-1/#comment-147596</link>
		<dc:creator>Andrew Vit</dc:creator>
		<pubDate>Fri, 02 Dec 2011 00:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=574#comment-147596</guid>
		<description>Really guys, why aren&#039;t ruby, rvm, rubygems, and bundler on speaking terms with each other to straighten this out?

Why is rubygems unaware of Gemfile? Shouldn&#039;t that be part of its domain?

Why do we still need &quot;bundle exec&quot; in front of everything? There was a proposal from RVM to manage that in the presence of a Gemfile, but it was rejected. (I think rbenv has a plugin to do that).

I know I&#039;m just ranting, but this whole gems thing shouldn&#039;t be so clumsy...</description>
		<content:encoded><![CDATA[<p>Really guys, why aren&#8217;t ruby, rvm, rubygems, and bundler on speaking terms with each other to straighten this out?</p>
<p>Why is rubygems unaware of Gemfile? Shouldn&#8217;t that be part of its domain?</p>
<p>Why do we still need &#8220;bundle exec&#8221; in front of everything? There was a proposal from RVM to manage that in the presence of a Gemfile, but it was rejected. (I think rbenv has a plugin to do that).</p>
<p>I know I&#8217;m just ranting, but this whole gems thing shouldn&#8217;t be so clumsy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hollis</title>
		<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/comment-page-1/#comment-147527</link>
		<dc:creator>Ben Hollis</dc:creator>
		<pubDate>Thu, 01 Dec 2011 08:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=574#comment-147527</guid>
		<description>Would it make sense for RubyGems or Bundler to cache the mapping of require -&gt; gem path somewhere on disk so it wouldn&#039;t have to scan for them every time?</description>
		<content:encoded><![CDATA[<p>Would it make sense for RubyGems or Bundler to cache the mapping of require -&gt; gem path somewhere on disk so it wouldn&#8217;t have to scan for them every time?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: na432151</title>
		<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/comment-page-1/#comment-147509</link>
		<dc:creator>na432151</dc:creator>
		<pubDate>Thu, 01 Dec 2011 06:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=574#comment-147509</guid>
		<description>bundle clean --force (with bundler 1.1)</description>
		<content:encoded><![CDATA[<p>bundle clean &#8211;force (with bundler 1.1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Ma</title>
		<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/comment-page-1/#comment-147499</link>
		<dc:creator>Patrick Ma</dc:creator>
		<pubDate>Thu, 01 Dec 2011 03:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=574#comment-147499</guid>
		<description>Or if you&#039;re on OSX:

gem list &#124; cut -f1 -d &quot; &quot; &#124; xargs gem uninstall -aIx</description>
		<content:encoded><![CDATA[<p>Or if you&#8217;re on OSX:</p>
<p>gem list | cut -f1 -d &#8221; &#8221; | xargs gem uninstall -aIx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikz</title>
		<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/comment-page-1/#comment-147481</link>
		<dc:creator>mikz</dc:creator>
		<pubDate>Wed, 30 Nov 2011 23:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=574#comment-147481</guid>
		<description>Good point! Thanks. 

... creating clean gemsets for my apps! :)</description>
		<content:encoded><![CDATA[<p>Good point! Thanks. </p>
<p>&#8230; creating clean gemsets for my apps! <img src='http://tenderlovemaking.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Patterson</title>
		<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/comment-page-1/#comment-147480</link>
		<dc:creator>Aaron Patterson</dc:creator>
		<pubDate>Wed, 30 Nov 2011 23:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=574#comment-147480</guid>
		<description>@deepfryed no, that won&#039;t really help.  Just using the `bundle` bin stub will evaluate every gemspec on your system.</description>
		<content:encoded><![CDATA[<p>@deepfryed no, that won&#8217;t really help.  Just using the `bundle` bin stub will evaluate every gemspec on your system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deepfryed</title>
		<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/comment-page-1/#comment-147479</link>
		<dc:creator>deepfryed</dc:creator>
		<pubDate>Wed, 30 Nov 2011 23:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=574#comment-147479</guid>
		<description>if you&#039;re using bundler, can&#039;t you just do a bundle install --standalone and only require the gems you use ?</description>
		<content:encoded><![CDATA[<p>if you&#8217;re using bundler, can&#8217;t you just do a bundle install &#8211;standalone and only require the gems you use ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Collins</title>
		<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/comment-page-1/#comment-147476</link>
		<dc:creator>Ken Collins</dc:creator>
		<pubDate>Wed, 30 Nov 2011 23:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=574#comment-147476</guid>
		<description>Cleanup will still leave some gems installed. I have this aliased to gem_purge in my console.

gem list &#124; cut -d&quot; &quot; -f1 &#124; xargs gem uninstall -aIx</description>
		<content:encoded><![CDATA[<p>Cleanup will still leave some gems installed. I have this aliased to gem_purge in my console.</p>
<p>gem list | cut -d&#8221; &#8221; -f1 | xargs gem uninstall -aIx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Arko</title>
		<link>http://tenderlovemaking.com/2011/11/30/psa-the-number-of-gems-installed-on-your-system-can-impact-rails-boot-time/comment-page-1/#comment-147473</link>
		<dc:creator>Andre Arko</dc:creator>
		<pubDate>Wed, 30 Nov 2011 23:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://tenderlovemaking.com/?p=574#comment-147473</guid>
		<description>The most extreme version of this approach would be to leave your system gems empty except for Bundler, and use `bundle install --path vendor/bundle` in each project -- that way only gems for the project will be loaded etc.</description>
		<content:encoded><![CDATA[<p>The most extreme version of this approach would be to leave your system gems empty except for Bundler, and use `bundle install &#8211;path vendor/bundle` in each project &#8212; that way only gems for the project will be loaded etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

