Created
October 2, 2010 03:12
-
-
Save ch1ago/607225 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
devise_for :users | |
Started POST "/users/sign_in" for 127.0.0.1 at 2010-10-02 00:10:31 -0300 | |
Processing by Devise::SessionsController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CRun42vZBTbwx2XxzFWg/dYfItt/UIAyuJ9kIkxEvkQ=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} | |
User Load (0.4ms) SELECT "users".* FROM "users" WHERE ("users"."email" = 'admin') LIMIT 1 | |
Completed in 31ms | |
Processing by Devise::SessionsController#new as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"CRun42vZBTbwx2XxzFWg/dYfItt/UIAyuJ9kIkxEvkQ=", "user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} | |
Rendered devise/shared/_links.erb (10.7ms) | |
Rendered devise/sessions/new.html.erb within layouts/application (62.8ms) | |
Completed 200 OK in 498ms (Views: 83.9ms | ActiveRecord: 0.4ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment