Feedzirra is probably one of the best Ruby RSS parsers. But if you're using it with Rails 3, you may get an error message like so:
no such file to load -- active_support/core_ext/time
If that happens, locate your feedzirra.rb file on your machine and comment out the lines:
#require 'active_support/core_ext/object'
#require 'active_support/core_ext/time'
Add these lines:
require 'active_support/core_ext'
require 'active_support/time'
If you made it this far, you should follow me on Twitter.
-JP
Want to test-drive Bitcoin without any risk? Check out my bitcoin wallet Coinbolt. It includes test coins for free.
comments powered by Disqus