Or read http://wiki.rubyonrails.com/rails/pages/HowtoGenerateARSSFeed
On 06/03/06, Michael Gorsuch <michael.gorsuch@gmail.com>
wrote:> Ryan - here''s the gist of it:
>
> * build an action in your controller called ''rss'' or
whatever you
> would like it to be.
> * ''rss'' will act like your typical
''list'' actions
> * use a Builder template to general valid XML to send to the users
> when the call "/controller_name/rss".
>
> I highly recommend downloading Typo and looking at the
''xml''
> controller. That should give you a hand.
>
> On 3/5/06, ryan <rheath@ircwv.com> wrote:
> > Can someone guide me on the process of providing an RSS feed for my
> > site? I''m not sure how to go about this. Thanks.
> >
> > --
> > Posted via http://www.ruby-forum.com/.
> > _______________________________________________
> > Rails mailing list
> > Rails@lists.rubyonrails.org
> > http://lists.rubyonrails.org/mailman/listinfo/rails
> >
> _______________________________________________
> Rails mailing list
> Rails@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>