Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2018-01-18T21:39:50.506311+00:00 app[web.1]: [eb3117bb-782f-4b97-aecc-2039aa434569] Started GET "/users/new" for 212.46.18.108 at 2018-01-18 21:39:50 +0000
  2. 2018-01-18T21:39:50.507249+00:00 app[web.1]: [eb3117bb-782f-4b97-aecc-2039aa434569] Processing by UsersController#new as HTML
  3. 2018-01-18T21:39:50.508653+00:00 app[web.1]: [eb3117bb-782f-4b97-aecc-2039aa434569]   Rendering users/new.html.erb within layouts/application
  4. 2018-01-18T21:39:50.510802+00:00 app[web.1]: [eb3117bb-782f-4b97-aecc-2039aa434569]   Rendered users/new.html.erb within layouts/application (2.0ms)
  5. 2018-01-18T21:39:50.513001+00:00 app[web.1]: [eb3117bb-782f-4b97-aecc-2039aa434569] Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)
  6. 2018-01-18T21:43:06.469331+00:00 app[web.1]: [811cb072-1615-46c4-8387-f09579a855e7] Started POST "/users" for 212.46.18.108 at 2018-01-18 21:43:06 +0000
  7. 2018-01-18T21:43:06.470706+00:00 app[web.1]: [811cb072-1615-46c4-8387-f09579a855e7] Processing by UsersController#create as HTML
  8. 2018-01-18T21:43:06.470798+00:00 app[web.1]: [811cb072-1615-46c4-8387-f09579a855e7]   Parameters: {"utf8"=>"✓", "authenticity_token"=>"Unw26gf64VIReRsUfXBxhoLbjtO2+UAQEIYAz+gwln8xyYuECsEv57KdLp0bAt7iAw4my7MnQFiFpYaEeBcSdg==", "user"=>{"email"=>"alex123@ya.ru", "username"=>"alex123", "name"=>"alex123", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Зарегистрироваться"}
  9. 2018-01-18T21:43:06.480332+00:00 app[web.1]: [811cb072-1615-46c4-8387-f09579a855e7]    (1.4ms)  BEGIN
  10. 2018-01-18T21:43:06.489845+00:00 app[web.1]: [811cb072-1615-46c4-8387-f09579a855e7]   User Exists (2.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."username" = $1 LIMIT $2  [["username", "alex123"], ["LIMIT", 1]]
  11. 2018-01-18T21:43:06.492734+00:00 app[web.1]: [811cb072-1615-46c4-8387-f09579a855e7]   User Exists (1.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "alex123@ya.ru"], ["LIMIT", 1]]
  12. 2018-01-18T21:43:06.511508+00:00 app[web.1]: [811cb072-1615-46c4-8387-f09579a855e7]    (1.8ms)  ROLLBACK
  13. 2018-01-18T21:43:06.514116+00:00 app[web.1]: [811cb072-1615-46c4-8387-f09579a855e7]   Rendering users/new.html.erb within layouts/application
  14. 2018-01-18T21:43:06.526213+00:00 app[web.1]: [811cb072-1615-46c4-8387-f09579a855e7]   Rendered users/new.html.erb within layouts/application (11.7ms)
  15. 2018-01-18T21:43:06.528771+00:00 app[web.1]: [811cb072-1615-46c4-8387-f09579a855e7] Completed 200 OK in 58ms (Views: 16.3ms | ActiveRecord: 7.5ms)
  16. 2018-01-18T21:43:06.530802+00:00 heroku[router]: at=info method=POST path="/users" host=alexaskme.herokuapp.com request_id=811cb072-1615-46c4-8387-f09579a855e7 fwd="212.46.18.108" dyno=web.1 connect=1ms service=79ms status=200 bytes=4060 protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement