<?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: Clearing the gem source_cache in Ruby</title>
	<atom:link href="http://aralbalkan.com/779/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/779</link>
	<description>Changing the world through technology and oratory.</description>
	<pubDate>Fri, 21 Nov 2008 21:01:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Warren</title>
		<link>http://aralbalkan.com/779/comment-page-1#comment-93320</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Thu, 13 Dec 2007 02:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/779#comment-93320</guid>
		<description>Hey Wilson nice tip that one.

gem cleanup
gem update

Thanks</description>
		<content:encoded><![CDATA[<p>Hey Wilson nice tip that one.</p>
<p>gem cleanup<br />
gem update</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://aralbalkan.com/779/comment-page-1#comment-82175</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 05 Nov 2007 16:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/779#comment-82175</guid>
		<description>Hi,

I was googling and trying the suggestions around the web for the same issues on CentOS 4 when I came across your post.

Worked for me! Thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was googling and trying the suggestions around the web for the same issues on CentOS 4 when I came across your post.</p>
<p>Worked for me! Thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashid</title>
		<link>http://aralbalkan.com/779/comment-page-1#comment-66604</link>
		<dc:creator>Rashid</dc:creator>
		<pubDate>Thu, 16 Aug 2007 05:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/779#comment-66604</guid>
		<description>Thanks, Dude.
That seems to have worked. 
Also, I liked the talking bunny... nice!</description>
		<content:encoded><![CDATA[<p>Thanks, Dude.<br />
That seems to have worked.<br />
Also, I liked the talking bunny&#8230; nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson</title>
		<link>http://aralbalkan.com/779/comment-page-1#comment-31655</link>
		<dc:creator>Wilson</dc:creator>
		<pubDate>Fri, 11 May 2007 14:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/779#comment-31655</guid>
		<description>Hey... I'm experiencing the same problem. I've spent about two days playing with this. I think i might've finally figured out the solution: 

%gem cleanup
%sudo gem update 

This seemed to work for me? I was having problems getting on the rubyforge site also... 
The source_cache is always gonna come back by the way.</description>
		<content:encoded><![CDATA[<p>Hey&#8230; I&#8217;m experiencing the same problem. I&#8217;ve spent about two days playing with this. I think i might&#8217;ve finally figured out the solution: </p>
<p>%gem cleanup<br />
%sudo gem update </p>
<p>This seemed to work for me? I was having problems getting on the rubyforge site also&#8230;<br />
The source_cache is always gonna come back by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://aralbalkan.com/779/comment-page-1#comment-28551</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 05 May 2007 12:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/779#comment-28551</guid>
		<description>thanks, I have encountered the same problem,perhaps. I rmed the source_cache as you did, then

gem install rails --include-dependencies &#38;

it still complains:

Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR:  While executing gem ... (Gem::GemNotFoundException)
    Could not find rails (&#62; 0) in any repository

then I checked again :

cd  `gem env gempath`
cache/  doc/  gems/  specifications/ source_cache

   the file source_cache came back!
   
I tried times but it still didn't work.

any suggestions? thanks in advance .

my environment :

platform : cygwin (works well)
ruby:     ruby 1.8.5 (well too)</description>
		<content:encoded><![CDATA[<p>thanks, I have encountered the same problem,perhaps. I rmed the source_cache as you did, then</p>
<p>gem install rails &#8211;include-dependencies &amp;</p>
<p>it still complains:</p>
<p>Bulk updating Gem source index for: <a href="http://gems.rubyforge.org" rel="nofollow">http://gems.rubyforge.org</a><br />
ERROR:  While executing gem &#8230; (Gem::GemNotFoundException)<br />
    Could not find rails (&gt; 0) in any repository</p>
<p>then I checked again :</p>
<p>cd  `gem env gempath`<br />
cache/  doc/  gems/  specifications/ source_cache</p>
<p>   the file source_cache came back!</p>
<p>I tried times but it still didn&#8217;t work.</p>
<p>any suggestions? thanks in advance .</p>
<p>my environment :</p>
<p>platform : cygwin (works well)<br />
ruby:     ruby 1.8.5 (well too)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://aralbalkan.com/779/comment-page-1#comment-28550</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sat, 05 May 2007 12:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/779#comment-28550</guid>
		<description>It's weird,I removed it ,but when i input

        gem install rails --include-dependencies &#38;

it still complains:
$ Bulk updating Gem source index for: http://gems.rubyforge.org
ERROR:  While executing gem ... (Gem::GemNotFoundException)
    Could not find rails (&#62; 0) in any repository

   then I input :
cd ``</description>
		<content:encoded><![CDATA[<p>It&#8217;s weird,I removed it ,but when i input</p>
<p>        gem install rails &#8211;include-dependencies &amp;</p>
<p>it still complains:<br />
$ Bulk updating Gem source index for: <a href="http://gems.rubyforge.org" rel="nofollow">http://gems.rubyforge.org</a><br />
ERROR:  While executing gem &#8230; (Gem::GemNotFoundException)<br />
    Could not find rails (&gt; 0) in any repository</p>
<p>   then I input :<br />
cd &#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anselm Bradford</title>
		<link>http://aralbalkan.com/779/comment-page-1#comment-6329</link>
		<dc:creator>Anselm Bradford</dc:creator>
		<pubDate>Sun, 22 Oct 2006 16:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/779#comment-6329</guid>
		<description>Aral,

You've become my main source for being in the know with Web 2.0. I hope you do consider yourself a journalist, because I am sure you fill that role for many people.
With that said, I have been seeing you post a lot about Ruby recently, and I wonder what your thoughts on it are in terms of how it compares to other languages out there? More specifically what your thoughts are on several web-related technologies that seem to, until recently, been staying out of the limelight. For instance, any thoughts on how Ruby on Rails compares to PHP? Having become very used to actionscript (and loving it) I find PHP horribly loose in its syntax, to the point of promoting bad coding behavior. I wonder if it is due for a change itself or a changing of the guard. Any comment on haXe or openLaszlo? What should a web developer be learning and using these days? 

Thanks and take care,
-Ans</description>
		<content:encoded><![CDATA[<p>Aral,</p>
<p>You&#8217;ve become my main source for being in the know with Web 2.0. I hope you do consider yourself a journalist, because I am sure you fill that role for many people.<br />
With that said, I have been seeing you post a lot about Ruby recently, and I wonder what your thoughts on it are in terms of how it compares to other languages out there? More specifically what your thoughts are on several web-related technologies that seem to, until recently, been staying out of the limelight. For instance, any thoughts on how Ruby on Rails compares to PHP? Having become very used to actionscript (and loving it) I find PHP horribly loose in its syntax, to the point of promoting bad coding behavior. I wonder if it is due for a change itself or a changing of the guard. Any comment on haXe or openLaszlo? What should a web developer be learning and using these days? </p>
<p>Thanks and take care,<br />
-Ans</p>
]]></content:encoded>
	</item>
</channel>
</rss>
