Sumanth Ambati
2006-Mar-13 13:14 UTC
[Rails] Ruby on Rails Applications - To get RSS Feeds
Hi, all I am new to Ruby and also Ruby on Rails. I would like to know how we can get the RSS Feeds and display them in a Ruby on Rails applications. Thanks in Advance, sumi -- Posted via http://www.ruby-forum.com/.
On Mon, Mar 13, 2006 at 02:13:57PM +0100, Sumanth Ambati wrote:> Hi, all I am new to Ruby and also Ruby on Rails. > I would like to know how we can get the RSS Feeds and display them in a > Ruby on Rails applications.http://www.google.com/search?hl=en&lr=&q=parse+rss+feed+ruby+rails&btnG=Search feedtools (http://sporkmonger.com/projects/feedtools/, one of the top5 results of above search) is a rather complete rss/atom parser suite including support caching and merging of retrieved feeds. Jens -- Jens Kr?mer jk@jkraemer.net
Sumanth Ambati
2006-Mar-13 13:40 UTC
[Rails] Re: Ruby on Rails Applications - To get RSS Feeds
Jens Kraemer wrote:> On Mon, Mar 13, 2006 at 02:13:57PM +0100, Sumanth Ambati wrote: >> Hi, all I am new to Ruby and also Ruby on Rails. >> I would like to know how we can get the RSS Feeds and display them in a >> Ruby on Rails applications. > > http://www.google.com/search?hl=en&lr=&q=parse+rss+feed+ruby+rails&btnG=Search > > feedtools (http://sporkmonger.com/projects/feedtools/, one of the top5 > results of above search) is a rather complete rss/atom parser suite > including support caching and merging of retrieved feeds. > > JensThanks Jens. But as I am new I am not getting it right away. Let me present you my problem. I have to build a Ruby on Rails application which gets the recent posts from the specific blogs. As far as I know, I need to parse the RSS Feeds of the particular blogs and get the recent posts displayed(if any). Can you help me in this with explaination. Thanks in Advance. -- Posted via http://www.ruby-forum.com/.
Sumanth Ambati
2006-Mar-13 14:02 UTC
[Rails] Ruby on Rails Applications - To get RSS Feeds
Hi all, I am new to Ruby on Rails. I have to build a Ruby on Rails application which gets the recent posts from the specific blogs. As far as I know, I need to parse the RSS Feeds of the particular blogs and get the recent posts displayed(if any). Can any one help me in this with explaination. Thanks in Advance. -- Posted via http://www.ruby-forum.com/.
Sumanth Ambati wrote:> Hi all, > I am new to Ruby on Rails. > I have to build a Ruby on Rails application which gets the recent posts > from the specific blogs. As far as I know, I need to parse the RSS > Feeds of the particular blogs and get the recent posts displayed(if > any). > Can any one help me in this with explaination.http://sporkmonger.com/projects/feedtools/ should be all you need. There''s a link to a tutorial from that page. -- Alex
Edgar Gonzalez
2006-Mar-13 14:50 UTC
[Rails] Ruby on Rails Applications - To get RSS Feeds
I use FeedTools to do exactly what you want On 3/13/06, Alex Young <alex@blackkettle.org> wrote:> Sumanth Ambati wrote: > > Hi all, > > I am new to Ruby on Rails. > > I have to build a Ruby on Rails application which gets the recent posts > > from the specific blogs. As far as I know, I need to parse the RSS > > Feeds of the particular blogs and get the recent posts displayed(if > > any). > > Can any one help me in this with explaination. > http://sporkmonger.com/projects/feedtools/ should be all you need. > There''s a link to a tutorial from that page. > > -- > Alex > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Edgar Gonz?lez Gonz?lez E-mail: edgargonzalez@gmail.com http://vp.com.ve http://lacaraoscura.com http://rubycorner.com http://contilde.com --