feedzirra
Ruby, Feedzirra, typhoeus
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[详细]
2023-03-12 07:46 分类:问答Parsing file or streaming input with feedzirra
开发者_开发问答I\'ve to \"parse\" a Rails \"request.body\" on the fly, something like : feed = Feedzirra::Feed.parse(request.body.read)[详细]
2023-03-08 12:56 分类:问答Ruby checking rss feed every X minutes
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[详细]
2023-03-06 12:42 分类:问答Stripping Html tags from Rss feeds using Feedzilla
I cant seem to find info anywhere on how to strip html tags from the summary/title/etc fields of rss feeds using Feedzirra.[详细]
2023-03-02 18:04 分类:问答Cache and Paginate RSS Feed in Rails
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[详细]
2023-02-28 20:12 分类:问答heroku feedzirra problem
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.[详细]
2023-02-19 07:37 分类:问答Feedzirra cannot parse atom feeds
The idea of having a single parser for any kind of feed is great and was hoping that it would work for me.[详细]
2023-02-05 14:40 分类:问答gem problems with snow leopard and nokogiri bluecloth and feedzirra
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[详细]
2023-01-26 11:41 分类:问答Feedzirra is not updating the article content
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:[详细]
2023-01-26 07:23 分类:问答Advanced Feed Parsing in Rails
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.[详细]
2023-01-18 14:27 分类:问答