Irfan Ahmed
2010-Nov-11 06:39 UTC
help: adding RSS feed to the post using ruby on the rails
Hi I want to know if I want to share a post through RSS (e.g. in Google Buzz), what should I do and how could I start? If possible please let me. Please provide me some useful links if possible. -- Thanks, Irfan Ahmed Rizvi http://www.welltreat.us +880 1676 246 991 +880 1723 712 288 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
nicolas
2010-Nov-11 11:56 UTC
Re: help: adding RSS feed to the post using ruby on the rails
this will help you.follow the screen-cast http://media.railscasts.com/ipod_videos/087_generating_rss.m4v On Nov 11, 11:39 am, Irfan Ahmed <irfan...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi > I want to know if I want to share a post through RSS (e.g. in Google Buzz), > what should I do and how could I start? > If possible please let me. > Please provide me some useful links if possible. > > -- > Thanks, > Irfan Ahmed Rizvihttp://www.welltreat.us > +880 1676 246 991 > +880 1723 712 288-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2010-Nov-11 15:09 UTC
Re: help: adding RSS feed to the post using ruby on the rails
Irfan Ahmed wrote in post #960684:> Hi > I want to know if I want to share a post through RSS (e.g. in Google > Buzz), > what should I do and how could I start?There are probably gems to do this, but for the RSS feed in Quorum ( http://github.com/marnen/quorum2 ), I simply created an XML view with the appropriate information. It''s not difficult at all, since RSS is a pretty simple format. (I used Builder for the XML, but if I were doing it today, I''d use Haml.) Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.