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.

this will help you.follow the screen-cast http://media.railscasts.com/ipod_videos/087_generating_rss.m4v

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 ( GitHub - marnen/quorum2: The Quorum calendar system. ), 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,