<?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: Could not find rails (&gt; 0) in the repository</title>
	<atom:link href="http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/</link>
	<description>Passionate climber, brilliant coder</description>
	<lastBuildDate>Fri, 29 Apr 2011 07:54:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: lifeisbetter.in &#187; Blog Archive &#187; Fix that worked: Could not find rails (&#62; 0) in any repository</title>
		<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/comment-page-1/#comment-34645</link>
		<dc:creator>lifeisbetter.in &#187; Blog Archive &#187; Fix that worked: Could not find rails (&#62; 0) in any repository</dc:creator>
		<pubDate>Mon, 08 Nov 2010 03:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/#comment-34645</guid>
		<description>&lt;p&gt;[...] rails through gems should be that straight-forward. After some search I landed up on this page which had the answer for me, deep inside one of the comments. Based on that, I ran the following [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] rails through gems should be that straight-forward. After some search I landed up on this page which had the answer for me, deep inside one of the comments. Based on that, I ran the following [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Fix that worked: Could not find rubygems-update (&#62; 0) in any repository &#171; Flashes of Insight</title>
		<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/comment-page-1/#comment-34140</link>
		<dc:creator>Fix that worked: Could not find rubygems-update (&#62; 0) in any repository &#171; Flashes of Insight</dc:creator>
		<pubDate>Wed, 30 Jun 2010 03:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/#comment-34140</guid>
		<description>&lt;p&gt;[...] rails through gems should be that straight forward. After some search I landed up on this page which had the answer for me, deep inside one of the comments. Based on that, I ran the following [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] rails through gems should be that straight forward. After some search I landed up on this page which had the answer for me, deep inside one of the comments. Based on that, I ran the following [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Vagner</title>
		<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/comment-page-1/#comment-33859</link>
		<dc:creator>Vagner</dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/#comment-33859</guid>
		<description>&lt;p&gt;I&#039;ve ran &quot;ruby rubygems-x.y.z/setup.rb&quot; and then everything just went fine for me (I&#039;m a Windows user). Best regards.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve ran &#8220;ruby rubygems-x.y.z/setup.rb&#8221; and then everything just went fine for me (I&#8217;m a Windows user). Best regards.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Lemisfit.org&#187; Blogarchiv &#187; Ruby on Rails und der Gibbon [update]</title>
		<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/comment-page-1/#comment-30882</link>
		<dc:creator>Lemisfit.org&#187; Blogarchiv &#187; Ruby on Rails und der Gibbon [update]</dc:creator>
		<pubDate>Tue, 09 Sep 2008 19:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/#comment-30882</guid>
		<description>&lt;p&gt;[...] rails (&gt; 0) in the repository”, den Befehl einfach nochmal ausf&#252;hren. Hilft das nicht, dann hier die Comments [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] rails (&gt; 0) in the repository”, den Befehl einfach nochmal ausf&#252;hren. Hilft das nicht, dann hier die Comments [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Burns</title>
		<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/comment-page-1/#comment-30717</link>
		<dc:creator>Anthony Burns</dc:creator>
		<pubDate>Wed, 23 Jul 2008 05:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/#comment-30717</guid>
		<description>&lt;p&gt;sudo rm -f /PATH/TO/GEM/1.8/source_cache
sudo gem update
sudo gem update&lt;/p&gt;

&lt;p&gt;Confirmation this works on Ubuntu Hardy Heron when I was having this problem! Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>sudo rm -f /PATH/TO/GEM/1.8/source_cache
sudo gem update
sudo gem update</p>

<p>Confirmation this works on Ubuntu Hardy Heron when I was having this problem! Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/comment-page-1/#comment-29617</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Mon, 17 Dec 2007 10:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/#comment-29617</guid>
		<description>&lt;p&gt;I deleted the caches and did the gem update, then ran gem install rails --include-dependencies and got a 404 error. Tried it again, and it worked! Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I deleted the caches and did the gem update, then ran gem install rails &#8211;include-dependencies and got a 404 error. Tried it again, and it worked! Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/comment-page-1/#comment-29580</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 08 Dec 2007 21:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/#comment-29580</guid>
		<description>&lt;p&gt;Thanks, this worked for me, but, I had to close and open a new shell.  Can&#039;t imagine why that would matter!  Thanks again!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, this worked for me, but, I had to close and open a new shell.  Can&#8217;t imagine why that would matter!  Thanks again!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tasso</title>
		<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/comment-page-1/#comment-29443</link>
		<dc:creator>tasso</dc:creator>
		<pubDate>Sun, 18 Nov 2007 12:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/#comment-29443</guid>
		<description>&lt;p&gt;James, many thanks for this - re-running it worked for me too on Mac OSX 10.4 intel&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>James, many thanks for this &#8211; re-running it worked for me too on Mac OSX 10.4 intel</p>]]></content:encoded>
	</item>
	<item>
		<title>By: James W</title>
		<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/comment-page-1/#comment-29400</link>
		<dc:creator>James W</dc:creator>
		<pubDate>Thu, 15 Nov 2007 06:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/#comment-29400</guid>
		<description>&lt;p&gt;on Mac OSX 10.4 PPC
building from source a la hivelogic
with Ruby 1.8.6 and Gem 0.9.4&lt;/p&gt;

&lt;p&gt;&gt; sudo gem install rails --include-dependencies
--failed&lt;/p&gt;

&lt;p&gt;&gt; sudo rm -r /PATH/TO/GEM/1.8/source_cache
&gt; sudo gem install rails --include-dependencies
--failed
&gt; sudo gem install rails --include-dependencies
 WORKED, albeit REALLY slowly....&lt;/p&gt;

&lt;p&gt;seemingly it was the re-run that made it work for me and not the clearing of source_cache.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>on Mac OSX 10.4 PPC
building from source a la hivelogic
with Ruby 1.8.6 and Gem 0.9.4</p>

<p>&gt; sudo gem install rails &#8211;include-dependencies
&#8211;failed</p>

<p>&gt; sudo rm -r /PATH/TO/GEM/1.8/source_cache
&gt; sudo gem install rails &#8211;include-dependencies
&#8211;failed
&gt; sudo gem install rails &#8211;include-dependencies
 WORKED, albeit REALLY slowly&#8230;.</p>

<p>seemingly it was the re-run that made it work for me and not the clearing of source_cache.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/comment-page-1/#comment-29389</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 14 Nov 2007 17:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://joakimandersson.se/archives/2006/10/24/could-not-find-rails-0-in-the-repository/#comment-29389</guid>
		<description>&lt;p&gt;Jamal,
run gem update --system twice without deleting the source_cache after the first run.&lt;/p&gt;

&lt;p&gt;so the order would be delete sourc_cache
run gem update --system
run gem update --system&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Jamal,
run gem update &#8211;system twice without deleting the source_cache after the first run.</p>

<p>so the order would be delete sourc_cache
run gem update &#8211;system
run gem update &#8211;system</p>]]></content:encoded>
	</item>
</channel>
</rss>

