Skip to content

Instantly share code, notes, and snippets.

@th1agoalmeida
Created October 5, 2010 23:08
Show Gist options
  • Save th1agoalmeida/612520 to your computer and use it in GitHub Desktop.
Save th1agoalmeida/612520 to your computer and use it in GitHub Desktop.
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"=>"flavio@executter.com", "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"=>"flavio@executter.com", "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