On Apr 19, 2011, at 1:33 PM, Tim Griffin wrote: > Bryan, > > Not sure if I'm overlooking something basic, but I if remove my previous > reference in my Gemfile to the old "acts_as_list", and do a > > rails plugin install git://github.com/swanandp/acts_as_list.git > > the install process chokes on one of my models that depends on acts_as_list. > Any ideas? > > $ rails plugin install git://github.com/swanandp/acts_as_list.git > /Users/tgriffin/.rvm/gems/ruby-1.9.2-p136@polar/gems/activerecord-3.0.3/lib/active_record/base.rb:1008:in > `method_missing': undefined method `acts_as_list' for > #<Class:0x00000103553648> (NoMethodError) > from > /Users/tgriffin/.rvm/gems/ruby-1.9.2-p136@polar/bundler/gems/hobo-22e5ad13eb00/hobo/lib/hobo/model.rb:314:in > `method_missing' > from /Users/tgriffin/Sites/polar/app/models/document.rb:141:in > `<class:Document>'
This used to happen a lot back before Bundler - the issue is that something in the plugin installer is loading the environment, causing Hobo to load all the models. Can you post the complete backtrace? --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
