<?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: Why Ruby on Rails isn&#8217;t ready for Ruby 1.9.x</title>
	<atom:link href="http://blog.joeygeiger.com/2009/09/21/why-ruby-on-rails-isnt-ready-for-ruby-1-9-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joeygeiger.com/2009/09/21/why-ruby-on-rails-isnt-ready-for-ruby-1-9-x/</link>
	<description>solving my problems, one at a time</description>
	<lastBuildDate>Fri, 04 Nov 2011 16:05:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Derrick</title>
		<link>http://blog.joeygeiger.com/2009/09/21/why-ruby-on-rails-isnt-ready-for-ruby-1-9-x/comment-page-1/#comment-109</link>
		<dc:creator>Derrick</dc:creator>
		<pubDate>Fri, 23 Apr 2010 23:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=117#comment-109</guid>
		<description>I know I&#039;m late to the party, but if you change

%Q&#124;\x00-\x1f\x7f-\xff&#124;

to 

%Q&#124;\x00-\x1f\x7f-\xff&#124;.force_encoding(&quot;ASCII-8BIT&quot;)

it should start working. 

This is more so that when other people search they find a solution. Your page was the first one I read.</description>
		<content:encoded><![CDATA[<p>I know I&#8217;m late to the party, but if you change</p>
<p>%Q|\x00-\x1f\x7f-\xff|</p>
<p>to </p>
<p>%Q|\x00-\x1f\x7f-\xff|.force_encoding(&#8220;ASCII-8BIT&#8221;)</p>
<p>it should start working. </p>
<p>This is more so that when other people search they find a solution. Your page was the first one I read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://blog.joeygeiger.com/2009/09/21/why-ruby-on-rails-isnt-ready-for-ruby-1-9-x/comment-page-1/#comment-42</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 21 Sep 2009 22:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.joeygeiger.com/?p=117#comment-42</guid>
		<description>Hi
i am running Ruby 1.9.x for a few months now. Had some issues, but now i can say,  that everything i need works, including Rails.
TMail is still an issue though. But help is on the way:
http://isitruby19.com/tmail
http://github.com/mikel/mail
I think Rails is ready for Ruby 1.9 or will be soon. I don&#039;t fully understand 1.9&#039;s encoding superpowers yet, but your code snipped runs on my machine when run from a file, not in irb. In irb on Ruby trunk (1.9.2dev) i get &quot;RegexpError: /.../n has a non escaped non ASCII character in non ASCII-8BIT script&quot;.</description>
		<content:encoded><![CDATA[<p>Hi<br />
i am running Ruby 1.9.x for a few months now. Had some issues, but now i can say,  that everything i need works, including Rails.<br />
TMail is still an issue though. But help is on the way:<br />
<a href="http://isitruby19.com/tmail" rel="nofollow">http://isitruby19.com/tmail</a><br />
<a href="http://github.com/mikel/mail" rel="nofollow">http://github.com/mikel/mail</a><br />
I think Rails is ready for Ruby 1.9 or will be soon. I don&#8217;t fully understand 1.9&#8242;s encoding superpowers yet, but your code snipped runs on my machine when run from a file, not in irb. In irb on Ruby trunk (1.9.2dev) i get &#8220;RegexpError: /&#8230;/n has a non escaped non ASCII character in non ASCII-8BIT script&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

