On Apr 19, 2011, at 2:39 PM, Tim Griffin wrote: > Hi Matt. > > Here it is. Brace yourself.
Quite a trace. :) Anyways, it looks like the issue is that the hobo.routes initializer is the culprit here - it blows up when trying to load a model with acts_as_list. This is similar to a problem I ran into with the old 2.3 gem stuff, where running 'rake gems' depended on the gems already being installed - the fix for that was a pretty gross hack with a global variable that indicated, "no, we're just loading environment.rb for the definitions, don't require stuff". For now, the simplest method is to either comment-out the acts_as_lists or leave the gem in place until the plugin is installed. --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.
