Advertisement
fauzieuy

Log When Sign Out

Oct 8th, 2013
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Started DELETE "/users/sign_out" for 127.0.0.1 at 2013-10-08 15:12:14 +0700
  2. Processing by Devise::SessionsController#destroy as HTML
  3. Parameters: {"authenticity_token"=>"CZJKi59qRLLGT6WP0zJ+ZdX2Q2ivKGubGAea4qfzTLw="}
  4. ←[1m←[35mUser Load (1.0ms)←[0m SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1
  5. ←[1m←[36m (1.0ms)←[0m ←[1mBEGIN←[0m
  6. ←[1m←[35m (1.0ms)←[0m COMMIT
  7. Redirected to http://localhost:3000/users/sign_in
  8. Completed 302 Found in 14ms (ActiveRecord: 3.0ms)
  9.  
  10.  
  11. Started GET "/users/sign_in" for 127.0.0.1 at 2013-10-08 15:12:14 +0700
  12. Processing by Devise::SessionsController#new as HTML
  13. Rendered devise/shared/_links.erb (0.0ms)
  14. Rendered devise/sessions/new.html.erb within layouts/application (7.0ms)
  15. Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement