I have a brand new app, where I have installed feedzirra; my gem file looks like this:
source 'http://rubygems.org'
source 'http://gems.github.com'
gem 'rails', '3.0.5'
gem 'sqlite3'
gem 'pauldix-feedzirra'
gem 'taf2-curb'
And my controller looks like this:
require 'feedzirra'
feed = Feedzirra::Feed.fetch_and_parse("http://feed.com/feed.xml")
When i start the server it looks fine until i load the page with the controller and the server shuts down with the message
Trace/BPT trap
Any suggestions to how I solve this?
-- Issue solved; following this: http://tmonrails.blogspot.com/2010/07/feedzirra-on-rails-3.html