Skip to content

Instantly share code, notes, and snippets.

@hecbuma
Created April 19, 2011 17:29
Show Gist options
  • Save hecbuma/928945 to your computer and use it in GitHub Desktop.
Save hecbuma/928945 to your computer and use it in GitHub Desktop.
Started GET "/pages/users/hecbuma/wizard_end" for 127.0.0.1 at Tue Apr 19 12:23:40 -0500 2011
MONGODB music_coda_development['groups_categories'].find({})
MONGODB music_coda_development['settings'].find({:_id=>"average_ages"})
MONGODB music_coda_development['users'].find({"$or"=>[{:username=>/^davidcodr$/i}, {:email=>"davidcodr"}, {:_id=>"davidcodr"}], :deleted_at=>{"$exists"=>false}})
MONGODB music_coda_development['settings'].find({:_id=>"gender_list"})
Processing by UsersController#wizard_end as HTML
Parameters: {"id"=>"hecbuma"}
MONGODB music_coda_development['users'].find({:"logins.token"=>"SKYRFio6Kw81qF2gf4GCBFAj8uTy", :deleted_at=>{"$exists"=>false}})
MONGODB music_coda_development['users'].find({:deleted_at=>{"$exists"=>false}})
MONGODB music_coda_development['users'].find({"$or"=>[{:username=>/^hecbuma$/i}, {:email=>"hecbuma"}, {:_id=>"hecbuma"}], :deleted_at=>{"$exists"=>false}})
MONGODB music_coda_development['users'].find({"$or"=>[{:username=>/^hecbuma$/i}, {:email=>"hecbuma"}, {:_id=>"hecbuma"}], :deleted_at=>{"$exists"=>false}})
MONGODB music_coda_development['users'].find({"$or"=>[{:username=>/^hecbuma$/i}, {:email=>"hecbuma"}, {:_id=>"hecbuma"}], :deleted_at=>{"$exists"=>false}})
Completed in 276471ms
BSON::InvalidObjectId (illegal ObjectId format):
app/controllers/users_controller.rb:117:in `user'
app/middleware/flash_session_cookie_middleware.rb:17:in `call'
Rendered /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@micspace/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
Rendered /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@micspace/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.8ms)
Rendered /home/hecbuma/.rvm/gems/ruby-1.8.7-p334@micspace/gems/actionpack-3.0.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (29.3ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment