Skip to content

Instantly share code, notes, and snippets.

@kenton
Created June 6, 2012 20:39
Show Gist options
  • Save kenton/2884607 to your computer and use it in GitHub Desktop.
Save kenton/2884607 to your computer and use it in GitHub Desktop.
Error message
Started POST "/users/login" for 127.0.0.1 at 2012-06-06 16:38:28 -0400
Processing by Devise::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JbvUKZgnvn1Do1coifcSqnhptH69MUsqXVupqItL6Xw=", "user"=>{"email"=>"george@example.com", "password"=>"[FILTE>
Completed 401 Unauthorized in 1ms
Processing by Devise::SessionsController#new as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"JbvUKZgnvn1Do1coifcSqnhptH69MUsqXVupqItL6Xw=", "user"=>{"email"=>"george@example.com", "password"=>"[FILTE>
Rendered devise/shared/_links.erb (0.4ms)
Rendered devise/sessions/new.html.erb within layouts/devise/sessions (2.9ms)
Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
devise :database_authenticatable, :encryptable, :registerable, :recoverable, :rememberable, :trackable, :validatable, :authentication_keys => [:email, , :account_id]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment