Groups
Groups
Sign in
Groups
Groups
feedzirra
Conversations
About
Send feedback
Help
NoMethodError: undefined method 'mattr_accessor' for ActiveSupport::Deprecation:Module
287 views
Skip to first unread message
safetycopy
unread,
Jun 6, 2010, 7:41:46 PM
6/6/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
6/23/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
7/8/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to feedzirra
thank you
Reply all
Reply to author
Forward
0 new messages