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 +0000http://wordpress.org/?v=2.3.1By: Tania
http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-7730
TaniaTue, 11 Jan 2011 14:56:01 +0000http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-7730Thanks 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
nicconFri, 14 Nov 2008 22:31:04 +0000http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1209thanks 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 dateSat, 04 Oct 2008 12:36:38 +0000http://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
leethalSat, 23 Aug 2008 10:19:57 +0000http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-1045http://pastie.org/258522 imo!http://pastie.org/258522 imo!
]]>By: todd
http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-993
toddThu, 19 Jun 2008 16:42:48 +0000http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-993Shagy, 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
toddThu, 19 Jun 2008 16:42:05 +0000http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-992James, 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
JamesThu, 19 Jun 2008 04:13:54 +0000http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-989Nice 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
ShagyThu, 22 May 2008 19:02:16 +0000http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-949I'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
toddThu, 22 May 2008 18:51:21 +0000http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-948You 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
ShagyThu, 22 May 2008 18:42:15 +0000http://toddsiegel.com/2008/02/29/generating-rss-in-rails/#comment-947Have 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?
]]>