Started GET "/" for ::1 at 2020-03-25 12:24:54 +0300 Processing by CompaniesController#index as HTML Redirected to http://localhost:3000/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 6ms (ActiveRecord: 0.0ms) Started GET "/login" for ::1 at 2020-03-25 12:24:54 +0300 Processing by Oauth::AuthorizationController#login as HTML Rendering oauth/authorization/login.html.erb within layouts/application Rendered oauth/authorization/login.html.erb within layouts/application (1.0ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 267ms (Views: 266.3ms | ActiveRecord: 0.0ms) Started GET "/oauth" for ::1 at 2020-03-25 12:24:55 +0300 Processing by Oauth::AuthorizationController#authorize as HTML Redirected to https://app.hubspot.com/oauth/authorize?client_id=967ad59f-41cd-44c2-8384-3806f9435151&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 7ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=f4c9120c-785a-44e7-9b97-6e8fd40fc3b3" for ::1 at 2020-03-25 12:25:02 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"f4c9120c-785a-44e7-9b97-6e8fd40fc3b3"} Redirected to http://localhost:3000/companies Completed 302 Found in 5258ms (ActiveRecord: 0.0ms) Started GET "/companies" for ::1 at 2020-03-25 12:25:07 +0300 Processing by CompaniesController#index as HTML Rendering companies/index.html.erb within layouts/application Rendered companies/index.html.erb within layouts/application (51.8ms) Rendered shared/_header.html.erb (0.7ms) Completed 200 OK in 605ms (Views: 138.9ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2020-03-25 12:25:14 +0300 Processing by CompaniesController#index as HTML Rendering companies/index.html.erb within layouts/application Rendered companies/index.html.erb within layouts/application (42.9ms) Rendered shared/_header.html.erb (0.8ms) Completed 200 OK in 566ms (Views: 72.0ms | ActiveRecord: 0.0ms) Started GET "/companies/2949374315" for ::1 at 2020-03-25 12:25:16 +0300 Processing by CompaniesController#show as HTML Parameters: {"id"=>"2949374315"} Rendering companies/show.html.erb within layouts/application Rendered companies/show.html.erb within layouts/application (52.6ms) Rendered shared/_header.html.erb (0.4ms) Completed 200 OK in 2218ms (Views: 125.9ms | ActiveRecord: 0.0ms) Started GET "/companies/2949374315" for ::1 at 2020-03-25 12:25:21 +0300 Processing by CompaniesController#show as HTML Parameters: {"id"=>"2949374315"} Rendering companies/show.html.erb within layouts/application Rendered companies/show.html.erb within layouts/application (3.7ms) Rendered shared/_header.html.erb (0.8ms) Completed 200 OK in 2049ms (Views: 45.7ms | ActiveRecord: 0.0ms) Started GET "/companies/2949374315" for ::1 at 2020-03-25 12:34:48 +0300 Processing by CompaniesController#show as HTML Parameters: {"id"=>"2949374315"} Rendering companies/show.html.erb within layouts/application Rendered companies/show.html.erb within layouts/application (7.6ms) Rendered shared/_header.html.erb (0.6ms) Completed 200 OK in 1163ms (Views: 95.1ms | ActiveRecord: 0.0ms)