<?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"
	>
<channel>
	<title>Comments on: Need to Upgrade Rake for Edge Rails</title>
	<atom:link href="http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/</link>
	<description>Politics, Programming and Possibilities</description>
	<pubDate>Fri, 12 Mar 2010 07:09:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Phil</title>
		<link>http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-199</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 22 Mar 2006 19:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-199</guid>
		<description>Just solved it--that problem comes from having two versions of rake. You probably have one installed via gems and one installed via apt-get or whatever package manager you use.

For some reason running "rake -V" from the console will use the gem one, but rails will use the non-gem one if it's installed.

ruby -r rake -e "" should give you an error. If it doesn't, you have a non-gem rake installed, and it's messing up rails.</description>
		<content:encoded><![CDATA[<p>Just solved it&#8211;that problem comes from having two versions of rake. You probably have one installed via gems and one installed via apt-get or whatever package manager you use.</p>
<p>For some reason running &#8220;rake -V&#8221; from the console will use the gem one, but rails will use the non-gem one if it&#8217;s installed.</p>
<p>ruby -r rake -e &#8220;&#8221; should give you an error. If it doesn&#8217;t, you have a non-gem rake installed, and it&#8217;s messing up rails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-198</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Wed, 22 Mar 2006 19:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-198</guid>
		<description>Dylan: you're not the only one. I'm stumped.</description>
		<content:encoded><![CDATA[<p>Dylan: you&#8217;re not the only one. I&#8217;m stumped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan</title>
		<link>http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-175</link>
		<dc:creator>Dylan</dc:creator>
		<pubDate>Thu, 16 Mar 2006 23:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-175</guid>
		<description>Im updated to Rake 0.7.0, but, when running script/server after doing a freeze_edge, I still get something like:

=&#62; Booting lighttpd (use 'script/server webrick' to force WEBrick)
./script/../config/../vendor/rails/railties/lib/commands/../tasks/tmp.rake:1: undefined method `namespace' for # (NoMethodError)
        from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load'
        from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:29
        from script/server:3

Any ideas as to what would be causing this ?</description>
		<content:encoded><![CDATA[<p>Im updated to Rake 0.7.0, but, when running script/server after doing a freeze_edge, I still get something like:</p>
<p>=&gt; Booting lighttpd (use &#8217;script/server webrick&#8217; to force WEBrick)<br />
./script/../config/../vendor/rails/railties/lib/commands/../tasks/tmp.rake:1: undefined method `namespace&#8217; for # (NoMethodError)<br />
        from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load&#8217;<br />
        from ./script/../config/../vendor/rails/railties/lib/commands/server.rb:29<br />
        from script/server:3</p>
<p>Any ideas as to what would be causing this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: namxam</title>
		<link>http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-170</link>
		<dc:creator>namxam</dc:creator>
		<pubDate>Wed, 15 Mar 2006 20:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-170</guid>
		<description>This should be added somewhere else... i checked google, but couldn't find this page the first time. so i tried almost everything... luckily i came across this hint!</description>
		<content:encoded><![CDATA[<p>This should be added somewhere else&#8230; i checked google, but couldn&#8217;t find this page the first time. so i tried almost everything&#8230; luckily i came across this hint!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilig</title>
		<link>http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-159</link>
		<dc:creator>Wilig</dc:creator>
		<pubDate>Sat, 11 Mar 2006 04:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-159</guid>
		<description>Indeed more praise to you.</description>
		<content:encoded><![CDATA[<p>Indeed more praise to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-147</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 07 Mar 2006 22:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-147</guid>
		<description>Thanks a ton...I appreciate the tip...</description>
		<content:encoded><![CDATA[<p>Thanks a ton&#8230;I appreciate the tip&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake</title>
		<link>http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-142</link>
		<dc:creator>Blake</dc:creator>
		<pubDate>Fri, 03 Mar 2006 21:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-142</guid>
		<description>DITTO!  Thanks!</description>
		<content:encoded><![CDATA[<p>DITTO!  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-141</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Fri, 03 Mar 2006 03:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/02/27/need-to-upgrade-rake-for-edge-rails/#comment-141</guid>
		<description>Thanks! You just saved me some time. Googled my error and the first result is the solution. Can't beat that.</description>
		<content:encoded><![CDATA[<p>Thanks! You just saved me some time. Googled my error and the first result is the solution. Can&#8217;t beat that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
