Advertisement
fauzieuy

Log When Sign In

Oct 8th, 2013
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Started POST "/users/sign_in" for 127.0.0.1 at 2013-10-08 15:08:30 +0700
  2. Processing by Devise::SessionsController#create as HTML
  3. Parameters: {"utf8"=>"V", "authenticity_token"=>"5a2tP6U1+zMeFXt5JX3bNtTu+9jh+Jq0jx2LE65Wwjc=", "u
  4. ser"=>{"email"=>"testdevise@domain.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign
  5. in"}
  6. ←[1m←[36mUser Load (4.0ms)←[0m ←[1mSELECT "users".* FROM "users" WHERE "users"."email" = 'fauzieu
  7. y@gmail.com' LIMIT 1←[0m
  8. ←[1m←[35m (1.0ms)←[0m BEGIN
  9. ←[1m←[36m (2.0ms)←[0m ←[1mUPDATE "users" SET "current_sign_in_at" = '2013-10-08 08:08:31.099316',
  10. "sign_in_count" = 2, "updated_at" = '2013-10-08 08:08:31.108316' WHERE "users"."id" = 1←[0m
  11. ←[1m←[35m (5.0ms)←[0m COMMIT
  12. Redirected to http://localhost:3000/
  13. Completed 302 Found in 290ms (ActiveRecord: 0.0ms)
  14.  
  15.  
  16. Started GET "/" for 127.0.0.1 at 2013-10-08 15:08:31 +0700
  17. ←[1m←[36mUser Load (1.0ms)←[0m ←[1mSELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1←[
  18. 0m
  19. Processing by RegistrationsController#show as HTML
  20. Rendered registrations/show.html.erb within layouts/application (1.0ms)
  21. Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement