Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Started POST "/users/" for 127.0.0.1 at 2017-10-19 01:34:33 +0300
  2. Processing by RegistrationsController#create as HTML
  3. Parameters: {"utf8"=>"✓", "authenticity_token"=>"RtDFS5cpilsmRBZiyblY3c/AdSE+t/VJ4+YIS4LZw5dzKYvZmybTAh3BkSFIEPGMBIsyf48L9zkKA5i2++2Wyg==", "user"=>{"first_name"=>"hey", "last_name"=>"hey", "email"=>"benberi54sdgdsg5@gmail.com", "email_confirmation"=>"benberi54sdgdsg5@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "city"=>"a", "postal_code"=>"a", "address"=>"a"}, "commit"=>"Sign up"}
  4. Country Load (0.0ms) SELECT "countries".* FROM "countries" WHERE "countries"."iso_name" = $1 ORDER BY "countries"."name" ASC LIMIT $2 [["iso_name", "us"], ["LIMIT", 1]]
  5. (60.2ms) BEGIN
  6. User Exists (40.1ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "benberi54sdgdsg5@gmail.com"], ["LIMIT", 1]]
  7. CACHE User Exists (0.0ms) SELECT 1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2 [["email", "benberi54sdgdsg5@gmail.com"], ["LIMIT", 1]]
  8. (0.0ms) ROLLBACK
  9. Rendering devise/registrations/new.html.erb within layouts/application
  10. Rendered devise/registrations/_error.html.erb (0.0ms)
  11. Rendered devise/registrations/_form.html.erb (5.0ms)
  12. Rendered devise/shared/_links.html.erb (1.0ms)
  13. Rendered devise/registrations/new.html.erb within layouts/application (216.5ms)
  14. registrationsregistrationsregistrationsregistrationsregistrations Rendered layouts/_navbar.html.erb (4.0ms)
  15. Rendered layouts/_messages.html.erb (1.0ms)
  16. Rendered layouts/_footer.html.erb (1.5ms)
  17. Completed 200 OK in 1216ms (Views: 660.1ms | ActiveRecord: 100.2ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement