To get Feedzirra to work with Rails 3, we will need to do a few stuff.
We will include the required gem in the gemfile. Add,
gem 'nokogiri', '1.4.1'
group :after_initialize do
gem "feedzirra"
end
then run bundle install to make sure we have the gem good
At the config/boot.rb
Add Bundler.require :after_initialize below Bundler setup
Then we should be able to kick start using Feedzirra, refer to the links below for more info.
0 comments:
Post a Comment