On Dec 26, 7:04 pm, Roy Wright <[email protected]> wrote: > On Dec 26, 2008, at 6:30 PM, MarkMT wrote: > > > /usr/local/lib/site_ruby/1.8/rubygems.rb:149:in `activate': can't > > activate data_objects (= 0.9.9, runtime), already activated > > data_objects-0.9.10 (Gem::Exception) > > I've seen something similar where the system gems were updated > to a later version than in the merb apps dependencies. I think the > solution is to run "thor merb:gem:install" to cache the versions as > specified in dependency.rb.
Yep, this is what it sounds like. You could probably just bump the version of data_objects up in your dependencies.rb file, and it seems like it should work. Incidentally, I've just done a little writeup on deploying a bundled Merb app on Passenger to an Ubuntu box (mine are on slicehost, too): http://weblog.halogenlabs.com/articles/the-super-easy-guide-to-deploying-a-merb-app-on-ubuntu-with-passenger/ There are some capistrano tasks that will handle the rebundling before a restart of your app server, too... feedback on the article is welcome! - Tony --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
