Skip to content

Instantly share code, notes, and snippets.

@schadenfred
Created July 19, 2011 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schadenfred/1091091 to your computer and use it in GitHub Desktop.
Save schadenfred/1091091 to your computer and use it in GitHub Desktop.
log output, showing that the registration form isn't submitting a name
ted GET "/assets/application.css" for 127.0.0.1 at 2011-07-18 17:57:44 -0700
Served asset /application.css - 304 Not Modified (0ms) (pid 2954)
Started POST "/users" for 127.0.0.1 at 2011-07-18 17:58:34 -0700
Processing by Devise::RegistrationsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"QzKJHlAtt31RixixWixQWr2OPmeEVRD9odGxSs7znS8=", "user"=>{"name"=>"", "email"=>"SarahSilverman@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
(0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = 'sarahsilverman@gmail.com' LIMIT 1
(0.2ms) SELECT 1 FROM "users" WHERE LOWER("users"."name") = LOWER('') LIMIT 1
(0.1ms) SELECT 1 FROM "users" WHERE LOWER("users"."email") = LOWER('sarahsilverman@gmail.com') LIMIT 1
Rendered devise/shared/_links.erb (2.4ms)
Rendered devise/registrations/new.html.haml within layouts/application (12.0ms)
Rendered devise/menu/_registration_items.html.erb (1.1ms)
Rendered devise/menu/_login_items.html.erb (1.1ms)
Completed 200 OK in 546ms (Views: 22.6ms | ActiveRecord: 2.1ms)
Started GET "/assets/application.css" for 127.0.0.1 at 2011-07-18 17:58:34 -0700
Served asset /application.css - 304 Not Modified (0ms) (pid 2954)
Started GET "/assets/application.js" for 127.0.0.1 at 2011-07-18 17:58:34 -0700
Served asset /application.js - 304 Not Modified (0ms) (pid 2954)
^[[1;2A^[[1;2A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment