Guest User

Untitled

a guest
Sep 23rd, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. Started POST "/users" for 27.32.176.111 at 2012-04-05 17:42:47 +1000
  2. Processing by UsersController#create as JSON
  3. Parameters: {"email"=>"support@commandfusion.com", "first_name"=>"Jarrod", "last_name"=>"Bell", "url"=>"", "company"=>"", "country"=>"AUS", "currency"=>"AUD", "undefined"=>"on", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "user"=>{"first_name"=>"Jarrod", "last_name"=>"Bell", "email"=>"support@commandfusion.com", "country"=>"AUS", "currency"=>"AUD", "url"=>"", "company"=>""}}
  4. MONGODB (0ms) passports_development['$cmd'].find({"count"=>"users", "query"=>{:email=>"support@commandfusion.com"}, "fields"=>nil}).limit(-1)
  5. MONGODB (0ms) passports_development['users'].insert([{"_id"=>BSON::ObjectId('4f7d4cf76540022b27000006'), "role_id"=>2, "first_name"=>"Jarrod", "last_name"=>"Bell", "email"=>"support@commandfusion.com", "country"=>"AUS", "currency"=>"AUD", "url"=>"", "company"=>"", "enabled"=>false, "password"=>"50b5b88fe02c01b364217dd7a48d4081", "updated_at"=>2012-04-05 07:42:47 UTC, "created_at"=>2012-04-05 07:42:47 UTC}])
  6. MONGODB (0ms) passports_development['system.namespaces'].find({})
  7. MONGODB (0ms) passports_development['verifications'].insert([{"_id"=>BSON::ObjectId('4f7d4cf76540022b27000007'), "user_id"=>BSON::ObjectId('4f7d4cf76540022b27000006'), "updated_at"=>2012-04-05 07:42:47 UTC, "created_at"=>2012-04-05 07:42:47 UTC, "code"=>"1b8119dcd4f73a210b054a1f9ecc8cafa5d7c257"}])
  8. Rendered passports_mailer/verification_request.haml (2.5ms)
  9. Completed 200 OK in 53ms (Views: 0.4ms | ActiveRecord: 0.0ms)
  10. cache: [POST /users] invalidate, pass
  11.  
  12.  
  13. Started POST "/users" for 27.32.176.111 at 2012-04-05 17:42:47 +1000
  14. Processing by UsersController#create as JSON
  15. Parameters: {"email"=>"support@commandfusion.com", "first_name"=>"Jarrod", "last_name"=>"Bell", "url"=>"", "company"=>"", "country"=>"AUS", "currency"=>"AUD", "undefined"=>"on", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "user"=>{"first_name"=>"Jarrod", "last_name"=>"Bell", "email"=>"support@commandfusion.com", "country"=>"AUS", "currency"=>"AUD", "url"=>"", "company"=>""}}
  16. MONGODB (0ms) passports_development['$cmd'].find({"count"=>"users", "query"=>{:email=>"support@commandfusion.com"}, "fields"=>nil}).limit(-1)
  17. Completed 400 Bad Request in 5ms (Views: 0.2ms | ActiveRecord: 0.0ms)
  18. cache: [POST /users] invalidate, pass
  19.  
  20.  
  21. Started POST "/users" for 27.32.176.111 at 2012-04-05 17:42:48 +1000
  22. Processing by UsersController#create as JSON
  23. Parameters: {"email"=>"support@commandfusion.com", "first_name"=>"Jarrod", "last_name"=>"Bell", "url"=>"", "company"=>"", "country"=>"AUS", "currency"=>"AUD", "undefined"=>"on", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "user"=>{"first_name"=>"Jarrod", "last_name"=>"Bell", "email"=>"support@commandfusion.com", "country"=>"AUS", "currency"=>"AUD", "url"=>"", "company"=>""}}
  24. MONGODB (0ms) passports_development['$cmd'].find({"count"=>"users", "query"=>{:email=>"support@commandfusion.com"}, "fields"=>nil}).limit(-1)
  25. Completed 400 Bad Request in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms)
Add Comment
Please, Sign In to add comment