It looks like you're running off of edge merbivore sources, which currently generate code that specifies use of DM 0.9.6. Check if that's the case in your dependencies.rb -- Yehuda
On Thu, Nov 20, 2008 at 12:00 PM, Mariusz Cieśla <[EMAIL PROTECTED]> wrote: > > Hi, > > Found this today on Macports installed Ruby. > When I try to run my application I get an error: > > #v+ > mariusz% merb > Warning: please use bin/merb to load merb-core-1.1.0 from ./gems > Loading init file from /Users/mariusz/Documents/workspace/rubytime/app/ > rubytime/config/init.rb > Loading /Users/mariusz/Documents/workspace/rubytime/app/rubytime/ > config/environments/development.rb > ~ Loaded DEVELOPMENT Environment... > ~ > ~ FATAL: The file dm-core was not found > ~ > #v- > > Here's my Ruby version: > > #v+ > mariusz% ruby --version > ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9] > #v- > > And here's what merb --verbose says: > > #v+ > ~ FRAMEWORK_ROOT = /opt/local/lib/ruby/gems/1.8/gems/merb-core-1.0.1/ > lib > ~ > ~ LoadError: no such file to load -- dm-core > ~ FRAMEWORK_ROOT/merb-core/core_ext/kernel.rb:144:in `require' > ~ FRAMEWORK_ROOT/merb-core/core_ext/kernel.rb:144:in > `load_dependency' > ~ FRAMEWORK_ROOT/merb-core/bootloader.rb:405:in `load_dependencies' > ~ FRAMEWORK_ROOT/merb-core/bootloader.rb:405:in `each' > ~ FRAMEWORK_ROOT/merb-core/bootloader.rb:405:in `load_dependencies' > ~ FRAMEWORK_ROOT/merb-core/bootloader.rb:393:in `run' > ~ FRAMEWORK_ROOT/merb-core/bootloader.rb:99:in `run' > ~ FRAMEWORK_ROOT/merb-core/server.rb:172:in `bootup' > ~ FRAMEWORK_ROOT/merb-core/server.rb:42:in `start' > ~ FRAMEWORK_ROOT/merb-core.rb:169:in `start' > #v- > > Meanwhile, at gem list | grep dm: > > #v+ > mariusz% gem list | grep dm > dm-aggregates (0.9.7) > dm-core (0.9.7) > dm-migrations (0.9.7) > dm-sweatshop (0.9.7) > dm-timestamps (0.9.7) > dm-types (0.9.7) > dm-validations (0.9.7) > #v- > > Any idea what can I do about it or where can I search for the source > of the error? > > Thanks in advance. > M > > > -- Yehuda Katz Developer | Engine Yard (ph) 718.877.1325 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
