<?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: Adding RSS to Rails</title>
	<atom:link href="http://www.lunar-ocean.com/adding-rss-to-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lunar-ocean.com/adding-rss-to-rails/</link>
	<description>Y'a pas anguille sous roche, mais probablement baleine sous gravillon...</description>
	<pubDate>Fri, 30 Jul 2010 07:03:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.lunar-ocean.com/adding-rss-to-rails/comment-page-1/#comment-9</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 27 Mar 2007 04:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunar-ocean.com/blog/adding-rss-to-rails/#comment-9</guid>
		<description>Thanks a lot Assaf.

I had a hard time having this work, even after you tipped me off today.

I got the feed read by Google Reader by adding this to my code:

render :action =&gt; :rss, :content_type =&gt; 'application/rss+xml'

and that did the trick.</description>
		<content:encoded><![CDATA[<p>Thanks a lot Assaf.</p>
<p>I had a hard time having this work, even after you tipped me off today.</p>
<p>I got the feed read by Google Reader by adding this to my code:</p>
<p>render :action => :rss, :content_type => &#8216;application/rss+xml&#8217;</p>
<p>and that did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.lunar-ocean.com/adding-rss-to-rails/comment-page-1/#comment-8</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 24 Mar 2007 20:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunar-ocean.com/blog/adding-rss-to-rails/#comment-8</guid>
		<description>I tried initially to specify the content type as application/rss+xml as described &lt;a href="http://townx.org/blog/elliot/ruby_tuesday_rss_feeds_in_rails" rel="nofollow"&gt;here&lt;/a&gt;.
either on the response or in general.


I am running over fastcgi, so I might need to specify that in the config file. This &lt;a href="http://www.fngtps.com/2006/09/uror-part-1-set-the-content-type" rel="nofollow"&gt;page&lt;/a&gt; helped me figure that out.

I am overlapping over some family time, so it will be for later !</description>
		<content:encoded><![CDATA[<p>I tried initially to specify the content type as application/rss+xml as described <a href="http://townx.org/blog/elliot/ruby_tuesday_rss_feeds_in_rails" rel="nofollow">here</a>.<br />
either on the response or in general.</p>
<p>I am running over fastcgi, so I might need to specify that in the config file. This <a href="http://www.fngtps.com/2006/09/uror-part-1-set-the-content-type" rel="nofollow">page</a> helped me figure that out.</p>
<p>I am overlapping over some family time, so it will be for later !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://www.lunar-ocean.com/adding-rss-to-rails/comment-page-1/#comment-7</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Sat, 24 Mar 2007 19:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lunar-ocean.com/blog/adding-rss-to-rails/#comment-7</guid>
		<description>Feed readers look at content type, not the URL. And unless you specified otherwise, Rails will apply the XML content type.</description>
		<content:encoded><![CDATA[<p>Feed readers look at content type, not the URL. And unless you specified otherwise, Rails will apply the XML content type.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
