<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Generating RSS in Rails</title>
	<link>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/</link>
	<description></description>
	<pubDate>Thu, 29 Jul 2010 12:13:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: niccon</title>
		<link>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1209</link>
		<dc:creator>niccon</dc:creator>
		<pubDate>Fri, 14 Nov 2008 22:31:04 +0000</pubDate>
		<guid>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1209</guid>
		<description>thanks for this post, this definitely helped with my issues for will_paginate and rss!</description>
		<content:encoded><![CDATA[<p>thanks for this post, this definitely helped with my issues for will_paginate and rss!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trivialview &#187; Immer up to date</title>
		<link>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1161</link>
		<dc:creator>trivialview &#187; Immer up to date</dc:creator>
		<pubDate>Sat, 04 Oct 2008 12:36:38 +0000</pubDate>
		<guid>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1161</guid>
		<description>[...] Generating RSS in Rails [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Generating RSS in Rails [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leethal</title>
		<link>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1045</link>
		<dc:creator>leethal</dc:creator>
		<pubDate>Sat, 23 Aug 2008 10:19:57 +0000</pubDate>
		<guid>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1045</guid>
		<description>http://pastie.org/258522 imo!</description>
		<content:encoded><![CDATA[<p><a href="http://pastie.org/258522" rel="nofollow">http://pastie.org/258522</a> imo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-993</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Thu, 19 Jun 2008 16:42:48 +0000</pubDate>
		<guid>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-993</guid>
		<description>Shagy, you do not have to use restful routes, that's just my example.  What's your issue?</description>
		<content:encoded><![CDATA[<p>Shagy, you do not have to use restful routes, that&#8217;s just my example.  What&#8217;s your issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-992</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Thu, 19 Jun 2008 16:42:05 +0000</pubDate>
		<guid>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-992</guid>
		<description>James, I have not tried adding images, but if you do I will post the solution.</description>
		<content:encoded><![CDATA[<p>James, I have not tried adding images, but if you do I will post the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-989</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 19 Jun 2008 04:13:54 +0000</pubDate>
		<guid>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-989</guid>
		<description>Nice stuff.  This works well for me, but I have yet to figure out how to add an image to my feed, probably because I am a noob.  Would you use an enclosure or the images array?  Almost all of my rss items will have at least one image.  It sure would be nice if someone would just write a to_rss method that works just like to_xml.</description>
		<content:encoded><![CDATA[<p>Nice stuff.  This works well for me, but I have yet to figure out how to add an image to my feed, probably because I am a noob.  Would you use an enclosure or the images array?  Almost all of my rss items will have at least one image.  It sure would be nice if someone would just write a to_rss method that works just like to_xml.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shagy</title>
		<link>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-949</link>
		<dc:creator>Shagy</dc:creator>
		<pubDate>Thu, 22 May 2008 19:02:16 +0000</pubDate>
		<guid>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-949</guid>
		<description>I've tried everything and can't get rss feeds to generate from my rails 2.0.2 app.
Do you HAVE to use restful routes? I've tried with and without.
just can't get it to work and been trying for 2 days.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried everything and can&#8217;t get rss feeds to generate from my rails 2.0.2 app.<br />
Do you HAVE to use restful routes? I&#8217;ve tried with and without.<br />
just can&#8217;t get it to work and been trying for 2 days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-948</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Thu, 22 May 2008 18:51:21 +0000</pubDate>
		<guid>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-948</guid>
		<description>You would use hostname/controller_name/feed.rss but more likely you'd use &lt;%= auto_discovery_link_tag(:rss, {:controller =&gt; "controller_name", :action =&gt; "feed", :format =&gt; "rss"}) %&gt; in the &#60;head&#62; of your page.</description>
		<content:encoded><![CDATA[<p>You would use hostname/controller_name/feed.rss but more likely you&#8217;d use < %= auto_discovery_link_tag(:rss, {:controller => &#8220;controller_name&#8221;, :action => &#8220;feed&#8221;, :format => &#8220;rss&#8221;}) %> in the &lt;head&gt; of your page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shagy</title>
		<link>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-947</link>
		<dc:creator>Shagy</dc:creator>
		<pubDate>Thu, 22 May 2008 18:42:15 +0000</pubDate>
		<guid>http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-947</guid>
		<description>Have you tested this? It doesn't work for me.  What link would you put in the RSS reader?</description>
		<content:encoded><![CDATA[<p>Have you tested this? It doesn&#8217;t work for me.  What link would you put in the RSS reader?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
