I\'m really new to Ruby (first day!) and I\'m struggling with this here. I\'m trying to build a rss-parser in combination with Typhoeus since I\'m parsing over 100 feeds and also because I want to get
开发者_开发问答I\'ve to \"parse\" a Rails \"request.body\" on the fly, something like : feed = Feedzirra::Feed.parse(request.body.read)
I have a simple app that fetches an RSS feed and downloads some data. How can I get my ruby app to check the RSS feed every X minutes? should I just wrap all the code in a loop wi开发者_开发知识库th a
I cant seem to find info anywhere on how to strip html tags from the summary/title/etc fields of rss feeds using Feedzirra.
I\'m working on a life-streaming type app in Rails and am constantly parsing several different RSS feeds using Feedzirra. To support scaling of the app, I have to implement some kind of caching while
is that feedzirra co开发者_如何学JAVAmpatible with heroku ? i have no problem at localhost to use feezirra.I\'m currently using Feedzirra on Heroku (Ruby 1.9.2) without any problem.
The idea of having a single parser for any kind of feed is great and was hoping that it would work for me.
I just upgraded to snow leopard, ran the migration assistant and have spent hours and hours trying to get these gems to work with no luck. When I try to start my server I get the errors below. All the
I\'m using Feedzirra to get some rss content. This content can be updated by a third person. In my controller I have the following code:
I am a newbie to rails and I have been watching Rails Casts videos. I am interested to know a little bit more on FeedZirra (Rails casts episode 168) and especially feed parsing.