Created
July 19, 2011 01:14
-
-
Save schadenfred/1091092 to your computer and use it in GitHub Desktop.
log output, showing that the registration form isn't submitting a name
This file contains 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
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"=>"[email protected]", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} | |
(0.1ms) SELECT 1 FROM "users" WHERE "users"."email" = '[email protected]' 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('[email protected]') 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