<?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 1.9.1 &amp; Friends: 11 Months On</title>
	<atom:link href="http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/</link>
	<description>Life &#38; Everything Else</description>
	<lastBuildDate>Tue, 27 Jul 2010 11:30:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Geo</title>
		<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/comment-page-1/#comment-37164</link>
		<dc:creator>Geo</dc:creator>
		<pubDate>Tue, 20 Apr 2010 06:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=774#comment-37164</guid>
		<description>&lt;p&gt;Er, sorry, I meant to thank Radar. :)   (but Paul you&#039;re pretty great too.)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Er, sorry, I meant to thank Radar. :)   (but Paul you&#8217;re pretty great too.)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Geo</title>
		<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/comment-page-1/#comment-37163</link>
		<dc:creator>Geo</dc:creator>
		<pubDate>Tue, 20 Apr 2010 06:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=774#comment-37163</guid>
		<description>&lt;p&gt;Thanks Paul, this script is fantastic!  Saved me hours.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Paul, this script is fantastic!  Saved me hours.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Silvashy</title>
		<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/comment-page-1/#comment-28686</link>
		<dc:creator>Joseph Silvashy</dc:creator>
		<pubDate>Wed, 06 Jan 2010 08:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=774#comment-28686</guid>
		<description>&lt;p&gt;Ryan, I was considering upgrading to Ruby 1.9.1 but then I saw a Google Tech Talk video on Ruby Enterprise Edition but the Phusion guys, and was like totally blown away. At this point I&#039;m conflicted on which version of ruby to use and wanted to know your point of view and why you went with 1.9.1 and not 1.8.7 Enterprise Edition?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ryan, I was considering upgrading to Ruby 1.9.1 but then I saw a Google Tech Talk video on Ruby Enterprise Edition but the Phusion guys, and was like totally blown away. At this point I&#8217;m conflicted on which version of ruby to use and wanted to know your point of view and why you went with 1.9.1 and not 1.8.7 Enterprise Edition?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Radar</title>
		<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/comment-page-1/#comment-26736</link>
		<dc:creator>Radar</dc:creator>
		<pubDate>Sun, 13 Dec 2009 00:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=774#comment-26736</guid>
		<description>&lt;p&gt;Thanks Paul I&#039;ve amended the script and the post!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Paul I&#8217;ve amended the script and the post!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Harrington</title>
		<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/comment-page-1/#comment-26668</link>
		<dc:creator>Paul Harrington</dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=774#comment-26668</guid>
		<description>&lt;p&gt;&quot;When you go to sudo gem install rails you’ll get no such file to load -- zlib. This error message is not helpful but it means you need zlib installed. I installed this from source because I couldn’t find an apt package for it:&quot;&lt;/p&gt;

&lt;p&gt;apt-get install zlib1g-dev&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;When you go to sudo gem install rails you’ll get no such file to load &#8212; zlib. This error message is not helpful but it means you need zlib installed. I installed this from source because I couldn’t find an apt package for it:&#8221;</p>

<p>apt-get install zlib1g-dev</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Johannsen</title>
		<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/comment-page-1/#comment-26346</link>
		<dc:creator>Anders Johannsen</dc:creator>
		<pubDate>Tue, 08 Dec 2009 11:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=774#comment-26346</guid>
		<description>&lt;p&gt;Thank you for revisiting this. Embarking on the same adventure as you, I choose the rvm route. Getting and compiling a specific version of ruby is as easy as typing &quot;rvm install RUBY_VERSION&quot;. Interpolate as needed. &lt;/p&gt;

&lt;p&gt;The tempfile patch you&#039;re pointing to, does seem to resolve the nasty error on POST requests. In my setup, however, it comes at a cost. After applying the fix, I&#039;m limited to a few restarts (using tmp/restart.txt), after which requests are no longer served. They just hang indefinitely. Needless to say, I&#039;m currently searching for a more robust solution&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for revisiting this. Embarking on the same adventure as you, I choose the rvm route. Getting and compiling a specific version of ruby is as easy as typing &#8220;rvm install RUBY_VERSION&#8221;. Interpolate as needed. </p>

<p>The tempfile patch you&#8217;re pointing to, does seem to resolve the nasty error on POST requests. In my setup, however, it comes at a cost. After applying the fix, I&#8217;m limited to a few restarts (using tmp/restart.txt), after which requests are no longer served. They just hang indefinitely. Needless to say, I&#8217;m currently searching for a more robust solution</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Caffeine Driven Development &#187; Blog Archive &#187; L33t Links #52</title>
		<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/comment-page-1/#comment-26330</link>
		<dc:creator>Caffeine Driven Development &#187; Blog Archive &#187; L33t Links #52</dc:creator>
		<pubDate>Tue, 08 Dec 2009 07:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=774#comment-26330</guid>
		<description>&lt;p&gt;[...] Ruby 1.9.1 &amp; Friends: 11 Months On, the new version has become easier to live with. Perhaps now is a good time to switch? [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Ruby 1.9.1 &amp; Friends: 11 Months On, the new version has become easier to live with. Perhaps now is a good time to switch? [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Radar</title>
		<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/comment-page-1/#comment-26328</link>
		<dc:creator>Radar</dc:creator>
		<pubDate>Tue, 08 Dec 2009 06:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=774#comment-26328</guid>
		<description>&lt;p&gt;James,&lt;/p&gt;

&lt;p&gt;The ruby1.9.1 package does not exist and also installs Ruby as &quot;ruby1.9&quot;. Installing from source does not do this. Further more, it does not install irb or ri. Whilst I am sure there are packages for these, they are probably installed with the extensions also.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>James,</p>

<p>The ruby1.9.1 package does not exist and also installs Ruby as &#8220;ruby1.9&#8243;. Installing from source does not do this. Further more, it does not install irb or ri. Whilst I am sure there are packages for these, they are probably installed with the extensions also.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: The Life Of A Radar &#187; Blog Archive &#187; Ruby 1.9.1 &#38; Friends</title>
		<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/comment-page-1/#comment-26225</link>
		<dc:creator>The Life Of A Radar &#187; Blog Archive &#187; Ruby 1.9.1 &#38; Friends</dc:creator>
		<pubDate>Sun, 06 Dec 2009 22:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=774#comment-26225</guid>
		<description>&lt;p&gt;[...] have made a followup postto this which contains more up-to-date information. This post is left here as an example of the [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] have made a followup postto this which contains more up-to-date information. This post is left here as an example of the [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: James Healy</title>
		<link>http://ryanbigg.com/2009/12/ruby-1-9-1-friends-11-months-on/comment-page-1/#comment-26190</link>
		<dc:creator>James Healy</dc:creator>
		<pubDate>Sun, 06 Dec 2009 10:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://frozenplague.net/?p=774#comment-26190</guid>
		<description>&lt;p&gt;... or you could just install the ruby1.9.1 package?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8230; or you could just install the ruby1.9.1 package?</p>]]></content:encoded>
	</item>
</channel>
</rss>
