Created
July 11, 2013 21:23
-
-
Save thomasbiddle/5979383 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started POST "/users/sign_in" for 192.168.28.1 at 2013-07-11 13:39:35 -0700 | |
Processing by Devise::SessionsController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xodISf4lGqUE6JBs3plknQwFfkTF1MZwIMk8MBhAuGQ=", "user"=>{"username"=>"tjbiddle", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} | |
User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."username" = 'tjbiddle' LIMIT 1 | |
Completed 401 Unauthorized in 128ms | |
Processing by Devise::SessionsController#new as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"xodISf4lGqUE6JBs3plknQwFfkTF1MZwIMk8MBhAuGQ=", "user"=>{"username"=>"tjbiddle", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} | |
Rendered devise/shared/_links.erb (0.8ms) | |
Rendered devise/sessions/new.html.erb within layouts/application (46.6ms) | |
Completed 200 OK in 259ms (Views: 249.4ms | ActiveRecord: 0.0ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment