Skip to content

Instantly share code, notes, and snippets.

@rderoldan1
Created March 26, 2012 22:21
Show Gist options
  • Save rderoldan1/2210196 to your computer and use it in GitHub Desktop.
Save rderoldan1/2210196 to your computer and use it in GitHub Desktop.
login error
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"=>"rderoldan1@gmail.com", "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" = 'rderoldan1@gmail.com' 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"=>"admin@admin.com"}, "authenticity_token"=>"XcrPfK5yyo3ZjBPrR0mDjp5a4r4+9LD9Vr/kBZVBmNg=", "utf8"=>"✓"}
User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'admin@admin.com' 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