Created
March 26, 2012 22:21
-
-
Save rderoldan1/2210196 to your computer and use it in GitHub Desktop.
login error
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
response from explorer | |
Started POST "/sessions" for 190.71.163.74 at Mon Mar 26 22:19:48 +0000 2012 | |
Processing by SessionsController#create as HTML | |
Parameters: {"commit"=>"Sign In", "session"=>{"email"=>"[email protected]", "password"=>"[FILTERED]"}, "authenticity_token"=>"nQWHaxlnvmGCC/3S75di5Yl6qRhgT/26ZGhbIUCGcEg=", "utf8"=>"✓"} | |
WARNING: Can't verify CSRF token authenticity | |
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = '[email protected]' LIMIT 1 | |
Redirected to http://ec2-107-22-95-239.compute-1.amazonaws.com/users/6 | |
Completed 302 Found in 20ms | |
Started GET "/users/6" for 190.71.163.74 at Mon Mar 26 22:19:48 +0000 2012 | |
Processing by UsersController#show as HTML | |
Parameters: {"id"=>"6"} | |
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 | |
Redirected to http://ec2-107-22-95-239.compute-1.amazonaws.com/singin | |
Completed 302 Found in 2ms | |
Started GET "/singin" for 190.71.163.74 at Mon Mar 26 22:19:48 +0000 2012 | |
Processing by SessionsController#new as HTML | |
Rendered sessions/new.html.erb within layouts/application (1.4ms) | |
User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 | |
CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 | |
CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 | |
Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.6ms) | |
response from chrome | |
Started POST "/sessions" for 190.71.163.74 at Tue Mar 27 02:40:33 +0000 2012 | |
Processing by SessionsController#create as HTML | |
Parameters: {"commit"=>"Sign In", "session"=>{"password"=>"[FILTERED]", "email"=>"[email protected]"}, "authenticity_token"=>"XcrPfK5yyo3ZjBPrR0mDjp5a4r4+9LD9Vr/kBZVBmNg=", "utf8"=>"✓"} | |
User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = '[email protected]' LIMIT 1 | |
Redirected to http://ec2-107-22-95-239.compute-1.amazonaws.com/users/1 | |
Completed 302 Found in 15ms | |
Started GET "/users/1" for 190.71.163.74 at Tue Mar 27 02:40:33 +0000 2012 | |
Processing by UsersController#show as HTML | |
Parameters: {"id"=>"1"} | |
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = 1 LIMIT 1 | |
User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] | |
Rendered users/show.html.erb within layouts/application (1.3ms) | |
Completed 200 OK in 30ms (Views: 20.8ms | ActiveRecord: 0.7ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment