Should I be using Feedzirra in the model?
I'm playing about with the Ruby Feedzirra gem and have managed to acheive what I set out to do by using it in the controller. Though everything I've seen has mentioned using it in the model. I was...
View Articlefeedzirra windows latest curb version issue
I am trying to install feedzirra but I am running into trouble. When I install Feedzirra, it looks for curb (0.7.18). I followed the instructions to install curb on windows >gem install curb --...
View ArticleError installing FeedZirra
I am new to Ruby on Rails. I am excited about Feed parsing but when I install FeedZirra I am getting this error. I use Windows 7 and Ruby 1.8.7. Please help. Thanks in advance. C:\Ruby187>gem...
View ArticleHow to get Feedjira to work with HTTPS feeds?
For instance, the following example code returns 0: require 'feedjira' feed_parsed = Feedjira::Feed.fetch_and_parse("https://news.yahoo.com/rss/topstories") puts feed_parsed
View ArticleRuby: How to set feedjira configuration options?
In the Feedjira 2.0 announcement blog post, it says that if you want to set the user agent, that should be a configuration option, but it is not clear how to do this. Ideally, I would like to mimic...
View Article