Advertisement
Guest User

Untitled

a guest
Mar 24th, 2018
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00] Started GET "/users/new" for 172.18.0.1 at 2018-03-24 10:12:55 +0000
  2. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00] Cannot render console from 172.18.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  3. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00] Processing by Admin::UsersController#new as HTML
  4. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00]   Parameters: {"subdomain"=>"admin"}
  5. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00]   Admin Load (0.4ms)  SELECT  "admins".* FROM "admins" WHERE "admins"."id" = $1 ORDER BY "admins"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  6. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00]   Rendering admin/users/new.html.haml within layouts/admin
  7. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00]   Rendered admin/users/new.html.haml within layouts/admin (30.7ms)
  8. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00]   Rendered layouts/admin/_navbar.html.haml (13.1ms)
  9. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00]   Rendered layouts/admin/_sidebar.html.haml (3.3ms)
  10. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00]   Rendered layouts/admin/_flash_messages.html.haml (2.4ms)
  11. web_1  | [REQUEST_ID: 96fad8bc-11b3-47c9-bb14-ddf6d85e8642] [TIMESTAMP: 2018-03-24T10:12:55+00:00] Completed 200 OK in 410ms (Views: 385.9ms | ActiveRecord: 0.4ms)
  12. web_1  |
  13. web_1  |
  14. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00] Started POST "/users" for 172.18.0.1 at 2018-03-24 10:13:05 +0000
  15. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00] Cannot render console from 172.18.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  16. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00] Processing by Admin::UsersController#create as HTML
  17. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   Parameters: {"utf8"=>"✓", "authenticity_token"=>"j1aVLDfAUNObl3WVb5fhJgsnkqh7F4TYm1b0lWkS3feNOB0hzaD+z+z7MJ8RpjvNmKB4kp3I2eID8ilKCswkEQ==", "user"=>{"email"=>"zaytsev.mxm@gmail.com", "password"=>"[FILTERED]", "name"=>"Max", "surname"=>"Zaytsev", "company"=>""}, "commit"=>"Save", "subdomain"=>"admin"}
  18. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   Admin Load (0.4ms)  SELECT  "admins".* FROM "admins" WHERE "admins"."id" = $1 ORDER BY "admins"."id" ASC LIMIT $2  [["id", 1], ["LIMIT", 1]]
  19. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]    (0.4ms)  BEGIN
  20. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = $1 LIMIT $2  [["email", "zaytsev.mxm@gmail.com"], ["LIMIT", 1]]
  21. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   User Create (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "confirmed_at", "company", "name", "surname") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"  [["email", "zaytsev.mxm@gmail.com"], ["encrypted_password", "$2a$11$juuS6H0qObCCVqwVSoATX.G/QwsD/LqstqpsCeAliudMXDRJevbjW"], ["created_at", "2018-03-24 10:13:05.557262"], ["updated_at", "2018-03-24 10:13:05.557262"], ["confirmed_at", "2018-03-24 10:13:05.553480"], ["company", ""], ["name", "Max"], ["surname", "Zaytsev"]]
  22. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   AaaRound Load (1.1ms)        WITH "cte_aaa_rounds_amount" AS (SELECT
  23. web_1  |                                    aaa_rounds.id,
  24. web_1  |                                    aaa_rounds.name,
  25. web_1  |                                    aaa_rounds.type,
  26. web_1  |                                    aaa_rounds.maximum_investments_total_sum,
  27. web_1  |                                    COALESCE(SUM(inner_transactions.usd_amount), 0) AS investments_total_sum
  28. web_1  |                                  FROM aaa_rounds
  29. web_1  |                                    LEFT JOIN aaa_round_users ON aaa_round_users.aaa_round_id = aaa_rounds.id
  30. web_1  |                                    LEFT JOIN inner_transactions
  31. web_1  |                                      ON aaa_round_users.id = inner_transactions.aaa_round_user_id
  32. web_1  |                                  GROUP BY aaa_rounds.id
  33. web_1  |                                  HAVING aaa_rounds.maximum_investments_total_sum >
  34. web_1  |                                         COALESCE(SUM(inner_transactions.usd_amount), 0))
  35. web_1  |       SELECT aaa_rounds.*
  36. web_1  |       FROM aaa_rounds
  37. web_1  |         INNER JOIN cte_aaa_rounds_amount ON aaa_rounds.id = cte_aaa_rounds_amount.id
  38. web_1  |         INNER JOIN aaa_round_users
  39. web_1  |           ON aaa_round_users.aaa_round_id = aaa_rounds.id AND aaa_round_users.user_id = 'bc8c7393-3548-4e8e-9356-2bf2a7d16be9'
  40. web_1  |       WHERE aaa_rounds.starts_at < '2018-03-24 10:13:05 +0000' AND aaa_rounds.ends_at > '2018-03-24 10:13:05 +0000'
  41. web_1  |       ORDER BY aaa_rounds.type DESC, aaa_round_users.created_at DESC
  42. web_1  |       LIMIT 1;
  43. web_1  |
  44. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   AaaRound Load (0.9ms)        WITH "cte_aaa_rounds_amount" AS (SELECT
  45. web_1  |                                          aaa_rounds.id,
  46. web_1  |                                          aaa_rounds.name,
  47. web_1  |                                          aaa_rounds.type,
  48. web_1  |                                          aaa_rounds.maximum_investments_total_sum,
  49. web_1  |                                          COALESCE(SUM(inner_transactions.usd_amount), 0) AS investments_total_sum
  50. web_1  |                                        FROM aaa_rounds
  51. web_1  |                                          LEFT JOIN aaa_round_users ON aaa_round_users.aaa_round_id = aaa_rounds.id
  52. web_1  |                                          LEFT JOIN inner_transactions
  53. web_1  |                                            ON aaa_round_users.id = inner_transactions.aaa_round_user_id
  54. web_1  |                                          WHERE aaa_rounds.type = 'InvestmentsRound'
  55. web_1  |                                        GROUP BY aaa_rounds.id
  56. web_1  |                                        HAVING aaa_rounds.maximum_investments_total_sum >
  57. web_1  |                                               COALESCE(SUM(inner_transactions.usd_amount), 0))
  58. web_1  |       SELECT aaa_rounds.id, aaa_rounds.starts_at, aaa_rounds.ends_at, cte_aaa_rounds_amount.*
  59. web_1  |       FROM aaa_rounds
  60. web_1  |         INNER JOIN cte_aaa_rounds_amount ON aaa_rounds.id = cte_aaa_rounds_amount.id
  61. web_1  |       WHERE aaa_rounds.starts_at < '2018-03-24 10:13:05 +0000' AND aaa_rounds.ends_at > '2018-03-24 10:13:05 +0000'
  62. web_1  |       LIMIT 1;
  63. web_1  |
  64. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]    (0.3ms)  ROLLBACK
  65. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   Rendering admin/users/new.html.haml within layouts/admin
  66. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   Rendered admin/users/new.html.haml within layouts/admin (58.0ms)
  67. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   Rendered layouts/admin/_navbar.html.haml (11.3ms)
  68. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   Rendered layouts/admin/_sidebar.html.haml (4.2ms)
  69. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00]   Rendered layouts/admin/_flash_messages.html.haml (2.4ms)
  70. web_1  | [REQUEST_ID: 06475e74-3c8e-4d72-9447-a09455ea31e7] [TIMESTAMP: 2018-03-24T10:13:05+00:00] Completed 200 OK in 467ms (Views: 327.3ms | ActiveRecord: 3.9ms)
  71. web_1  |
  72. web_1  |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement