Deprecated: Assigning the return value of new by reference is deprecated in /home/tsiegel/public_html/wp-includes/cache.php on line 36

Deprecated: Assigning the return value of new by reference is deprecated in /home/tsiegel/public_html/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/tsiegel/public_html/wp-includes/theme.php on line 540

Warning: Cannot modify header information - headers already sent by (output started at /home/tsiegel/public_html/wp-includes/cache.php:36) in /home/tsiegel/public_html/wp-includes/feed-rss2-comments.php on line 2
Comments on: Generating RSS in Rails http://toddsiegel.com/2008/02/29/generating-rss-in-rails/ Sun, 20 May 2012 04:17:16 +0000 http://wordpress.org/?v=2.3.1 By: Tania http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-7730 Tania Tue, 11 Jan 2011 14:56:01 +0000 http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-7730 Thanks for this post! you explained it perfectly! Thanks for this post! you explained it perfectly!

]]>
By: niccon http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1209 niccon Fri, 14 Nov 2008 22:31:04 +0000 http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1209 thanks for this post, this definitely helped with my issues for will_paginate and rss! thanks for this post, this definitely helped with my issues for will_paginate and rss!

]]>
By: trivialview » Immer up to date http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1161 trivialview » Immer up to date Sat, 04 Oct 2008 12:36:38 +0000 http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1161 [...] Generating RSS in Rails [...] […] Generating RSS in Rails […]

]]>
By: leethal http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1045 leethal Sat, 23 Aug 2008 10:19:57 +0000 http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1045 http://pastie.org/258522 imo! http://pastie.org/258522 imo!

]]>
By: todd http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-993 todd Thu, 19 Jun 2008 16:42:48 +0000 http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-993 Shagy, you do not have to use restful routes, that's just my example. What's your issue? Shagy, you do not have to use restful routes, that’s just my example. What’s your issue?

]]>
By: todd http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-992 todd Thu, 19 Jun 2008 16:42:05 +0000 http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-992 James, I have not tried adding images, but if you do I will post the solution. James, I have not tried adding images, but if you do I will post the solution.

]]>
By: James http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-989 James Thu, 19 Jun 2008 04:13:54 +0000 http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-989 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. 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.

]]>
By: Shagy http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-949 Shagy Thu, 22 May 2008 19:02:16 +0000 http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-949 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. 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.

]]>
By: todd http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-948 todd Thu, 22 May 2008 18:51:21 +0000 http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-948 You would use hostname/controller_name/feed.rss but more likely you'd use <%= auto_discovery_link_tag(:rss, {:controller => "controller_name", :action => "feed", :format => "rss"}) %> in the <head> of your page. You would use hostname/controller_name/feed.rss but more likely you’d use < %= auto_discovery_link_tag(:rss, {:controller => “controller_name”, :action => “feed”, :format => “rss”}) %> in the <head> of your page.

]]>
By: Shagy http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-947 Shagy Thu, 22 May 2008 18:42:15 +0000 http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-947 Have you tested this? It doesn't work for me. What link would you put in the RSS reader? Have you tested this? It doesn’t work for me. What link would you put in the RSS reader?

]]>