Created
June 19, 2013 07:56
-
-
Save subhashb/5812444 to your computer and use it in GitHub Desktop.
test.log - devise sign_in fail case
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
ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" | |
(0.2ms) BEGIN | |
Started GET "/users/sign_in" for 127.0.0.1 at 2013-06-19 13:23:51 +0530 | |
Processing by Devise::SessionsController#new as HTML | |
Rendered devise/sessions/new.html.slim within layouts/application (69.6ms) | |
Rendered layouts/_header.html.slim (5.8ms) | |
Rendered layouts/_footer.html.slim (4.4ms) | |
Completed 200 OK in 235ms (Views: 177.0ms | ActiveRecord: 1.5ms) | |
Started POST "/users/sign_in" for 127.0.0.1 at 2013-06-19 13:23:51 +0530 | |
Processing by Devise::SessionsController#create as HTML | |
Parameters: {"utf8"=>"✓", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} | |
User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."email" = '[email protected]' LIMIT 1 | |
Completed 401 Unauthorized in 13ms | |
Processing by Devise::SessionsController#new as HTML | |
Parameters: {"utf8"=>"✓", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Login"} | |
Unpermitted parameters: password, remember_me | |
Rendered devise/sessions/new.html.slim within layouts/application (2.3ms) | |
Rendered layouts/_header.html.slim (0.5ms) | |
Rendered layouts/_footer.html.slim (0.1ms) | |
Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.0ms) | |
(0.2ms) ROLLBACK | |
(0.2ms) BEGIN | |
(0.1ms) ROLLBACK | |
(0.1ms) BEGIN | |
(0.1ms) ROLLBACK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment