Created
February 16, 2015 00:15
-
-
Save andrekibbe/42cb081c9c07a14d3b22 to your computer and use it in GitHub Desktop.
Resource request cycle for new.html.erb
This file contains hidden or 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
| Started POST "/users" for ::1 at 2015-02-15 16:08:06 -0800 | |
| Processing by Devise::RegistrationsController#create as HTML | |
| Parameters: {"utf8"=>"✓", "authenticity_token"=>"kovkapHotITJmc67AYqrGFrcC4adcA3uCeL9Y+0hbB0RckGhR883KQNmsb9F8gSkkXSiXJ875A5zx8YxNxP/zA==", "user"=>{"name"=>"Andre Kibbe", "address"=>"1244 Euclid St. # 6", "city"=>"Santa Monica", "postal_code"=>"90404", "email"=>"akibbe02@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"} | |
| Unpermitted parameters: name, address, city, postal_code | |
| (0.1ms) begin transaction | |
| User Exists (0.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = 'akibbe02@gmail.com' LIMIT 1 | |
| (0.1ms) rollback transaction | |
| Rendered devise/shared/_links.html.erb (2.5ms) | |
| Rendered devise/registrations/new.html.erb within layouts/application (16.0ms) | |
| Category Load (0.2ms) SELECT "categories".* FROM "categories" | |
| Rendered application/_cart.html.haml (0.1ms) | |
| Rendered application/_nav.html.erb (12.6ms) | |
| Completed 200 OK in 234ms (Views: 133.9ms | ActiveRecord: 0.5ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment