<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Speeding up gem on OS X Leopard</title>
	<link>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/</link>
	<description>Ruby.send(:stop, 'messing around')</description>
	<pubDate>Mon, 12 May 2008 14:49:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: E. James O'Kelly</title>
		<link>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-473</link>
		<author>E. James O'Kelly</author>
		<pubDate>Fri, 28 Mar 2008 00:34:17 +0000</pubDate>
		<guid>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-473</guid>
		<description>You are my new hero! This has been pissing me off for a long time now and I have had to resource to downloading gems and installing them locally, which obviously keeps me from updating existing gems.

To find where your gem script is just do a:

which gem</description>
		<content:encoded><![CDATA[<p>You are my new hero! This has been pissing me off for a long time now and I have had to resource to downloading gems and installing them locally, which obviously keeps me from updating existing gems.</p>
<p>To find where your gem script is just do a:</p>
<p>which gem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: giles bowkett</title>
		<link>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-464</link>
		<author>giles bowkett</author>
		<pubDate>Thu, 20 Mar 2008 17:51:43 +0000</pubDate>
		<guid>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-464</guid>
		<description>Here's my ghetto hack: http://s3.amazonaws.com/giles/gems_hack_031908/metadata.gif</description>
		<content:encoded><![CDATA[<p>Here&#8217;s my ghetto hack: <a href="http://s3.amazonaws.com/giles/gems_hack_031908/metadata.gif" rel="nofollow">http://s3.amazonaws.com/giles/gems_hack_031908/metadata.gif</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-463</link>
		<author>Stan</author>
		<pubDate>Thu, 20 Mar 2008 17:40:08 +0000</pubDate>
		<guid>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-463</guid>
		<description>One more thing.  I noticed that all of my internet activity was compromised since updating to Leopard so in addition to exploring articles like this, I also l googled Leopard dns cache postings.  I eventually stumbled upon postings that suggested that some ISPs are having problems with their DNS servers due to some changes in IP addresses that they hadn't implemented yet.  Many people suggested switching DNS lookups to OpenDNS.  OpenDNS is a free DNS service that claims to provide superior DNS lookups.  I gave it a try.  The performance of all of my internet searches have significantly improved:  gems, plugins, Safari, and Firefox.  Check it out.</description>
		<content:encoded><![CDATA[<p>One more thing.  I noticed that all of my internet activity was compromised since updating to Leopard so in addition to exploring articles like this, I also l googled Leopard dns cache postings.  I eventually stumbled upon postings that suggested that some ISPs are having problems with their DNS servers due to some changes in IP addresses that they hadn&#8217;t implemented yet.  Many people suggested switching DNS lookups to OpenDNS.  OpenDNS is a free DNS service that claims to provide superior DNS lookups.  I gave it a try.  The performance of all of my internet searches have significantly improved:  gems, plugins, Safari, and Firefox.  Check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flinn</title>
		<link>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-462</link>
		<author>Flinn</author>
		<pubDate>Thu, 20 Mar 2008 02:27:31 +0000</pubDate>
		<guid>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-462</guid>
		<description>Doesn't seem to work for me:

&lt;code&gt;
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
#++

require 'resolv-replace'
require 'rubygems'
...
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t seem to work for me:</p>
<p><code><br />
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby<br />
#--<br />
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.<br />
# All rights reserved.<br />
# See LICENSE.txt for permissions.<br />
#++</p>
<p>require 'resolv-replace'<br />
require 'rubygems'<br />
...<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Batalion</title>
		<link>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-461</link>
		<author>Aaron Batalion</author>
		<pubDate>Thu, 20 Mar 2008 01:29:03 +0000</pubDate>
		<guid>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-461</guid>
		<description>I got around this issue with the following:

$ cat ~/.gemrc
gem: --no-update-sources --no-ri --no-rdoc</description>
		<content:encoded><![CDATA[<p>I got around this issue with the following:</p>
<p>$ cat ~/.gemrc<br />
gem: &#8211;no-update-sources &#8211;no-ri &#8211;no-rdoc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-460</link>
		<author>Stan</author>
		<pubDate>Wed, 19 Mar 2008 23:16:50 +0000</pubDate>
		<guid>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-460</guid>
		<description>If you think gem is bad, give script/plugin a whirl.  Arggggggg!  Slow as molasses.  Would the same patch speed it up?</description>
		<content:encoded><![CDATA[<p>If you think gem is bad, give script/plugin a whirl.  Arggggggg!  Slow as molasses.  Would the same patch speed it up?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonno</title>
		<link>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-459</link>
		<author>Jonno</author>
		<pubDate>Wed, 19 Mar 2008 20:43:42 +0000</pubDate>
		<guid>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-459</guid>
		<description>Works well. Thanks</description>
		<content:encoded><![CDATA[<p>Works well. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flinn</title>
		<link>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-458</link>
		<author>Flinn</author>
		<pubDate>Wed, 19 Mar 2008 20:16:46 +0000</pubDate>
		<guid>http://ruby.tie-rack.org/58/speeding-up-gem-on-os-x-leopard/#comment-458</guid>
		<description>After adding that here's what I get:

$ sudo gem update
Updating installed gems...
ERROR:  While executing gem ... (Gem::RemoteFetcher::FetchError)
    Hostname not known: gems.rubyforge.org (SocketError)
	getting size of http://gems.rubyforge.org/Marshal.4.8</description>
		<content:encoded><![CDATA[<p>After adding that here&#8217;s what I get:</p>
<p>$ sudo gem update<br />
Updating installed gems&#8230;<br />
ERROR:  While executing gem &#8230; (Gem::RemoteFetcher::FetchError)<br />
    Hostname not known: gems.rubyforge.org (SocketError)<br />
	getting size of <a href="http://gems.rubyforge.org/Marshal.4.8" rel="nofollow">http://gems.rubyforge.org/Marshal.4.8</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
