Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Rafael Rocha
9,583 PointsWhat is the best way to consume RSS feed with Ruby?
Hi, I was thinking about creating a new app with ruby on rails, and I'd like to know what is the best way to consume RSS feed with Ruby nowadays?
Thanks,
Rafael
4 Answers

James Barnett
39,199 PointsRuby actually comes with an RSS parser
http://www.michaelrigart.be/en/blog/parsing-rss-feeds-in-ruby.html

Rafael Rocha
9,583 PointsThanks James for your quickly reply.
Could also I consider using Feedzirra? Between two which one is better?
Regards,

Unsubscribed User
4,776 PointsYou may want to check out The Ruby Toolbox - Atom & RSS Feed Parsing - it shows Feedzirra as the most downloaded feed parsing gem but that doesn't necessarily mean it is the best one for your needs. Have a look at the rest.

Julien Genestoux
32 PointsUsing Superfeedr's Rails Engine is probably the easiest way to consume RSS feed in your Rails application without offline workers or queues.