Created
December 21, 2010 18:11
-
-
Save zedtux/750311 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ thin start | |
>> Using rack adapter | |
/Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/mongoid_activity-0.0.2/lib/mongoid_activity.rb:1:in `<top (required)>': uninitialized constant Object::Mongoid (NameError) | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/runtime.rb:64:in `require' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/runtime.rb:64:in `block (2 levels) in require' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/runtime.rb:62:in `each' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/runtime.rb:62:in `block in require' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/runtime.rb:51:in `each' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler/runtime.rb:51:in `require' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/bundler-1.0.0/lib/bundler.rb:112:in `require' | |
from /Users/zedtux/Developments/r4d/config/application.rb:12:in `<top (required)>' | |
from <internal:lib/rubygems/custom_require>:29:in `require' | |
from <internal:lib/rubygems/custom_require>:29:in `require' | |
from /Users/zedtux/Developments/r4d/config/environment.rb:2:in `<top (required)>' | |
from <internal:lib/rubygems/custom_require>:29:in `require' | |
from <internal:lib/rubygems/custom_require>:29:in `require' | |
from /Users/zedtux/Developments/r4d/config.ru:3:in `block in <main>' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/builder.rb:46:in `instance_eval' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/rack-1.2.1/lib/rack/builder.rb:46:in `initialize' | |
from /Users/zedtux/Developments/r4d/config.ru:1:in `new' | |
from /Users/zedtux/Developments/r4d/config.ru:1:in `<main>' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/rack/adapter/loader.rb:36:in `eval' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/rack/adapter/loader.rb:36:in `load' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/rack/adapter/loader.rb:45:in `for' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/controllers/controller.rb:163:in `load_adapter' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/controllers/controller.rb:67:in `start' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/runner.rb:177:in `run_command' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/lib/thin/runner.rb:143:in `run!' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/gems/thin-1.2.7/bin/thin:6:in `<top (required)>' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/bin/thin:19:in `load' | |
from /Users/zedtux/.rvm/gems/ruby-1.9.2-p0/bin/thin:19:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment