Advertisement
lubaochuan

Untitled

May 21st, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Started GET "/auth/linkedin/callback?oauth_token=78--bd766e56-a9ff-421b-aa0a-a64027d6b751&oauth_verifier=39000" for 127.0.0.1 at 2015-05-21 17:46:38 -0300
  2. (linkedin) Callback phase initiated.
  3. Processing by SessionController#create as HTML
  4. Parameters: {"oauth_token"=>"78--bd766e56-a9ff-421b-aa0a-a64027d6b751", "oauth_verifier"=>"39000", "provider"=>"linkedin"}
  5. User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1
  6. User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."auth_provider" = 'linkedin' AND "users"."auth_uid" = 'i57liHJJnL' LIMIT 1
  7. (0.0ms) begin transaction
  8. (0.1ms) rollback transaction
  9. Completed 422 Unprocessable Entity in 3.0ms
  10.  
  11. ActiveRecord::RecordInvalid (Validation failed: Name can't be blank):
  12. app/models/user.rb:15:in `find_or_create_from_auth_hash'
  13. app/controllers/session_controller.rb:4:in `create'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement