Hi all, Can anybody tell me how we can create RSS feed using Ruby on Rails. How do I go about constructing this RSS file? Can I find an example in any site? regards, Prasad -- Posted via http://www.ruby-forum.com/.
http://wiki.rubyonrails.org/rails/pages/HowtoGenerateARSSFeed http://rails.techno-weenie.net/question/2005/12/25/how_can_i_generate_rss_fees_in_a_rails_app http://www.recentrambles.com/pragmatic/view/47 On 8/4/06, Surjya Hazarika <surjya.hazarika@genieinteractive.com> wrote:> Hi all, > Can anybody tell me how we can create RSS feed using Ruby on Rails. > How do I go about constructing this RSS file? Can I find an example in > any site? > > regards, > Prasad > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/
Thanks Borg??rsson, I generated an RSS 2.0 and copied and pasted the URL as a feed into Bloglines(a blog aggregator). It works perfectly fine only that the latest changes to the RSS is reflected only after 24 hours. For instance, I am putting my mailbox contents as an RSS feed to bloglines. The mails that newly populate the inbox are only visible after a day. Can you throw some light into this. Thanks in advance Prasad J?n Borg??rsson wrote:> http://wiki.rubyonrails.org/rails/pages/HowtoGenerateARSSFeed > http://rails.techno-weenie.net/question/2005/12/25/how_can_i_generate_rss_fees_in_a_rails_app > http://www.recentrambles.com/pragmatic/view/47 > > On 8/4/06, Surjya Hazarika <surjya.hazarika@genieinteractive.com> wrote: >> _______________________________________________ >> Rails mailing list >> Rails@lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > > ---- Posted via http://www.ruby-forum.com/.
On 8/9/06, Surjya Hazarika <surjya.hazarika@genieinteractive.com> wrote:> > Thanks Borg??rsson, I generated an RSS 2.0 and copied and pasted the URL > as a feed into Bloglines(a blog aggregator). It works perfectly fine > only that the latest changes to the RSS is reflected only after 24 > hours. >That is a problem at Bloglines, they are crawling your feed infrequently. Check your server logs to see how often. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060809/f4d9bb67/attachment-0001.html
On 8/9/06, Surjya Hazarika <surjya.hazarika@genieinteractive.com> wrote:> Thanks Borg??rsson,It''s actually "Thanks J?n Gr?tar" :) The name is Icelandic and we still use patronymic names instead of family names. Borg??rsson refers to my father and would translate as "The son of Borg??r" So my son would be [Somename] J?nson or The son of J?n. But enought about that... ;)> I generated an RSS 2.0 and copied and pasted the URL > as a feed into Bloglines(a blog aggregator). It works perfectly fine > only that the latest changes to the RSS is reflected only after 24 > hours. For instance, I am putting my mailbox contents as an RSS feed to > bloglines. The mails that newly populate the inbox are only visible > after a day. Can you throw some light into this.That''s got to do with Bloglines. It''s just how they do things. Not sure if you can do anything about that. -- -------------- Jon Gretar Borgthorsson http://www.jongretar.net/