Advertisement
Guest User

Untitled

a guest
Jan 26th, 2016
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.99 KB | None | 0 0
  1.  
  2.  
  3. Started POST "/host_user_verification" for 10.240.0.21 at 2016-01-26 05:52:35 +0000
  4. Cannot render console from 10.240.0.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  5. Processing by Devise::RegistrationsController#create as HTML
  6. Parameters: {"utf8"=>"✓", "authenticity_token"=>"amBaTXu0vn8+GUnK/9OdNl+sDmDdzbpWjkpJDXFX3KmRpN6M2uzL1oOrutDuEaGh5Pah+JeDjTtOELDJ6+Xdcg==", "tb_host_registration_request"=>{"email"=>"chris@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Sign up"}
  7. (0.3ms) BEGIN
  8. TbHostRegistrationRequest Exists (2.4ms) SELECT 1 AS one FROM "tb_host_registration_requests" WHERE "tb_host_registration_requests"."email" = 'chris@gmail.com' LIMIT 1
  9. TbHostUser Exists (1.0ms) SELECT 1 AS one FROM "tb_host_users" WHERE "tb_host_users"."email" = $1 LIMIT 1 [["email", "chris@gmail.com"]]
  10. TbHostRegistrationRequest Load (0.6ms) SELECT "tb_host_registration_requests".* FROM "tb_host_registration_requests" WHERE "tb_host_registration_requests"."confirmation_token" = $1 ORDER BY "tb_host_registration_requests"."id" ASC LIMIT 1 [["confirmation_token", "3d71ab7f0cdab5d1b39e724fd0ea2e7eb8e876aa84d17cce3642f184baa392b6"]]
  11. SQL (2.1ms) INSERT INTO "tb_host_registration_requests" ("email", "encrypted_password", "created_at", "updated_at", "confirmation_token", "confirmation_sent_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["email", "chris@gmail.com"], ["encrypted_password", "$2a$10$YOdfmrZfQMp3cpShuHSkn.UOL0kn4..BtBoI5ZyK83tWZN/b1CAWG"], ["created_at", "2016-01-26 05:52:36.196843"], ["updated_at", "2016-01-26 05:52:36.196843"], ["confirmation_token", "-_ps9BD_xM321HXnKdb4"], ["confirmation_sent_at", "2016-01-26 05:52:36.485947"]]
  12. Rendered devise/mailer/confirmation_instructions.html.erb (1.5ms)
  13.  
  14. Devise::Mailer#confirmation_instructions: processed outbound mail in 475.0ms
  15.  
  16. Sent mail to chris@gmail.com (52.0ms)
  17. Date: Tue, 26 Jan 2016 05:52:37 +0000
  18. From: please-change-me-at-config-initializers-devise@example.com
  19. Reply-To: please-change-me-at-config-initializers-devise@example.com
  20. To: chris@gmail.com
  21. Message-ID: <56a709a593b4_5d581da5948623f6@lfapp1-lfappdev-2102736.mail>
  22. Subject: Confirmation instructions
  23. Mime-Version: 1.0
  24. Content-Type: text/html;
  25. charset=UTF-8
  26. Content-Transfer-Encoding: 7bit
  27.  
  28. <p>Welcome chris@gmail.com!</p>
  29.  
  30. <p>You can confirm your account email through the link below:</p>
  31.  
  32. <p><a href="https://lfappdev-lfapp1-2.c9.io:8081/host_user_verification/confirmation?confirmation_token=-_ps9BD_xM321HXnKdb4">Confirm my account</a></p>
  33.  
  34. (3.7ms) COMMIT
  35. Redirected to https://lfappdev-lfapp1-2.c9.io:8081/
  36. Completed 302 Found in 1174ms (ActiveRecord: 23.4ms)
  37.  
  38.  
  39. Started GET "/" for 10.240.0.21 at 2016-01-26 05:52:37 +0000
  40. Cannot render console from 10.240.0.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  41. Processing by DashboardsController#index as HTML
  42. Rendered dashboards/index.html.erb within layouts/application (0.1ms)
  43. Completed 200 OK in 461ms (Views: 459.9ms | ActiveRecord: 0.0ms)
  44.  
  45.  
  46. Started GET "/host_user_verification/confirmation?confirmation_token=-_ps9BD_xM321HXnKdb4" for 10.240.0.126 at 2016-01-26 05:53:28 +0000
  47. Cannot render console from 10.240.0.126! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  48. Processing by HostUserVerification::ConfirmationsController#show as HTML
  49. Parameters: {"confirmation_token"=>"-_ps9BD_xM321HXnKdb4"}
  50. TbHostRegistrationRequest Load (0.6ms) SELECT "tb_host_registration_requests".* FROM "tb_host_registration_requests" WHERE "tb_host_registration_requests"."confirmation_token" = $1 ORDER BY "tb_host_registration_requests"."id" ASC LIMIT 1 [["confirmation_token", "-_ps9BD_xM321HXnKdb4"]]
  51. (0.1ms) BEGIN
  52. SQL (0.6ms) UPDATE "tb_host_registration_requests" SET "confirmed_at" = $1, "updated_at" = $2 WHERE "tb_host_registration_requests"."id" = $3 [["confirmed_at", "2016-01-26 05:53:29.084513"], ["updated_at", "2016-01-26 05:53:29.086670"], ["id", 62]]
  53. (2.9ms) COMMIT
  54. TbHostUser Exists (0.4ms) SELECT 1 AS one FROM "tb_host_users" WHERE "tb_host_users"."email" = $1 LIMIT 1 [["email", "chris@gmail.com"]]
  55. Physical::TbHostStatus Load (2.2ms) SELECT "tb_host_statuses".* FROM "tb_host_statuses" ORDER BY "tb_host_statuses"."id" ASC LIMIT 1
  56. Physical::TbHostType Load (0.8ms) SELECT "tb_host_types".* FROM "tb_host_types" ORDER BY "tb_host_types"."id" ASC LIMIT 1
  57. (0.2ms) BEGIN
  58. SQL (1.5ms) INSERT INTO "tb_hosts" ("tb_host_status_id", "tb_host_type_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["tb_host_status_id", 7], ["tb_host_type_id", 1], ["created_at", "2016-01-26 05:53:29.248456"], ["updated_at", "2016-01-26 05:53:29.248456"]]
  59. (2.6ms) COMMIT
  60. (0.2ms) BEGIN
  61. TbHostUser Exists (0.6ms) SELECT 1 AS one FROM "tb_host_users" WHERE "tb_host_users"."email" = 'chris@gmail.com' LIMIT 1
  62. SQL (1.2ms) INSERT INTO "tb_host_users" ("tb_host_id", "email", "encrypted_password", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["tb_host_id", 23], ["email", "chris@gmail.com"], ["encrypted_password", "$2a$10$vl5IsfQHIVlsTtFBMNYQZuF6RRQDJaitd5ytI.kFfYQ4uxhWpXKwK"], ["created_at", "2016-01-26 05:53:29.365487"], ["updated_at", "2016-01-26 05:53:29.365487"]]
  63. (3.3ms) COMMIT
  64. (0.2ms) BEGIN
  65. SQL (0.3ms) UPDATE "tb_host_users" SET "encrypted_password" = $1, "updated_at" = $2 WHERE "tb_host_users"."id" = $3 [["encrypted_password", "$2a$10$YOdfmrZfQMp3cpShuHSkn.UOL0kn4..BtBoI5ZyK83tWZN/b1CAWG"], ["updated_at", "2016-01-26 05:53:29.374519"], ["id", 19]]
  66. (3.5ms) COMMIT
  67. (0.4ms) BEGIN
  68. SQL (0.4ms) DELETE FROM "tb_host_registration_requests" WHERE "tb_host_registration_requests"."id" = $1 [["id", 62]]
  69. (2.4ms) COMMIT
  70. (0.2ms) BEGIN
  71. SQL (0.4ms) UPDATE "tb_host_users" SET "last_sign_in_at" = $1, "current_sign_in_at" = $2, "last_sign_in_ip" = $3, "current_sign_in_ip" = $4, "sign_in_count" = $5, "updated_at" = $6 WHERE "tb_host_users"."id" = $7 [["last_sign_in_at", "2016-01-26 05:53:29.386520"], ["current_sign_in_at", "2016-01-26 05:53:29.386520"], ["last_sign_in_ip", "10.240.0.126/32"], ["current_sign_in_ip", "10.240.0.126/32"], ["sign_in_count", 1], ["updated_at", "2016-01-26 05:53:29.388411"], ["id", 19]]
  72. (2.8ms) COMMIT
  73. Redirected to https://lfappdev-lfapp1-2.c9.io:8081/host_registration/host_registrations/edit_host_user_info
  74. Completed 302 Found in 320ms (ActiveRecord: 66.9ms)
  75.  
  76.  
  77. Started GET "/host_registration/host_registrations/edit_host_user_info" for 10.240.0.21 at 2016-01-26 05:53:29 +0000
  78. Cannot render console from 10.240.0.21! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
  79. Processing by HostRegistration::HostRegistrationsController#edit_host_user_info as HTML
  80. TbHostUser Load (0.5ms) SELECT "tb_host_users".* FROM "tb_host_users" WHERE "tb_host_users"."id" = $1 ORDER BY "tb_host_users"."id" ASC LIMIT 1 [["id", 19]]
  81. Rendered host_registration/host_registrations/edit_host_user_info.html.erb within layouts/application (4.2ms)
  82. Completed 200 OK in 519ms (Views: 513.8ms | ActiveRecord: 0.5ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement