Created
October 5, 2010 23:08
-
-
Save ch1ago/612520 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 127.0.0.1 at 2010-10-05 20:07:17 -0300 | |
Processing by Devise::SessionsController#create as HTML | |
see the email... | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"elrXWCO9RutTWORYs/Z40EJLPJUZ1SLHCPwjWyva44M=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"} | |
see the query... | |
User Load (0.6ms) SELECT "users".* FROM "users" WHERE ("users"."email" = 'thiago') LIMIT 1 | |
Completed in 246ms | |
Processing by Devise::SessionsController#new as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"elrXWCO9RutTWORYs/Z40EJLPJUZ1SLHCPwjWyva44M=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"1"}, "commit"=>"Sign in"} | |
Rendered devise/shared/_links.erb (2.6ms) | |
Rendered devise/sessions/new.html.erb within layouts/application (24.1ms) | |
Completed 200 OK in 635ms (Views: 33.9ms | ActiveRecord: 0.6ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment