Started GET "/" for ::1 at 2020-08-17 17:55:46 +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-08-17 17:55:46 +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.7ms) Rendered shared/_header.html.erb (0.6ms) Completed 200 OK in 304ms (Views: 303.5ms | ActiveRecord: 0.0ms) Started GET "/oauth" for ::1 at 2020-08-17 17:55:47 +0300 Processing by Oauth::AuthorizationController#authorize as HTML Redirected to https://app.hubspot.com/oauth/authorize?client_id=8a79cddf-c799-4905-8926-ca0e740f75f7&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 6ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=24547151-0be9-41be-9c65-7d248dee0b2a" for ::1 at 2020-08-17 17:55:52 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"24547151-0be9-41be-9c65-7d248dee0b2a"} Redirected to http://localhost:3000/companies Completed 302 Found in 456ms (ActiveRecord: 0.0ms) Started GET "/companies" for ::1 at 2020-08-17 17:55:53 +0300 Processing by CompaniesController#index as HTML Rendering companies/index.html.erb within layouts/application Rendered companies/index.html.erb within layouts/application (3.4ms) Rendered shared/_header.html.erb (0.4ms) Completed 200 OK in 603ms (Views: 31.0ms | ActiveRecord: 0.0ms) Started DELETE "/companies/4208705119" for ::1 at 2020-08-17 17:56:02 +0300 Processing by CompaniesController#destroy as HTML Parameters: {"authenticity_token"=>"X5Ig1KvStKoMEaUOlrZU2XBf8FZiaOYEmS27syiZZvvnAWdFpxyFCzAEuX1UFjqTCebv6nA4A5B9S/usNuLQDw==", "id"=>"4208705119"} Redirected to http://localhost:3000/companies Completed 302 Found in 1128ms (ActiveRecord: 0.0ms) Started GET "/companies" for ::1 at 2020-08-17 17:56:03 +0300 Processing by CompaniesController#index as HTML Rendering companies/index.html.erb within layouts/application Rendered companies/index.html.erb within layouts/application (6.3ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 425ms (Views: 46.3ms | ActiveRecord: 0.0ms) Started GET "/companies/new" for ::1 at 2020-08-17 17:56:09 +0300 Processing by CompaniesController#new as HTML Rendering companies/new.html.erb within layouts/application Rendered companies/new.html.erb within layouts/application (46.4ms) Rendered shared/_header.html.erb (0.6ms) Completed 200 OK in 98ms (Views: 94.2ms | ActiveRecord: 0.0ms) Started POST "/companies" for ::1 at 2020-08-17 17:56:16 +0300 Processing by CompaniesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3hLhTvg6i2A9+v/GzPVPfgoMpn8IOFa8wP7NzNAQhA9mgabf9PS6wQHv47UOVSE0c7W5wxposygkmI3Tzmsy+w==", "company"=>{"name"=>"test_com_042", "domain"=>""}, "commit"=>"Save"} Redirected to http://localhost:3000/companies Completed 302 Found in 885ms (ActiveRecord: 0.0ms) Started GET "/companies" for ::1 at 2020-08-17 17:56:16 +0300 Processing by CompaniesController#index as HTML Rendering companies/index.html.erb within layouts/application Rendered companies/index.html.erb within layouts/application (10.0ms) Rendered shared/_header.html.erb (0.9ms) Completed 200 OK in 867ms (Views: 71.8ms | ActiveRecord: 0.0ms) Started GET "/companies/export.csv" for ::1 at 2020-08-17 17:56:26 +0300 Processing by CompaniesController#export as CSV Rendering text template Rendered text template (0.1ms) Sent data companies-2020-08-17.csv (4.2ms) Completed 200 OK in 337ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started DELETE "/companies/4335286807" for ::1 at 2020-08-17 17:56:49 +0300 Processing by CompaniesController#destroy as HTML Parameters: {"authenticity_token"=>"ORMLt2EM+0MuOZ6isyS4IS5JdNMQ9m37UUiYcfcrWhOBgEwmbcLK4hIsgtFxhNZrV/BrbwKmiG+1Lthu6VDs5w==", "id"=>"4335286807"} Redirected to http://localhost:3000/companies Completed 302 Found in 1113ms (ActiveRecord: 0.0ms) Started GET "/companies" for ::1 at 2020-08-17 17:56:50 +0300 Processing by CompaniesController#index as HTML Rendering companies/index.html.erb within layouts/application Rendered companies/index.html.erb within layouts/application (4.7ms) Rendered shared/_header.html.erb (0.9ms) Completed 200 OK in 543ms (Views: 68.8ms | ActiveRecord: 0.0ms) Started GET "/companies" for ::1 at 2020-08-17 17:56:52 +0300 Processing by CompaniesController#index as HTML Rendering companies/index.html.erb within layouts/application Rendered companies/index.html.erb within layouts/application (5.6ms) Rendered shared/_header.html.erb (1.5ms) Completed 200 OK in 472ms (Views: 71.5ms | ActiveRecord: 0.0ms) Started GET "/companies" for ::1 at 2020-08-17 17:59:10 +0300 Processing by CompaniesController#index as HTML Rendering companies/index.html.erb within layouts/application Rendered companies/index.html.erb within layouts/application (6.0ms) Rendered shared/_header.html.erb (1.9ms) Completed 200 OK in 435ms (Views: 78.3ms | ActiveRecord: 0.0ms) Started GET "/companies" for ::1 at 2020-08-17 17:59:14 +0300 Processing by CompaniesController#index as HTML Rendering companies/index.html.erb within layouts/application Rendered companies/index.html.erb within layouts/application (6.2ms) Rendered shared/_header.html.erb (0.8ms) Completed 200 OK in 682ms (Views: 72.8ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2020-08-17 17:59:15 +0300 Processing by CompaniesController#index as HTML Rendering companies/index.html.erb within layouts/application Rendered companies/index.html.erb within layouts/application (6.3ms) Rendered shared/_header.html.erb (0.6ms) Completed 200 OK in 492ms (Views: 40.9ms | ActiveRecord: 0.0ms)