<?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: Rails 2 and RSS parsing gives weird errors</title>
	<atom:link href="http://www.spacebabies.nl/2008/06/16/rails-2-and-rss-parsing-gives-weird-errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.spacebabies.nl/2008/06/16/rails-2-and-rss-parsing-gives-weird-errors/</link>
	<description>extraterrestrialicious web apps</description>
	<lastBuildDate>Tue, 27 Dec 2011 18:32:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: joost</title>
		<link>http://www.spacebabies.nl/2008/06/16/rails-2-and-rss-parsing-gives-weird-errors/comment-page-1/#comment-71</link>
		<dc:creator>joost</dc:creator>
		<pubDate>Sat, 21 Jun 2008 07:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.spacebabies.nl/?p=142#comment-71</guid>
		<description>I checked the class of the pubDate and it was a Time, so something is afoul; either in Rails or RSS::Parser. And since this is happening since Rails 2.x I think the former (I have not changed Ruby). Coercing to string does fix the issue though.</description>
		<content:encoded><![CDATA[<p>I checked the class of the pubDate and it was a Time, so something is afoul; either in Rails or RSS::Parser. And since this is happening since Rails 2.x I think the former (I have not changed Ruby). Coercing to string does fix the issue though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Buesing</title>
		<link>http://www.spacebabies.nl/2008/06/16/rails-2-and-rss-parsing-gives-weird-errors/comment-page-1/#comment-70</link>
		<dc:creator>Geoff Buesing</dc:creator>
		<pubDate>Wed, 18 Jun 2008 14:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.spacebabies.nl/?p=142#comment-70</guid>
		<description>Hmmm... that error message looks like it&#039;s because of an invalid feed, not because of Rails&#039; datetime column handling.

Rails allows you to assign either a String or a Time to  datetime column, so you shouldn&#039;t have to coerce via #to_s first.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; that error message looks like it&#8217;s because of an invalid feed, not because of Rails&#8217; datetime column handling.</p>
<p>Rails allows you to assign either a String or a Time to  datetime column, so you shouldn&#8217;t have to coerce via #to_s first.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

