<?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: Ruby Enterprise Edition 1.8.6-20090201 released</title>
	<atom:link href="http://blog.phusion.nl/2009/02/01/ruby-enterprise-edition-186-20090201-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phusion.nl/2009/02/01/ruby-enterprise-edition-186-20090201-released/</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 22:32:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrei Erdoss</title>
		<link>http://blog.phusion.nl/2009/02/01/ruby-enterprise-edition-186-20090201-released/comment-page-1/#comment-4891</link>
		<dc:creator>Andrei Erdoss</dc:creator>
		<pubDate>Mon, 02 Feb 2009 16:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=74#comment-4891</guid>
		<description>I totally messed that message up. :)

If I require &#039;rubygems&#039;, then I get:

irb(main):002:0&gt; require &#039;rubygems&#039;
=&gt; true
irb(main):003:0&gt; require &#039;rake&#039;
=&gt; true</description>
		<content:encoded><![CDATA[<p>I totally messed that message up. <img src='http://blog.phusion.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>If I require &#8216;rubygems&#8217;, then I get:</p>
<p>irb(main):002:0&gt; require &#8216;rubygems&#8217;<br />
=&gt; true<br />
irb(main):003:0&gt; require &#8216;rake&#8217;<br />
=&gt; true</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Erdoss</title>
		<link>http://blog.phusion.nl/2009/02/01/ruby-enterprise-edition-186-20090201-released/comment-page-1/#comment-4890</link>
		<dc:creator>Andrei Erdoss</dc:creator>
		<pubDate>Mon, 02 Feb 2009 16:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=74#comment-4890</guid>
		<description>After installing this release on Ubuntu from the source, I can get irb to pickup the gems. If I do:

/opt/ruby-enterprise/bin/irb
irb(main):001:0&gt; require &#039;rake&#039;
LoadError: no such file to load -- rake
	from (irb):1:in `require&#039;
	from (irb):1

If I require &#039;rubygems&#039; first, it works!

irb(main):001:0&gt; require &#039;rake&#039;
LoadError: no such file to load -- rake
	from (irb):1:in `require&#039;
	from (irb):1

What is the best fix for this?</description>
		<content:encoded><![CDATA[<p>After installing this release on Ubuntu from the source, I can get irb to pickup the gems. If I do:</p>
<p>/opt/ruby-enterprise/bin/irb<br />
irb(main):001:0&gt; require &#8216;rake&#8217;<br />
LoadError: no such file to load &#8212; rake<br />
	from (irb):1:in `require&#8217;<br />
	from (irb):1</p>
<p>If I require &#8216;rubygems&#8217; first, it works!</p>
<p>irb(main):001:0&gt; require &#8216;rake&#8217;<br />
LoadError: no such file to load &#8212; rake<br />
	from (irb):1:in `require&#8217;<br />
	from (irb):1</p>
<p>What is the best fix for this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

