<?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: I switched to Ruby 1.9 (and you should too)</title>
	<atom:link href="http://labnotes.org/2009/08/13/i-switched-to-ruby-1-9-and-you-should-too/feed/" rel="self" type="application/rss+xml" />
	<link>http://labnotes.org/2009/08/13/i-switched-to-ruby-1-9-and-you-should-too/</link>
	<description></description>
	<lastBuildDate>Sun, 15 Jan 2012 21:29:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: daeltar</title>
		<link>http://labnotes.org/2009/08/13/i-switched-to-ruby-1-9-and-you-should-too/comment-page-1/#comment-142141</link>
		<dc:creator>daeltar</dc:creator>
		<pubDate>Mon, 17 Aug 2009 15:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1332#comment-142141</guid>
		<description>UTF-8/ASCII issues are showstoppers, far way to resolve them all.</description>
		<content:encoded><![CDATA[<p>UTF-8/ASCII issues are showstoppers, far way to resolve them all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2009/08/13/i-switched-to-ruby-1-9-and-you-should-too/comment-page-1/#comment-142130</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Fri, 14 Aug 2009 16:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1332#comment-142130</guid>
		<description>I heard there were UTF-8/ASCII issues that plagued Rails earlier on, but those are resolved now.  I didn&#039;t get to experience them myself, but then I&#039;m a late starter on 1.9.  Sadly yes, you have to give up on some plugins/gems, or fork and fix them (not as easy as it sounds).</description>
		<content:encoded><![CDATA[<p>I heard there were UTF-8/ASCII issues that plagued Rails earlier on, but those are resolved now.  I didn&#8217;t get to experience them myself, but then I&#8217;m a late starter on 1.9.  Sadly yes, you have to give up on some plugins/gems, or fork and fix them (not as easy as it sounds).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlo Zottmann</title>
		<link>http://labnotes.org/2009/08/13/i-switched-to-ruby-1-9-and-you-should-too/comment-page-1/#comment-142129</link>
		<dc:creator>Carlo Zottmann</dc:creator>
		<pubDate>Fri, 14 Aug 2009 10:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1332#comment-142129</guid>
		<description>Tried to switch while working on some Rails projects, and ran head-first into a few walls, mostly related to I18n issues and plugins.

Which makes me a sad panda.</description>
		<content:encoded><![CDATA[<p>Tried to switch while working on some Rails projects, and ran head-first into a few walls, mostly related to I18n issues and plugins.</p>
<p>Which makes me a sad panda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2009/08/13/i-switched-to-ruby-1-9-and-you-should-too/comment-page-1/#comment-142128</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Fri, 14 Aug 2009 07:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1332#comment-142128</guid>
		<description>Cool links, thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Cool links, thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Dempsey</title>
		<link>http://labnotes.org/2009/08/13/i-switched-to-ruby-1-9-and-you-should-too/comment-page-1/#comment-142127</link>
		<dc:creator>Jack Dempsey</dc:creator>
		<pubDate>Fri, 14 Aug 2009 06:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=1332#comment-142127</guid>
		<description>Haven&#039;t made the full switch yet. I don&#039;t think I have the time right now to deal with the potential issues of making the switch, but maybe it wouldn&#039;t be that bad.

I&#039;ve used Chad Humphries excellent config repo at github to help install and switch between versions though (as an aside, if you&#039;re interested in z-shell, take a look at this repo as well):

http://github.com/spicycode/spicy-config/blob/7e6088e0fec8c41f1977e6c703550bd4e280583e/.zsh/ruby_installer.zsh

http://github.com/spicycode/spicy-config/blob/7e6088e0fec8c41f1977e6c703550bd4e280583e/.zsh/ruby_switcher.zsh</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t made the full switch yet. I don&#8217;t think I have the time right now to deal with the potential issues of making the switch, but maybe it wouldn&#8217;t be that bad.</p>
<p>I&#8217;ve used Chad Humphries excellent config repo at github to help install and switch between versions though (as an aside, if you&#8217;re interested in z-shell, take a look at this repo as well):</p>
<p><a href="http://github.com/spicycode/spicy-config/blob/7e6088e0fec8c41f1977e6c703550bd4e280583e/.zsh/ruby_installer.zsh" rel="nofollow">http://github.com/spicycode/spicy-config/blob/7e6088e0fec8c41f1977e6c703550bd4e280583e/.zsh/ruby_installer.zsh</a></p>
<p><a href="http://github.com/spicycode/spicy-config/blob/7e6088e0fec8c41f1977e6c703550bd4e280583e/.zsh/ruby_switcher.zsh" rel="nofollow">http://github.com/spicycode/spicy-config/blob/7e6088e0fec8c41f1977e6c703550bd4e280583e/.zsh/ruby_switcher.zsh</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

