NoMethodError: undefined method 'mattr_accessor' for ActiveSupport::Deprecation:Module

287 views
Skip to first unread message

safetycopy

unread,
Jun 6, 2010, 7:41:46 PM6/6/10
to feedzirra
Hi All

I just tried to install FeedZirra 0.0.18 and after requiring it in irb
I get an error message:

NoMethodError: undefined method 'mattr_accessor' for
ActiveSupport::Deprecation:Module

activesupport-2.3.8 was installed as I installed FeedZirra.

Any suggestions would be appreciated :-)

Moiseev Sergey

unread,
Jun 23, 2010, 12:09:37 PM6/23/10
to feedzirra
Solution simple as is:
1. gem install bundler
2. create file Gemfile:
source "http://gemcutter.org"
gem "activesupport", "2.3.4"
gem "feedzirra"
3. bundle install
4. add following lines to your script (right after require
"rubygems"):
require "bundler"
Bundler.setup
require "feedzirra"


Tyler Gillies

unread,
Jul 8, 2010, 4:48:11 AM7/8/10
to feedzirra
thank you
Reply all
Reply to author
Forward
0 new messages