2012-04-07 33 views
0

在啓動一個應用程序末日,我收到以下錯誤信息:錯誤要求:不能加載這樣的文件 - mongomapper(LoadError),也不知道從哪裏開始

/home/matt/.rvm/gems/ruby-1.9.3-p125/gems/backports-2.5.1/lib/backports/tools.rb:310:in `require': cannot load such file -- mongomapper (LoadError) 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/gems/backports-2.5.1/lib/backports/tools.rb:310:in `require_with_backports' 
    from /home/matt/handle-phone-call/app.rb:10:in `<top (required)>' 
    from /home/matt/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 
    from /home/matt/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' 
    from /home/matt/handle-phone-call/config.ru:2:in `block in <main>' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/builder.rb:51:in `instance_eval' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/builder.rb:51:in `initialize' 
    from /home/matt/handle-phone-call/config.ru:1:in `new' 
    from /home/matt/handle-phone-call/config.ru:1:in `<main>' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/builder.rb:40:in `eval' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/builder.rb:40:in `parse_file' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/server.rb:200:in `app' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/server.rb:301:in `wrapped_app' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/server.rb:252:in `start' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/lib/rack/server.rb:137:in `start' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/gems/rack-1.4.1/bin/rackup:4:in `<top (required)>' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/bin/rackup:19:in `load' 
    from /home/matt/.rvm/gems/ruby-1.9.3-p125/bin/rackup:19:in `<main>' 

任何想法?我對從何處着手無能爲力。

回答

1

您應該要求mongo_mapper,而不是mongomapper

相關問題