views:

66

answers:

2

I have been using Feed Zirra for some time and I like it.

Now, I want to build one..

I am new to rails, Are there any good tutorials to buid RSS Feed aggregator?

+1  A: 

Feedzirra is your best option as it can handle multiple feeds efficiently. Check out the reade me for a basic tutorial: http://github.com/pauldix/feedzirra

Nader
A: 

The README on the trunk really doesn't show you how to flesh out an aggregator. The RailsCast for it, however, is pretty sweet:

http://railscasts.com/episodes/168-feed-parsing

or ASCIIcast.com of the same url.

nessur