Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created March 6, 2014 01:55
Show Gist options
  • Save abuiles/9380673 to your computer and use it in GitHub Desktop.
Save abuiles/9380673 to your computer and use it in GitHub Desktop.
Started DELETE "/users/sign_out" for 127.0.0.1 at 2014-03-05 22:52:50 -0300
Processing by EmberDeviseSimpleAuth::SessionsController#destroy as JSON
User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 ORDER BY "users"."id" ASC LIMIT 1
(0.3ms) BEGIN
(0.2ms) COMMIT
Completed 204 No Content in 15ms (ActiveRecord: 1.5ms)
Started GET "/sessions/current" for 127.0.0.1 at 2014-03-05 22:52:50 -0300
Processing by EmberDeviseSimpleAuth::SessionsController#show as JSON
User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = 2 ORDER BY "users"."id" ASC LIMIT 1
Completed 200 OK in 12ms (Views: 6.8ms | ActiveRecord: 0.8ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment