Skip to content

Instantly share code, notes, and snippets.

@th1agoalmeida
Created October 2, 2010 03:12
Show Gist options
  • Save th1agoalmeida/607225 to your computer and use it in GitHub Desktop.
Save th1agoalmeida/607225 to your computer and use it in GitHub Desktop.
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"=>"thiago@oficina7.com", "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"=>"thiago@oficina7.com", "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