简体   繁体   English

什么是解析RSS feed的好Rails 3 gem?

[英]What is a good Rails 3 gem for parsing RSS feeds?

I stumbled upon Feedzirra but it seems that isn't a Rails gem, but rather just a Ruby gem. 我偶然发现了Feedzirra,但这似乎不是Rails的宝石,而仅仅是Ruby的宝石。

Does anyone know of any good ones for Rails 3 that are still being supported? 有人知道仍然支持Rails 3的任何优点吗?

Thanks. 谢谢。

I don't think there are any gems for feed parsing that are specific to Rails... I'd suggest just checking out Ruby Toolbox to see what's common and available. 我不认为有任何特定于Rails的feed解析工具……我建议您仅查看Ruby Toolbox来了解常见和可用的东西。

And if you end up choosing Feedzirra, here's a Railscast for it. 如果最终选择Feedzirra,这里有一个Railscast A little old, but it can still be used in Rails 3. 有点旧,但仍可以在Rails 3中使用。

I'm facing a similar question right now. 我现在正面临类似的问题。 I'm going with this gem: https://github.com/cardmagic/simple-rss 我正在使用这个宝石: https : //github.com/cardmagic/simple-rss

We created a Rails Engine to consume RSS feed thru Superfeedr. 我们创建了一个Rails Engine来通过Superfeedr使用RSS feed。 It lets you subscribe, unsubscribe, retrieve past content from feeds and handles notifications of new content on your behalf. 它使您可以订阅,取消订阅,从提要中检索过去的内容,并代表您处理新内容的通知。

You can get this gem from there . 您可以从那里得到这颗宝石

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM