Rss reader for Rails

I am looking to create a cron job that will collect data from several rss channels and store information in a database table.

Two examples of feeds I will parse:
http://news.google.com/news?ned=ie&topic=n&output=rss
http://rss.news.yahoo.com/rss/asia

I was wondering if people have any suggestions for the best gem to use this? (Do not want to start with one to find out that there are limitations / errors.)

thank

+3
source share
1 answer

Check out Feedzirra , a great reader for Rails.

+11
source

All Articles