Skip to content

Instantly share code, notes, and snippets.

@pius
Created December 19, 2008 01:49
Show Gist options
  • Save pius/37752 to your computer and use it in GitHub Desktop.
Save pius/37752 to your computer and use it in GitHub Desktop.
Warning: please use bin/merb to load merb-core-1.0.6.1 from ./gems
Loading init file from /Users/pius/q/myapp/config/init.rb
Loading /Users/pius/q/myapp/config/environments/development.rb
~ Connecting to database...
~ Loaded slice 'MerbAuthSlicePassword' ...
~ Loaded slice 'MerbPhotos' ...
~ Loaded slice 'MerbUi' ...
~ Loaded slice 'OohAuth' ...
~ Parent pid: 28557
You have specified Story.has(:involved_people) with :class_name => "Person". You probably also want to specify the :child_key option.
~ Compiling routes...
~ Could not find resource model AuthenticatingClient
~ Could not find resource model Token
~ SELECT "id", "title", "published", "privacy", "created_at", "updated_at", "published_at", "category_id", "city", "lat", "long", "user_id", "creator_id", "teller_id", "person_id" FROM "stories" ORDER BY "id"
~ Activating slice 'MerbAuthSlicePassword' ...
~ Activating slice 'MerbPhotos' ...
~ Activating slice 'MerbUi' ...
~ Activating slice 'OohAuth' ...
merb : myapp : worker (port 4000) ~ Starting Mongrel at port 4000
merb : myapp : worker (port 4000) ~ Successfully bound to port 4000
merb : myapp : worker (port 4000) ~ Started request handling: Thu Dec 18 20:48:37 -0500 2008
merb : myapp : worker (port 4000) ~ Controller class not found for controller `ooh_auth/auth'
merb : myapp : worker (port 4000) ~ Controller class not found for controller `ooh_auth/auth' - (Merb::ControllerExceptions::NotFound)
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/request.rb:68:in `controller'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:59:in `handle'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/dispatch/dispatcher.rb:36:in `handle'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/application.rb:17:in `call'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/middleware/static.rb:28:in `call'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/handler/mongrel.rb:82:in `process'
/Users/pius/q/myapp/gems/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client'
/Users/pius/q/myapp/gems/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each'
/Users/pius/q/myapp/gems/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client'
/Users/pius/q/myapp/gems/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run'
/Users/pius/q/myapp/gems/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize'
/Users/pius/q/myapp/gems/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new'
/Users/pius/q/myapp/gems/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run'
/Users/pius/q/myapp/gems/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize'
/Users/pius/q/myapp/gems/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new'
/Users/pius/q/myapp/gems/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/mongrel.rb:38:in `start_server'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/abstract.rb:235:in `start_at_port'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/rack/adapter/abstract.rb:85:in `start'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/server.rb:174:in `bootup'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core/server.rb:42:in `start'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/lib/merb-core.rb:170:in `start'
/usr/local/lib/ruby/gems/1.8/gems/merb-core-1.0.6.1/bin/merb:11
/usr/local/bin/merb:19:in `load'
/usr/local/bin/merb:19
merb : myapp : worker (port 4000) ~ Params: {"format"=>nil, "action"=>"authenticating_clients", "id"=>nil, "controller"=>"ooh_auth/auth"}
~ SELECT "id", "login", "name", "email", "identity_url", "created_at", "updated_at", "flickr_username", "crypted_password", "salt" FROM "people" WHERE ("id" = 1) ORDER BY "id" LIMIT 1
merb : myapp : worker (port 4000) ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment