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! While you're at it, check out some resources Treehouse students have shared here.

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

Ruby

Rafael Rocha
Rafael Rocha
9,583 Points

What 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

Rafael Rocha
Rafael Rocha
9,583 Points

Thanks James for your quickly reply.

Could also I consider using Feedzirra? Between two which one is better?

Regards,

You 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
Julien Genestoux
32 Points

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