Started GET "/" for 127.0.0.1 at 2020-01-27 19:04:33 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.0ms) Rendered shared/_header.html.erb (0.5ms) Completed 200 OK in 552ms (Views: 545.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:04:34 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 19:04:34 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:04:35 +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%3A41303%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:04:58 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:04:58 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 19:04:58 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:04:58 +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%3A41303%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:08:11 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.3ms) Rendered shared/_header.html.erb (0.4ms) Completed 200 OK in 421ms (Views: 403.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:08:11 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 19:08:11 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:08:12 +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%3A37955%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=5643a8d4-d4a9-48cc-8b1c-c6b879fdff29" for 127.0.0.1 at 2020-01-27 19:08:28 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"5643a8d4-d4a9-48cc-8b1c-c6b879fdff29"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.354778 Redirected to http://localhost:37955/contacts Completed 302 Found in 361ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:08:28 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.528133 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.1ms) Rendered shared/_header.html.erb (0.5ms) Completed 200 OK in 547ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:08:29 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:08:29 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.50207 Redirected to http://localhost:37955/contacts Completed 302 Found in 508ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:08:30 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.604231 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 618ms (Views: 6.3ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/201 response_code=204 return_code=ok total_time=0.405799 Started GET "/" for 127.0.0.1 at 2020-01-27 19:08:31 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:08:31 +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%3A37955%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=26f36a45-a7c6-4459-b1a6-3b2331e61c8f" for 127.0.0.1 at 2020-01-27 19:08:34 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"26f36a45-a7c6-4459-b1a6-3b2331e61c8f"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.298107 Redirected to http://localhost:37955/contacts Completed 302 Found in 303ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:08:34 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.456366 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 475ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:08:35 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.7ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 7ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:08:35 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=400 return_code=ok total_time=0.253054 Completed 500 Internal Server Error in 256ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:08:36 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:08:36 +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%3A37955%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=baaf7644-56ee-4d51-8269-a5932900c16d" for 127.0.0.1 at 2020-01-27 19:08:40 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"baaf7644-56ee-4d51-8269-a5932900c16d"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.194365 Redirected to http://localhost:37955/contacts Completed 302 Found in 198ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:08:40 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.518858 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 532ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:08:41 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:08:41 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:08:41 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.57359 Redirected to http://localhost:37955/contacts Completed 302 Found in 579ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:08:42 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.251597 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 274ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started DELETE "/contacts/251" for 127.0.0.1 at 2020-01-27 19:08:43 +0300 Processing by ContactsController#destroy as HTML Parameters: {"id"=>"251"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.341831 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/251?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.218117 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/251 response_code=204 return_code=ok total_time=0.348518 Redirected to http://localhost:37955/contacts Completed 302 Found in 1057ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:08:44 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.798855 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 820ms (Views: 15.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:08:45 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:08:46 +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%3A37955%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=620657b9-ddcc-4aab-9017-18c616b6e4ae" for 127.0.0.1 at 2020-01-27 19:08:48 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"620657b9-ddcc-4aab-9017-18c616b6e4ae"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.261756 Redirected to http://localhost:37955/contacts Completed 302 Found in 266ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:08:48 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.336074 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.6ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 355ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:08:49 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:08:49 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.585934 Redirected to http://localhost:37955/contacts Completed 302 Found in 590ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:08:50 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.964664 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.7ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 973ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-01-27 19:08:51 +0300 Processing by ContactsController#export as CSV ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=10 response_code=200 return_code=ok total_time=0.540993 Rendering text template Rendered text template (0.0ms) Sent data contacts-2020-01-27.csv (6.2ms) Completed 200 OK in 555ms (Views: 5.4ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/301 response_code=204 return_code=ok total_time=0.339748 Started GET "/" for 127.0.0.1 at 2020-01-27 19:08:56 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:08:57 +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%3A37955%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=987ef7bf-4636-494f-b0cf-d9ad20e1e100" for 127.0.0.1 at 2020-01-27 19:08:59 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"987ef7bf-4636-494f-b0cf-d9ad20e1e100"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.207109 Redirected to http://localhost:37955/contacts Completed 302 Found in 210ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:08:59 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.364945 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 373ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:09:00 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:09:00 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.612034 Redirected to http://localhost:37955/contacts Completed 302 Found in 617ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:09:00 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.289301 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 305ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/contacts/351" for 127.0.0.1 at 2020-01-27 19:09:01 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"351"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.294298 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/351?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.203146 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.338337 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.227838 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (22.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1218ms (Views: 26.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:09:04 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.656058 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 670ms (Views: 9.0ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/351 response_code=204 return_code=ok total_time=0.33278 Started GET "/" for 127.0.0.1 at 2020-01-27 19:09:06 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:09:06 +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%3A37955%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=056b9d20-4b93-461d-b480-35818220ad11" for 127.0.0.1 at 2020-01-27 19:09:08 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"056b9d20-4b93-461d-b480-35818220ad11"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.237996 Redirected to http://localhost:37955/contacts Completed 302 Found in 245ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:09:08 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.480942 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.6ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 500ms (Views: 11.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:09:09 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.7ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:09:10 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.542837 Redirected to http://localhost:37955/contacts Completed 302 Found in 547ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:09:10 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.525529 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.6ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 533ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/401" for 127.0.0.1 at 2020-01-27 19:09:11 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"401"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.273023 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/401?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.237593 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.20125 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.202577 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (7.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1031ms (Views: 11.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:09:14 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.28055 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 290ms (Views: 5.7ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/401 response_code=204 return_code=ok total_time=0.422718 Started GET "/" for 127.0.0.1 at 2020-01-27 19:09:15 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:09:15 +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%3A37955%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=20a6a02b-d881-485f-b27e-8fe086b0450f" for 127.0.0.1 at 2020-01-27 19:09:18 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"20a6a02b-d881-485f-b27e-8fe086b0450f"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.240835 Redirected to http://localhost:37955/contacts Completed 302 Found in 246ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:09:18 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.654439 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 680ms (Views: 20.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:09:19 +0300 Started GET "/" for 127.0.0.1 at 2020-01-27 19:09:20 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:09:20 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:09:21 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.7ms) Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:09:21 +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%3A37955%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=f491fd4c-624f-4296-a9ea-1273ce0a7785" for 127.0.0.1 at 2020-01-27 19:09:27 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"f491fd4c-624f-4296-a9ea-1273ce0a7785"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.248883 Redirected to http://localhost:37955/contacts Completed 302 Found in 255ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:09:27 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.288386 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 312ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:09:28 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 9ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:09:29 +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%3A37955%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=e6f354cc-008c-4cd4-9f28-76a88edfd6cc" for 127.0.0.1 at 2020-01-27 19:09:36 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"e6f354cc-008c-4cd4-9f28-76a88edfd6cc"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.211569 Redirected to http://localhost:37955/contacts Completed 302 Found in 226ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:09:36 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.570657 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.3ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 611ms (Views: 23.9ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:09:37 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 9ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:09:38 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.631161 Redirected to http://localhost:37955/contacts Completed 302 Found in 643ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:09:39 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.295735 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (13.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 332ms (Views: 24.2ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-01-27 19:09:39 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:09:42 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:09:43 +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%3A37955%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=4e194a1b-9ffb-46ab-a76d-256dd3289dbe" for 127.0.0.1 at 2020-01-27 19:09:47 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"4e194a1b-9ffb-46ab-a76d-256dd3289dbe"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.273917 Redirected to http://localhost:37955/contacts Completed 302 Found in 279ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:09:47 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.590223 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.0ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 614ms (Views: 18.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:09:48 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.1ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 26ms (Views: 20.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:09:49 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.353091 Redirected to http://localhost:37955/contacts Completed 302 Found in 375ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:09:49 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.584196 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 615ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=wrong_email.com" for 127.0.0.1 at 2020-01-27 19:09:50 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"wrong_email.com"} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:12:16 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (6.1ms) Rendered shared/_header.html.erb (1.0ms) Completed 200 OK in 1004ms (Views: 935.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:12:17 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 19:12:17 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:12:18 +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%3A42957%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=88ae5abf-b194-48af-8239-f53c1025cd24" for 127.0.0.1 at 2020-01-27 19:12:38 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"88ae5abf-b194-48af-8239-f53c1025cd24"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.21342 Redirected to http://localhost:42957/contacts Completed 302 Found in 251ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:12:38 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.333777 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (13.1ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 407ms (Views: 23.2ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:12:39 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (2.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:12:39 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.252603 Redirected to http://localhost:42957/contacts Completed 302 Found in 263ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:12:39 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.355756 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (10.3ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 380ms (Views: 16.8ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/451 response_code=204 return_code=ok total_time=0.297964 Started GET "/" for 127.0.0.1 at 2020-01-27 19:12:40 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:12:41 +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%3A42957%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=52f2ab03-5b59-4341-9532-4b7e6e5d26a9" for 127.0.0.1 at 2020-01-27 19:12:44 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"52f2ab03-5b59-4341-9532-4b7e6e5d26a9"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.191368 Redirected to http://localhost:42957/contacts Completed 302 Found in 196ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:12:44 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.952932 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 981ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:12:45 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:12:46 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.449741 Redirected to http://localhost:42957/contacts Completed 302 Found in 454ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:12:46 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.418558 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.6ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 438ms (Views: 13.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:12:57 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:12:57 +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%3A42957%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=030fcc17-5019-4f5a-ad08-d7630e797bfa" for 127.0.0.1 at 2020-01-27 19:13:00 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"030fcc17-5019-4f5a-ad08-d7630e797bfa"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.199172 Redirected to http://localhost:42957/contacts Completed 302 Found in 209ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:01 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.807253 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (9.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 847ms (Views: 25.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:13:02 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:13:02 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:13:02 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=1.140933 Redirected to http://localhost:42957/contacts Completed 302 Found in 1147ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:03 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.476027 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (6.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 497ms (Views: 11.4ms | ActiveRecord: 0.0ms) Started DELETE "/contacts/551" for 127.0.0.1 at 2020-01-27 19:13:04 +0300 Processing by ContactsController#destroy as HTML Parameters: {"id"=>"551"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.256698 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/551?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.23984 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/551 response_code=204 return_code=ok total_time=0.327133 Redirected to http://localhost:42957/contacts Completed 302 Found in 1025ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:05 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.306033 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 322ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:13:06 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:13:06 +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%3A42957%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=1b0b703b-bd77-4b10-b1c2-72ff1252d49a" for 127.0.0.1 at 2020-01-27 19:13:09 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"1b0b703b-bd77-4b10-b1c2-72ff1252d49a"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.178118 Redirected to http://localhost:42957/contacts Completed 302 Found in 185ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:09 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.269136 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 277ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:13:09 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:13:10 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.502491 Redirected to http://localhost:42957/contacts Completed 302 Found in 506ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:11 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.326729 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 344ms (Views: 10.6ms | ActiveRecord: 0.0ms) Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-01-27 19:13:11 +0300 Processing by ContactsController#export as CSV ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=10 response_code=200 return_code=ok total_time=0.537205 Rendering text template Rendered text template (0.0ms) Sent data contacts-2020-01-27.csv (1.4ms) Completed 200 OK in 547ms (Views: 1.1ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/601 response_code=204 return_code=ok total_time=0.389257 Started GET "/" for 127.0.0.1 at 2020-01-27 19:13:17 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:13:17 +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%3A42957%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=36918d32-4128-42bb-a9d6-4431699dffbd" for 127.0.0.1 at 2020-01-27 19:13:21 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"36918d32-4128-42bb-a9d6-4431699dffbd"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.237732 Redirected to http://localhost:42957/contacts Completed 302 Found in 244ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:22 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.564576 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 572ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:13:22 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:13:23 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.982942 Redirected to http://localhost:42957/contacts Completed 302 Found in 991ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:24 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.483516 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 508ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/651" for 127.0.0.1 at 2020-01-27 19:13:25 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"651"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.283343 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/651?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.198557 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.188756 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.197047 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (77.1ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 1206ms (Views: 99.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:13:29 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.512486 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (15.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 553ms (Views: 30.6ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/651 response_code=204 return_code=ok total_time=0.335767 Started GET "/" for 127.0.0.1 at 2020-01-27 19:13:32 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 8ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:13:32 +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%3A42957%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=cc76f022-994c-4bce-a6cf-8aff68b5b884" for 127.0.0.1 at 2020-01-27 19:13:37 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"cc76f022-994c-4bce-a6cf-8aff68b5b884"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.215178 Redirected to http://localhost:42957/contacts Completed 302 Found in 234ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:38 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.281839 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 304ms (Views: 12.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:13:38 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:13:39 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.692024 Redirected to http://localhost:42957/contacts Completed 302 Found in 698ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:39 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.684233 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 695ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/701" for 127.0.0.1 at 2020-01-27 19:13:40 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"701"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.252682 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/701?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.237821 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.223736 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.188958 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (10.1ms) Rendered shared/_header.html.erb (2.4ms) Completed 200 OK in 1034ms (Views: 25.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:13:44 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.59577 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (16.0ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 651ms (Views: 49.3ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/701 response_code=204 return_code=ok total_time=0.353302 Started GET "/" for 127.0.0.1 at 2020-01-27 19:13:46 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:13:46 +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%3A42957%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=b9fa30f6-c973-4050-85bb-4dadfbe623a9" for 127.0.0.1 at 2020-01-27 19:13:50 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"b9fa30f6-c973-4050-85bb-4dadfbe623a9"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.273451 Redirected to http://localhost:42957/contacts Completed 302 Found in 279ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:50 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.341988 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 362ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:13:51 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:13:51 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:13:52 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.4ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:13:52 +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%3A42957%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=459b9122-abcd-424c-bd85-06f8a38e9cbb" for 127.0.0.1 at 2020-01-27 19:13:55 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"459b9122-abcd-424c-bd85-06f8a38e9cbb"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.226553 Redirected to http://localhost:42957/contacts Completed 302 Found in 229ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:55 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.453189 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 468ms (Views: 11.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:13:56 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:13:56 +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%3A42957%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=b2d0c039-f2e2-45dd-8e11-6386307b399f" for 127.0.0.1 at 2020-01-27 19:13:59 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"b2d0c039-f2e2-45dd-8e11-6386307b399f"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.219176 Redirected to http://localhost:42957/contacts Completed 302 Found in 228ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:13:59 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.464612 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 477ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:14:00 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:14:01 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.507341 Redirected to http://localhost:42957/contacts Completed 302 Found in 512ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:14:01 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.362402 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 376ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-01-27 19:14:02 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:14:05 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:14:05 +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%3A42957%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=64274b01-5e68-4c95-9221-ba2bd19bf2e5" for 127.0.0.1 at 2020-01-27 19:14:10 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"64274b01-5e68-4c95-9221-ba2bd19bf2e5"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.185867 Redirected to http://localhost:42957/contacts Completed 302 Found in 192ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:14:10 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.285049 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 299ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:14:11 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (2.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:14:11 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.233019 Redirected to http://localhost:42957/contacts Completed 302 Found in 237ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:14:11 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.303287 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 318ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=wrong_email%40q.com" for 127.0.0.1 at 2020-01-27 19:14:12 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"wrong_email@q.com"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:22:59 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.7ms) Rendered shared/_header.html.erb (0.5ms) Completed 200 OK in 516ms (Views: 506.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:23:00 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 19:23:00 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:23:01 +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%3A37993%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 9ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=8cb01117-e151-40c4-87af-30b57e2562a3" for 127.0.0.1 at 2020-01-27 19:23:20 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"8cb01117-e151-40c4-87af-30b57e2562a3"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.248613 Redirected to http://localhost:37993/contacts Completed 302 Found in 262ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:23:21 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.590686 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (6.0ms) Rendered shared/_header.html.erb (0.5ms) Completed 200 OK in 610ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:23:22 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:23:22 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.250161 Redirected to http://localhost:37993/contacts Completed 302 Found in 256ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:23:22 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.594319 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 615ms (Views: 9.7ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/751 response_code=204 return_code=ok total_time=0.375662 Started GET "/" for 127.0.0.1 at 2020-01-27 19:23:24 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:23:24 +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%3A37993%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=64da7c2d-1c5a-473c-bff9-1b2efb5d84f7" for 127.0.0.1 at 2020-01-27 19:23:27 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"64da7c2d-1c5a-473c-bff9-1b2efb5d84f7"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.206575 Redirected to http://localhost:37993/contacts Completed 302 Found in 212ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:23:27 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.510171 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 540ms (Views: 13.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:23:28 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:23:28 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.24868 Redirected to http://localhost:37993/contacts Completed 302 Found in 252ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:23:28 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.269876 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (6.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 294ms (Views: 12.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:23:39 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:23:39 +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%3A37993%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=34770974-7a3d-44a1-9e91-713bd6ddf46c" for 127.0.0.1 at 2020-01-27 19:23:42 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"34770974-7a3d-44a1-9e91-713bd6ddf46c"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.266766 Redirected to http://localhost:37993/contacts Completed 302 Found in 271ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:23:42 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.731798 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 751ms (Views: 14.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:23:43 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:23:44 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.863115 Redirected to http://localhost:37993/contacts Completed 302 Found in 867ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:23:44 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.285312 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 309ms (Views: 13.7ms | ActiveRecord: 0.0ms) Started DELETE "/contacts/801" for 127.0.0.1 at 2020-01-27 19:23:45 +0300 Processing by ContactsController#destroy as HTML Parameters: {"id"=>"801"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.23293 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/801?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.366236 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/801 response_code=204 return_code=ok total_time=0.422791 Redirected to http://localhost:37993/contacts Completed 302 Found in 1111ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:23:46 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.46965 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 482ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:23:47 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:23:47 +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%3A37993%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=070240bc-0c5d-4be7-ad63-83edf45fa535" for 127.0.0.1 at 2020-01-27 19:23:50 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"070240bc-0c5d-4be7-ad63-83edf45fa535"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.212776 Redirected to http://localhost:37993/contacts Completed 302 Found in 222ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:23:51 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.543033 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.7ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 553ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:23:51 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:23:51 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.453313 Redirected to http://localhost:37993/contacts Completed 302 Found in 458ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:23:52 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.271872 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 289ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-01-27 19:23:52 +0300 Processing by ContactsController#export as CSV ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=10 response_code=200 return_code=ok total_time=0.452025 Rendering text template Rendered text template (0.0ms) Sent data contacts-2020-01-27.csv (2.5ms) Completed 200 OK in 461ms (Views: 2.0ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/851 response_code=204 return_code=ok total_time=0.370017 Started GET "/" for 127.0.0.1 at 2020-01-27 19:23:58 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:23:58 +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%3A37993%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=2c15656f-1401-4b9d-aa41-5984ddb990d4" for 127.0.0.1 at 2020-01-27 19:24:01 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"2c15656f-1401-4b9d-aa41-5984ddb990d4"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.233192 Redirected to http://localhost:37993/contacts Completed 302 Found in 240ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:24:01 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.474901 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 499ms (Views: 15.3ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:24:02 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:24:02 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.433348 Redirected to http://localhost:37993/contacts Completed 302 Found in 437ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:24:03 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.441761 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 456ms (Views: 7.9ms | ActiveRecord: 0.0ms) Started GET "/contacts/901" for 127.0.0.1 at 2020-01-27 19:24:03 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"901"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.194379 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/901?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.238011 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.332577 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.209618 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (34.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1095ms (Views: 39.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:24:07 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.52749 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 553ms (Views: 15.8ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/901 response_code=204 return_code=ok total_time=0.320539 Started GET "/" for 127.0.0.1 at 2020-01-27 19:24:08 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:24:08 +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%3A37993%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=2e1c6222-db54-4d70-8bdd-d69d0da7d077" for 127.0.0.1 at 2020-01-27 19:24:11 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"2e1c6222-db54-4d70-8bdd-d69d0da7d077"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.190323 Redirected to http://localhost:37993/contacts Completed 302 Found in 193ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:24:12 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.52534 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (10.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 555ms (Views: 21.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:24:12 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:24:12 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.417517 Redirected to http://localhost:37993/contacts Completed 302 Found in 424ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:24:13 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.446905 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 466ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started GET "/contacts/951" for 127.0.0.1 at 2020-01-27 19:24:14 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"951"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.385229 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/951?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.192133 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.193293 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.182449 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (17.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1126ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:24:17 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.470279 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 484ms (Views: 8.3ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/951 response_code=204 return_code=ok total_time=0.400848 Started GET "/" for 127.0.0.1 at 2020-01-27 19:24:18 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:24:18 +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%3A37993%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=8dc15a8b-54c8-4f72-af1c-c49f1bea837f" for 127.0.0.1 at 2020-01-27 19:24:21 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"8dc15a8b-54c8-4f72-af1c-c49f1bea837f"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.18403 Redirected to http://localhost:37993/contacts Completed 302 Found in 190ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:24:21 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.646056 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 674ms (Views: 21.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:24:22 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:24:23 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:24:23 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:24:23 +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%3A37993%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=f8eb8103-a62a-4cfb-9161-bce23af019d8" for 127.0.0.1 at 2020-01-27 19:24:26 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"f8eb8103-a62a-4cfb-9161-bce23af019d8"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.276503 Redirected to http://localhost:37993/contacts Completed 302 Found in 282ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:24:26 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.729274 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 743ms (Views: 7.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:24:27 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:24:27 +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%3A37993%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=96c588a1-f595-4924-880c-6d0d2aeefea3" for 127.0.0.1 at 2020-01-27 19:24:30 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"96c588a1-f595-4924-880c-6d0d2aeefea3"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.180207 Redirected to http://localhost:37993/contacts Completed 302 Found in 183ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:24:31 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.444085 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.9ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 453ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:24:31 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:24:32 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.416158 Redirected to http://localhost:37993/contacts Completed 302 Found in 423ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:24:32 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.454451 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.0ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 471ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-01-27 19:24:33 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/search response_code=200 return_code=ok total_time=0.249887 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 260ms (Views: 5.6ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1001 response_code=204 return_code=ok total_time=0.506261 Started GET "/" for 127.0.0.1 at 2020-01-27 19:24:34 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:24:34 +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%3A37993%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=0a9d732a-9bae-4d64-b3f0-38f9188f43e8" for 127.0.0.1 at 2020-01-27 19:24:37 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"0a9d732a-9bae-4d64-b3f0-38f9188f43e8"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.337657 Redirected to http://localhost:37993/contacts Completed 302 Found in 341ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:24:38 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.52726 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (6.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 545ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:24:39 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 8ms (Views: 5.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:24:39 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.571349 Redirected to http://localhost:37993/contacts Completed 302 Found in 576ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:24:40 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.363698 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 378ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=wrong_email%40q.com" for 127.0.0.1 at 2020-01-27 19:24:40 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"wrong_email@q.com"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/search response_code=200 return_code=ok total_time=0.232307 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (11.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 272ms (Views: 30.9ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=" for 127.0.0.1 at 2020-01-27 19:24:41 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>""} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.538751 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (6.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 625ms (Views: 16.8ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1051 response_code=204 return_code=ok total_time=0.380601 Started GET "/" for 127.0.0.1 at 2020-01-27 19:26:39 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.1ms) Rendered shared/_header.html.erb (0.5ms) Completed 200 OK in 524ms (Views: 486.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:26:39 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 19:26:39 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:26:45 +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%3A39951%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=42a89173-4b7c-43d4-af1c-a501be075f32" for 127.0.0.1 at 2020-01-27 19:27:01 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"42a89173-4b7c-43d4-af1c-a501be075f32"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.286247 Redirected to http://localhost:39951/contacts Completed 302 Found in 294ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:27:02 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.287359 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (16.4ms) Rendered shared/_header.html.erb (1.3ms) Completed 200 OK in 328ms (Views: 28.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:27:02 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:27:02 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.583996 Redirected to http://localhost:39951/contacts Completed 302 Found in 588ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:27:03 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.249715 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (10.7ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 277ms (Views: 18.4ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1101 response_code=204 return_code=ok total_time=0.444391 Started GET "/" for 127.0.0.1 at 2020-01-27 19:27:04 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:27:05 +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%3A39951%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=85601c28-def4-4ff7-9cdc-b3776416c2d7" for 127.0.0.1 at 2020-01-27 19:27:08 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"85601c28-def4-4ff7-9cdc-b3776416c2d7"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.530368 Redirected to http://localhost:39951/contacts Completed 302 Found in 535ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:27:09 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.234449 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (8.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 256ms (Views: 14.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:27:09 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:27:09 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:27:10 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=400 return_code=ok total_time=0.234107 Completed 500 Internal Server Error in 238ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:28:35 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (20.6ms) Rendered shared/_header.html.erb (0.7ms) Completed 200 OK in 1398ms (Views: 1349.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:28:37 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 19:28:37 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:28:37 +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%3A35227%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 6ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=f76910e0-33a5-4c9a-9c9f-ecb6a89f9044" for 127.0.0.1 at 2020-01-27 19:28:59 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"f76910e0-33a5-4c9a-9c9f-ecb6a89f9044"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.257225 Redirected to http://localhost:35227/contacts Completed 302 Found in 283ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:29:00 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.329873 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (17.2ms) Rendered shared/_header.html.erb (1.1ms) Completed 200 OK in 378ms (Views: 25.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:29:00 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:29:01 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.556342 Redirected to http://localhost:35227/contacts Completed 302 Found in 571ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:29:02 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.598551 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 611ms (Views: 8.1ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1151 response_code=204 return_code=ok total_time=0.522752 Started GET "/" for 127.0.0.1 at 2020-01-27 19:29:03 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:29:04 +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%3A35227%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=68b4aaac-84e7-490d-8c70-f18354f2acd5" for 127.0.0.1 at 2020-01-27 19:29:09 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"68b4aaac-84e7-490d-8c70-f18354f2acd5"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.195517 Redirected to http://localhost:35227/contacts Completed 302 Found in 199ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:29:09 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.503825 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (9.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 540ms (Views: 25.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:29:10 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:29:10 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:29:11 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=400 return_code=ok total_time=0.32756 Redirected to http://localhost:35227/contacts/new Completed 302 Found in 337ms (ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:29:11 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.6ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:30:21 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.8ms) Rendered shared/_header.html.erb (0.9ms) Completed 200 OK in 452ms (Views: 442.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:30:22 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 19:30:22 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:30:23 +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%3A44519%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=a4d46d19-0e38-4185-af92-cf68a7cfb894" for 127.0.0.1 at 2020-01-27 19:30:40 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"a4d46d19-0e38-4185-af92-cf68a7cfb894"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.293834 Redirected to http://localhost:44519/contacts Completed 302 Found in 303ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:30:40 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.341863 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.9ms) Rendered shared/_header.html.erb (0.6ms) Completed 200 OK in 359ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:30:41 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:30:41 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.490732 Redirected to http://localhost:44519/contacts Completed 302 Found in 497ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:30:42 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.292631 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 318ms (Views: 13.9ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1201 response_code=204 return_code=ok total_time=0.304677 Started GET "/" for 127.0.0.1 at 2020-01-27 19:30:43 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:30:43 +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%3A44519%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=80b528fe-7f69-4e1a-9456-eb2b6f087f62" for 127.0.0.1 at 2020-01-27 19:30:46 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"80b528fe-7f69-4e1a-9456-eb2b6f087f62"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.198055 Redirected to http://localhost:44519/contacts Completed 302 Found in 200ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:30:46 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.683924 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (6.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 709ms (Views: 16.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:30:47 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:30:47 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=400 return_code=ok total_time=0.261383 Redirected to http://localhost:44519/contacts/new Completed 302 Found in 265ms (ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:30:47 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 13ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:30:47 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:30:48 +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%3A44519%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=654cd137-043d-4144-8b8c-0a4a96e26c79" for 127.0.0.1 at 2020-01-27 19:30:50 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"654cd137-043d-4144-8b8c-0a4a96e26c79"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.234503 Redirected to http://localhost:44519/contacts Completed 302 Found in 237ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:30:50 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.480631 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 488ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:30:51 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:30:51 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.425904 Redirected to http://localhost:44519/contacts Completed 302 Found in 432ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:30:52 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.476768 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (9.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 508ms (Views: 18.5ms | ActiveRecord: 0.0ms) Started DELETE "/contacts/1251" for 127.0.0.1 at 2020-01-27 19:30:52 +0300 Processing by ContactsController#destroy as HTML Parameters: {"id"=>"1251"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.249839 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1251?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.716333 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1251 response_code=204 return_code=ok total_time=0.286739 Redirected to http://localhost:44519/contacts Completed 302 Found in 1313ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:30:54 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.583731 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 593ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:30:54 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:30: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%3A44519%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=f40c7c30-0196-439e-ba33-de075b678efa" for 127.0.0.1 at 2020-01-27 19:30:57 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"f40c7c30-0196-439e-ba33-de075b678efa"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.229464 Redirected to http://localhost:44519/contacts Completed 302 Found in 232ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:30:57 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.324913 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 343ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:30:58 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:30:58 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.469082 Redirected to http://localhost:44519/contacts Completed 302 Found in 478ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:30:59 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.360358 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 380ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-01-27 19:30:59 +0300 Processing by ContactsController#export as CSV ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=10 response_code=200 return_code=ok total_time=0.558035 Rendering text template Rendered text template (0.1ms) Sent data contacts-2020-01-27.csv (6.5ms) Completed 200 OK in 574ms (Views: 4.9ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1301 response_code=204 return_code=ok total_time=0.29811 Started GET "/" for 127.0.0.1 at 2020-01-27 19:31:05 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 19:31:05 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:31:05 +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%3A44519%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=b1a3beb3-cff7-4cbc-b45c-75bc106a98ba" for 127.0.0.1 at 2020-01-27 19:31:09 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"b1a3beb3-cff7-4cbc-b45c-75bc106a98ba"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.218079 Redirected to http://localhost:44519/contacts Completed 302 Found in 224ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:31:09 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.316983 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (11.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 373ms (Views: 34.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:31:10 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 20ms (Views: 16.0ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:31:10 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.426155 Redirected to http://localhost:44519/contacts Completed 302 Found in 447ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:31:11 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.261879 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.4ms) Rendered shared/_header.html.erb (1.5ms) Completed 200 OK in 291ms (Views: 13.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/1351" for 127.0.0.1 at 2020-01-27 19:31:11 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"1351"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.281268 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1351?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.22425 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.190921 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.175145 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (50.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1151ms (Views: 56.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:31:15 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.527639 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (6.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 549ms (Views: 13.5ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1351 response_code=204 return_code=ok total_time=3.944764 Started GET "/" for 127.0.0.1 at 2020-01-27 19:31:20 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:31:20 +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%3A44519%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=6feb8e84-5701-424e-8744-8894165d5fac" for 127.0.0.1 at 2020-01-27 19:31:22 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"6feb8e84-5701-424e-8744-8894165d5fac"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.206526 Redirected to http://localhost:44519/contacts Completed 302 Found in 208ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:31:23 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.29982 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 314ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:31:23 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:31:23 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.572035 Redirected to http://localhost:44519/contacts Completed 302 Found in 577ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:31:24 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.231202 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 248ms (Views: 11.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/1401" for 127.0.0.1 at 2020-01-27 19:31:24 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"1401"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.201629 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1401?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=salutation&properties=owneremail&properties=state&properties=country&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.182438 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.273396 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.205601 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (14.8ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 1072ms (Views: 22.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:31:28 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.328388 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 346ms (Views: 9.4ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1401 response_code=204 return_code=ok total_time=0.306124 Started GET "/" for 127.0.0.1 at 2020-01-27 19:31:29 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:31:29 +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%3A44519%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=7f5c2b73-0e2a-40b0-9856-e9190af97dcf" for 127.0.0.1 at 2020-01-27 19:31:31 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"7f5c2b73-0e2a-40b0-9856-e9190af97dcf"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.270345 Redirected to http://localhost:44519/contacts Completed 302 Found in 273ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:31:32 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.227558 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 237ms (Views: 6.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:31:32 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:31:32 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:31:33 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.4ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:31:33 +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%3A44519%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=4104410a-7f74-471c-b888-9a613d023656" for 127.0.0.1 at 2020-01-27 19:31:35 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"4104410a-7f74-471c-b888-9a613d023656"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.183688 Redirected to http://localhost:44519/contacts Completed 302 Found in 188ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:31:35 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.285536 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.9ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 298ms (Views: 8.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:31:36 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:31:36 +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%3A44519%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=fb98643f-0e27-414a-83c4-6ea7b51590ca" for 127.0.0.1 at 2020-01-27 19:31:39 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"fb98643f-0e27-414a-83c4-6ea7b51590ca"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.220055 Redirected to http://localhost:44519/contacts Completed 302 Found in 226ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:31:39 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.372022 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 405ms (Views: 8.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:31:40 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:31:40 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.437206 Redirected to http://localhost:44519/contacts Completed 302 Found in 440ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:31:41 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.226652 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 233ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-01-27 19:31:41 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1451 response_code=204 return_code=ok total_time=0.500932 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/search response_code=200 return_code=ok total_time=0.608194 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 636ms (Views: 18.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 19:31:42 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 19:31:42 +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%3A44519%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=cee60c83-ff16-4fde-b94d-03f9a3fe4b75" for 127.0.0.1 at 2020-01-27 19:31:46 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"cee60c83-ff16-4fde-b94d-03f9a3fe4b75"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.192075 Redirected to http://localhost:44519/contacts Completed 302 Found in 194ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:31:46 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.285984 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 295ms (Views: 4.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 19:31:46 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 19:31:46 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.478108 Redirected to http://localhost:44519/contacts Completed 302 Found in 484ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 19:31:47 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.248018 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (8.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 274ms (Views: 15.4ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=wrong_email%40q.com" for 127.0.0.1 at 2020-01-27 19:31:47 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"wrong_email@q.com"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/search response_code=200 return_code=ok total_time=0.284203 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 290ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=" for 127.0.0.1 at 2020-01-27 19:31:48 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>""} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.301965 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (11.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 333ms (Views: 25.6ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1501 response_code=204 return_code=ok total_time=0.360804 Started GET "/" for 127.0.0.1 at 2020-01-27 20:14:19 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.8ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 375ms (Views: 366.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:14:20 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 20:14:20 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:14:20 +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%3A38821%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=e7f1916f-6a4a-4a27-9606-17cbf5c8c499" for 127.0.0.1 at 2020-01-27 20:14:40 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"e7f1916f-6a4a-4a27-9606-17cbf5c8c499"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.257785 Redirected to http://localhost:38821/contacts Completed 302 Found in 306ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:14:41 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.480979 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.7ms) Rendered shared/_header.html.erb (0.4ms) Completed 200 OK in 500ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:14:41 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:14:42 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.57176 Redirected to http://localhost:38821/contacts Completed 302 Found in 578ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:14:42 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.460103 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.0ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 497ms (Views: 23.9ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1551 response_code=204 return_code=ok total_time=0.364671 Started GET "/" for 127.0.0.1 at 2020-01-27 20:14:44 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:14:44 +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%3A38821%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=eadd8883-2fc9-4fb2-9533-66bd817dcadb" for 127.0.0.1 at 2020-01-27 20:14:47 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"eadd8883-2fc9-4fb2-9533-66bd817dcadb"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.216195 Redirected to http://localhost:38821/contacts Completed 302 Found in 221ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:14:47 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.497243 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 513ms (Views: 8.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:14:47 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:14:48 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=400 return_code=ok total_time=0.294727 Redirected to http://localhost:38821/contacts/new Completed 302 Found in 299ms (ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:14:48 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:14:48 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:14:48 +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%3A38821%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=89d0ca9d-6cde-4aba-b240-e2e52e975a90" for 127.0.0.1 at 2020-01-27 20:14:51 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"89d0ca9d-6cde-4aba-b240-e2e52e975a90"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.242011 Redirected to http://localhost:38821/contacts Completed 302 Found in 245ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:14:51 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.427745 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 445ms (Views: 10.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:14:52 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:14:52 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.42515 Redirected to http://localhost:38821/contacts Completed 302 Found in 429ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:14:53 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.464875 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 483ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started DELETE "/contacts/1601" for 127.0.0.1 at 2020-01-27 20:14:53 +0300 Processing by ContactsController#destroy as HTML Parameters: {"id"=>"1601"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.242946 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1601?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.206877 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1601 response_code=204 return_code=ok total_time=0.786799 Redirected to http://localhost:38821/contacts Completed 302 Found in 1728ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:14:55 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.403936 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (10.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 459ms (Views: 35.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:14:56 +0300 Started GET "/" for 127.0.0.1 at 2020-01-27 20:14:57 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:14:57 +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%3A38821%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=5021086b-4038-4c7c-86cd-f8f1f7a2b7a2" for 127.0.0.1 at 2020-01-27 20:15:02 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"5021086b-4038-4c7c-86cd-f8f1f7a2b7a2"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.195783 Redirected to http://localhost:38821/contacts Completed 302 Found in 201ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:15:03 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.406211 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (8.9ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 468ms (Views: 41.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:15:03 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:15:03 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:15:04 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.613482 Redirected to http://localhost:38821/contacts Completed 302 Found in 639ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:15:05 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.520929 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 556ms (Views: 22.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-01-27 20:15:06 +0300 Processing by ContactsController#export as CSV ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=10 response_code=200 return_code=ok total_time=0.978314 Rendering text template Rendered text template (0.0ms) Sent data contacts-2020-01-27.csv (8.3ms) Completed 200 OK in 999ms (Views: 7.4ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1651 response_code=204 return_code=ok total_time=0.413381 Started GET "/" for 127.0.0.1 at 2020-01-27 20:15:12 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:15:12 +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%3A38821%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=871965f2-3d55-4651-aba4-69f3b7d2b398" for 127.0.0.1 at 2020-01-27 20:15:18 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"871965f2-3d55-4651-aba4-69f3b7d2b398"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.262029 Redirected to http://localhost:38821/contacts Completed 302 Found in 266ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:15:19 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.732735 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 833ms (Views: 91.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:15:20 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.7ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:15:21 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.482791 Redirected to http://localhost:38821/contacts Completed 302 Found in 491ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:15:21 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.498151 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (8.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 518ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/1701" for 127.0.0.1 at 2020-01-27 20:15:22 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"1701"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.297413 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1701?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.192468 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.212037 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.573194 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (32.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1511ms (Views: 44.9ms | ActiveRecord: 0.0ms) Started PUT "/contacts/1701" for 127.0.0.1 at 2020-01-27 20:15:24 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"address"=>"", "annualrevenue"=>"", "city"=>"", "company"=>"", "company_size"=>"", "country"=>"", "date_of_birth"=>"", "degree"=>"", "email"=>"test_email@q.com", "fax"=>"", "field_of_study"=>"", "firstname"=>"", "gender"=>"", "graduation_date"=>"", "hs_content_membership_notes"=>"", "hs_facebookid"=>"", "hs_google_click_id"=>"", "hs_googleplusid"=>"", "hs_linkedinid"=>"", "hs_twitterid"=>"", "hubspot_owner_id"=>"", "industry"=>"", "job_function"=>"", "jobtitle"=>"", "lastname"=>"", "linkedinbio"=>"", "marital_status"=>"", "message"=>"", "military_status"=>"", "mobilephone"=>"", "owneremail"=>"", "ownername"=>"", "phone"=>"", "photo"=>"", "relationship_status"=>"", "salutation"=>"", "school"=>"", "seniority"=>"", "start_date"=>"", "state"=>"", "twitterbio"=>"", "twitterhandle"=>"", "twitterprofilephoto"=>"", "website"=>"", "work_email"=>"new_test_email@q.com", "zip"=>""}, "commit"=>"Save", "id"=>"1701"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.256673 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1701?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.199532 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/1701 response_code=200 return_code=ok total_time=0.417775 Redirected to http://localhost:38821/contacts Completed 302 Found in 1030ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:15:25 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=1.127769 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.6ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 1149ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:15:29 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.259167 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 287ms (Views: 10.6ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1701 response_code=204 return_code=ok total_time=0.303679 Started GET "/" for 127.0.0.1 at 2020-01-27 20:15:30 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:15:30 +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%3A38821%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=e86ccc1d-187c-4d2c-9696-8a706950d030" for 127.0.0.1 at 2020-01-27 20:15:34 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"e86ccc1d-187c-4d2c-9696-8a706950d030"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.257493 Redirected to http://localhost:38821/contacts Completed 302 Found in 262ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:15:35 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.441175 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 455ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:15:35 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:15:36 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.855904 Redirected to http://localhost:38821/contacts Completed 302 Found in 861ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:15:36 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.556062 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.6ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 562ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/1751" for 127.0.0.1 at 2020-01-27 20:15:37 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"1751"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.278974 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1751?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.241196 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.423783 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.233813 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (12.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1313ms (Views: 16.6ms | ActiveRecord: 0.0ms) Started PUT "/contacts/1751" for 127.0.0.1 at 2020-01-27 20:15:39 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"address"=>"", "annualrevenue"=>"", "city"=>"", "company"=>"", "company_size"=>"", "country"=>"", "date_of_birth"=>"", "degree"=>"", "email"=>"test_email@q.com", "fax"=>"", "field_of_study"=>"", "firstname"=>"test_firstname", "gender"=>"", "graduation_date"=>"", "hs_content_membership_notes"=>"", "hs_facebookid"=>"", "hs_google_click_id"=>"", "hs_googleplusid"=>"", "hs_linkedinid"=>"", "hs_twitterid"=>"", "hubspot_owner_id"=>"", "industry"=>"", "job_function"=>"", "jobtitle"=>"", "lastname"=>"test_lastname", "linkedinbio"=>"", "marital_status"=>"", "message"=>"", "military_status"=>"", "mobilephone"=>"", "owneremail"=>"", "ownername"=>"", "phone"=>"", "photo"=>"", "relationship_status"=>"", "salutation"=>"", "school"=>"", "seniority"=>"", "start_date"=>"", "state"=>"", "twitterbio"=>"", "twitterhandle"=>"", "twitterprofilephoto"=>"", "website"=>"", "work_email"=>"", "zip"=>""}, "commit"=>"Save", "id"=>"1751"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.462736 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1751?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.188817 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/1751 response_code=200 return_code=ok total_time=0.484879 Redirected to http://localhost:38821/contacts Completed 302 Found in 1185ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:15:40 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.546263 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 564ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:15:41 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.310477 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 323ms (Views: 8.5ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1751 response_code=204 return_code=ok total_time=0.50119 Started GET "/" for 127.0.0.1 at 2020-01-27 20:15:42 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:15:42 +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%3A38821%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=93579886-8ff1-4d3d-a333-9b60959203b9" for 127.0.0.1 at 2020-01-27 20:15:45 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"93579886-8ff1-4d3d-a333-9b60959203b9"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.192698 Redirected to http://localhost:38821/contacts Completed 302 Found in 197ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:15:45 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=500 return_code=ok total_time=5.634293 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5642ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:15:55 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:15:55 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:15:55 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:15:56 +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%3A38821%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=6ee93ece-8479-4033-b77c-4858d035806a" for 127.0.0.1 at 2020-01-27 20:16:00 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"6ee93ece-8479-4033-b77c-4858d035806a"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.18235 Redirected to http://localhost:38821/contacts Completed 302 Found in 185ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:16:00 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.540304 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 562ms (Views: 14.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:16:01 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:16:02 +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%3A38821%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=3df03c94-9fdd-46ad-8f90-36f767f7f46f" for 127.0.0.1 at 2020-01-27 20:16:07 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"3df03c94-9fdd-46ad-8f90-36f767f7f46f"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.285365 Redirected to http://localhost:38821/contacts Completed 302 Found in 288ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:16:07 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.260435 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 271ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:16:08 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:16:08 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:16:08 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.592335 Redirected to http://localhost:38821/contacts Completed 302 Found in 597ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:16:09 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.588244 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 613ms (Views: 9.6ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-01-27 20:16:10 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/search response_code=200 return_code=ok total_time=0.295032 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 305ms (Views: 5.8ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1801 response_code=204 return_code=ok total_time=0.358474 Started GET "/" for 127.0.0.1 at 2020-01-27 20:16:11 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:16:11 +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%3A38821%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=e3b1bac1-3260-429f-b67c-c2b312c1ca76" for 127.0.0.1 at 2020-01-27 20:16:17 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"e3b1bac1-3260-429f-b67c-c2b312c1ca76"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.220019 Redirected to http://localhost:38821/contacts Completed 302 Found in 229ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:16:17 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.463506 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 483ms (Views: 13.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:16:18 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:16:18 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 37ms (Views: 28.7ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:16:19 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=1.13881 Redirected to http://localhost:38821/contacts Completed 302 Found in 1146ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:16:20 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.478848 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 485ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=wrong_email%40q.com" for 127.0.0.1 at 2020-01-27 20:16:21 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"wrong_email@q.com"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/search response_code=200 return_code=ok total_time=0.345928 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 359ms (Views: 5.2ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=" for 127.0.0.1 at 2020-01-27 20:16:21 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>""} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.685483 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.9ms) Rendered shared/_header.html.erb (2.6ms) Completed 200 OK in 715ms (Views: 21.2ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1851 response_code=204 return_code=ok total_time=0.285679 Started GET "/" for 127.0.0.1 at 2020-01-27 20:18:58 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.7ms) Rendered shared/_header.html.erb (0.5ms) Completed 200 OK in 764ms (Views: 748.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:18:59 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 20:18:59 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:19:00 +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%3A46607%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=85d2ef65-8cf3-4fe4-9eff-0785f4dd27b5" for 127.0.0.1 at 2020-01-27 20:19:24 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"85d2ef65-8cf3-4fe4-9eff-0785f4dd27b5"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.340113 Redirected to http://localhost:46607/contacts Completed 302 Found in 379ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:19:24 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.464064 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (41.4ms) Rendered shared/_header.html.erb (1.5ms) Completed 200 OK in 548ms (Views: 60.2ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:19:25 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (12.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 21ms (Views: 17.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:19:26 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.439873 Redirected to http://localhost:46607/contacts Completed 302 Found in 460ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:19:27 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.61232 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (8.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 633ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/1901" for 127.0.0.1 at 2020-01-27 20:19:28 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"1901"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.278755 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1901?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.317641 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.223442 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.267462 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (21.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1265ms (Views: 26.7ms | ActiveRecord: 0.0ms) Started PUT "/contacts/1901" for 127.0.0.1 at 2020-01-27 20:20:19 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"address"=>"", "annualrevenue"=>"", "city"=>"", "company"=>"", "company_size"=>"", "country"=>"", "date_of_birth"=>"", "degree"=>"", "email"=>"test_email@q.com", "fax"=>"", "field_of_study"=>"", "firstname"=>"", "gender"=>"", "graduation_date"=>"", "hs_content_membership_notes"=>"", "hs_facebookid"=>"", "hs_google_click_id"=>"", "hs_googleplusid"=>"", "hs_linkedinid"=>"", "hs_twitterid"=>"", "hubspot_owner_id"=>"", "industry"=>"", "job_function"=>"", "jobtitle"=>"", "lastname"=>"", "linkedinbio"=>"", "marital_status"=>"", "message"=>"", "military_status"=>"", "mobilephone"=>"", "owneremail"=>"", "ownername"=>"", "phone"=>"", "photo"=>"", "relationship_status"=>"", "salutation"=>"", "school"=>"", "seniority"=>"", "start_date"=>"", "state"=>"", "twitterbio"=>"", "twitterhandle"=>"", "twitterprofilephoto"=>"", "website"=>"", "work_email"=>"new_test_email@q.com", "zip"=>""}, "commit"=>"Save", "id"=>"1901"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.624209 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1901?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.237868 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/1901 response_code=200 return_code=ok total_time=0.384641 Redirected to http://localhost:46607/contacts Completed 302 Found in 2366ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:20:21 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.636631 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (39.1ms) Rendered shared/_header.html.erb (0.4ms) Completed 200 OK in 771ms (Views: 71.5ms | ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:21:04 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.32711 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (33.0ms) Rendered shared/_header.html.erb (0.4ms) Completed 200 OK in 481ms (Views: 56.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:21:04 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 20:21:04 +0300 Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:21:06 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.431041 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (45.8ms) Rendered shared/_header.html.erb (0.7ms) Completed 200 OK in 571ms (Views: 76.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:21:06 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 20:21:06 +0300 Started GET "/" for 127.0.0.1 at 2020-01-27 20:21:14 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.645513 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 657ms (Views: 8.0ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1901 response_code=204 return_code=ok total_time=0.324755 Started GET "/" for 127.0.0.1 at 2020-01-27 20:21:16 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:21:16 +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%3A46607%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=8789fb47-ed4d-4c41-ad54-776f1349bd50" for 127.0.0.1 at 2020-01-27 20:21:19 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"8789fb47-ed4d-4c41-ad54-776f1349bd50"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.2337 Redirected to http://localhost:46607/contacts Completed 302 Found in 241ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:21:19 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=1.218609 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1239ms (Views: 14.9ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:21:21 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:21:21 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.526079 Redirected to http://localhost:46607/contacts Completed 302 Found in 530ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:21:21 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.597888 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.3ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 617ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/1951" for 127.0.0.1 at 2020-01-27 20:21:22 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"1951"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.361715 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1951?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.212696 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.424767 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.176257 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (14.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1305ms (Views: 19.7ms | ActiveRecord: 0.0ms) Started PUT "/contacts/1951" for 127.0.0.1 at 2020-01-27 20:21:24 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"address"=>"", "annualrevenue"=>"", "city"=>"", "company"=>"", "company_size"=>"", "country"=>"", "date_of_birth"=>"", "degree"=>"", "email"=>"test_email@q.com", "fax"=>"", "field_of_study"=>"", "firstname"=>"test_firstname", "gender"=>"", "graduation_date"=>"", "hs_content_membership_notes"=>"", "hs_facebookid"=>"", "hs_google_click_id"=>"", "hs_googleplusid"=>"", "hs_linkedinid"=>"", "hs_twitterid"=>"", "hubspot_owner_id"=>"", "industry"=>"", "job_function"=>"", "jobtitle"=>"", "lastname"=>"test_lastname", "linkedinbio"=>"", "marital_status"=>"", "message"=>"", "military_status"=>"", "mobilephone"=>"", "owneremail"=>"", "ownername"=>"", "phone"=>"", "photo"=>"", "relationship_status"=>"", "salutation"=>"", "school"=>"", "seniority"=>"", "start_date"=>"", "state"=>"", "twitterbio"=>"", "twitterhandle"=>"", "twitterprofilephoto"=>"", "website"=>"", "work_email"=>"", "zip"=>""}, "commit"=>"Save", "id"=>"1951"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.270704 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1951?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.265497 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/1951 response_code=200 return_code=ok total_time=0.367664 Redirected to http://localhost:46607/contacts Completed 302 Found in 1032ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:21:25 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.282335 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 299ms (Views: 11.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:21:25 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.360144 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 376ms (Views: 10.6ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/1951 response_code=204 return_code=ok total_time=0.337997 Started GET "/" for 127.0.0.1 at 2020-01-27 20:22:15 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.4ms) Rendered shared/_header.html.erb (0.8ms) Completed 200 OK in 1054ms (Views: 1040.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 20:22:16 +0300 Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:22:16 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:22:17 +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%3A33983%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 10ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=e40589b5-93a2-4efb-b5d8-90d6a047a115" for 127.0.0.1 at 2020-01-27 20:22:40 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"e40589b5-93a2-4efb-b5d8-90d6a047a115"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.389057 Redirected to http://localhost:33983/contacts Completed 302 Found in 409ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:22:41 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.561197 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (17.5ms) Rendered shared/_header.html.erb (0.9ms) Completed 200 OK in 627ms (Views: 37.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 20:22:42 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:22:42 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (6.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 25ms (Views: 20.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:22:42 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.502332 Redirected to http://localhost:33983/contacts Completed 302 Found in 531ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:22:43 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.663153 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 681ms (Views: 12.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/2001" for 127.0.0.1 at 2020-01-27 20:22:44 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"2001"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.634623 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2001?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.369702 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.323392 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.202834 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (111.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 2022ms (Views: 125.6ms | ActiveRecord: 0.0ms) Started PUT "/contacts/2001" for 127.0.0.1 at 2020-01-27 20:22:47 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"address"=>"", "annualrevenue"=>"", "city"=>"", "company"=>"", "company_size"=>"", "country"=>"", "date_of_birth"=>"", "degree"=>"", "email"=>"new_test_email@q.com", "fax"=>"", "field_of_study"=>"", "firstname"=>"", "gender"=>"", "graduation_date"=>"", "hs_content_membership_notes"=>"", "hs_facebookid"=>"", "hs_google_click_id"=>"", "hs_googleplusid"=>"", "hs_linkedinid"=>"", "hs_twitterid"=>"", "hubspot_owner_id"=>"", "industry"=>"", "job_function"=>"", "jobtitle"=>"", "lastname"=>"", "linkedinbio"=>"", "marital_status"=>"", "message"=>"", "military_status"=>"", "mobilephone"=>"", "owneremail"=>"", "ownername"=>"", "phone"=>"", "photo"=>"", "relationship_status"=>"", "salutation"=>"", "school"=>"", "seniority"=>"", "start_date"=>"", "state"=>"", "twitterbio"=>"", "twitterhandle"=>"", "twitterprofilephoto"=>"", "website"=>"", "work_email"=>"", "zip"=>""}, "commit"=>"Save", "id"=>"2001"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.199116 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2001?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.606254 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/2001 response_code=200 return_code=ok total_time=0.380127 Redirected to http://localhost:33983/contacts Completed 302 Found in 1267ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:22:48 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.715524 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 729ms (Views: 7.9ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2001 response_code=204 return_code=ok total_time=0.307338 Started GET "/" for 127.0.0.1 at 2020-01-27 20:22:50 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.300063 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 311ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:22:52 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:22:53 +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%3A33983%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=280c0b43-744b-4154-a1c6-fd7ba9dd045f" for 127.0.0.1 at 2020-01-27 20:22:57 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"280c0b43-744b-4154-a1c6-fd7ba9dd045f"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.3673 Redirected to http://localhost:33983/contacts Completed 302 Found in 370ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:22:57 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.286437 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 293ms (Views: 3.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:22:58 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:22:58 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.446799 Redirected to http://localhost:33983/contacts Completed 302 Found in 449ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:22:58 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.243668 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 250ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:22:59 +0300 Started GET "/contacts/2051" for 127.0.0.1 at 2020-01-27 20:22:59 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"2051"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.38965 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2051?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.225208 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.392707 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.288557 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (27.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1446ms (Views: 35.4ms | ActiveRecord: 0.0ms) Started PUT "/contacts/2051" for 127.0.0.1 at 2020-01-27 20:23:01 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"address"=>"", "annualrevenue"=>"", "city"=>"", "company"=>"", "company_size"=>"", "country"=>"", "date_of_birth"=>"", "degree"=>"", "email"=>"test_email@q.com", "fax"=>"", "field_of_study"=>"", "firstname"=>"test_firstname", "gender"=>"", "graduation_date"=>"", "hs_content_membership_notes"=>"", "hs_facebookid"=>"", "hs_google_click_id"=>"", "hs_googleplusid"=>"", "hs_linkedinid"=>"", "hs_twitterid"=>"", "hubspot_owner_id"=>"", "industry"=>"", "job_function"=>"", "jobtitle"=>"", "lastname"=>"test_lastname", "linkedinbio"=>"", "marital_status"=>"", "message"=>"", "military_status"=>"", "mobilephone"=>"", "owneremail"=>"", "ownername"=>"", "phone"=>"", "photo"=>"", "relationship_status"=>"", "salutation"=>"", "school"=>"", "seniority"=>"", "start_date"=>"", "state"=>"", "twitterbio"=>"", "twitterhandle"=>"", "twitterprofilephoto"=>"", "website"=>"", "work_email"=>"", "zip"=>""}, "commit"=>"Save", "id"=>"2051"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.205971 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2051?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.325167 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/2051 response_code=200 return_code=ok total_time=0.472868 Redirected to http://localhost:33983/contacts Completed 302 Found in 1093ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:23:02 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.554769 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 581ms (Views: 7.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:23:03 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.334163 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 357ms (Views: 13.4ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2051 response_code=204 return_code=ok total_time=0.969382 Started GET "/" for 127.0.0.1 at 2020-01-27 20:24:13 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (13.1ms) Rendered shared/_header.html.erb (0.7ms) Completed 200 OK in 1029ms (Views: 1015.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:24:14 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-27 20:24:14 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:24:15 +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%3A43591%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=37ef6c4a-575d-474e-80df-35762846a502" for 127.0.0.1 at 2020-01-27 20:24:34 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"37ef6c4a-575d-474e-80df-35762846a502"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.254622 Redirected to http://localhost:43591/contacts Completed 302 Found in 261ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:24:34 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.297305 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (14.0ms) Rendered shared/_header.html.erb (0.5ms) Completed 200 OK in 339ms (Views: 24.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:24:35 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 11ms (Views: 7.2ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:24:35 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.656173 Redirected to http://localhost:43591/contacts Completed 302 Found in 666ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:24:36 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.30489 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 325ms (Views: 12.2ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2101 response_code=204 return_code=ok total_time=0.370354 Started GET "/" for 127.0.0.1 at 2020-01-27 20:24:38 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:24:38 +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%3A43591%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=21772e88-cfe8-48a8-8645-6cdfeacd40ac" for 127.0.0.1 at 2020-01-27 20:24:41 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"21772e88-cfe8-48a8-8645-6cdfeacd40ac"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.221137 Redirected to http://localhost:43591/contacts Completed 302 Found in 233ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:24:42 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.481285 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (23.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 523ms (Views: 32.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:24:42 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:24:43 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=400 return_code=ok total_time=0.661805 Redirected to http://localhost:43591/contacts/new Completed 302 Found in 666ms (ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:24:43 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 8ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:24:43 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:24:44 +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%3A43591%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=656a08af-b396-405f-b6fa-dff468a90bc0" for 127.0.0.1 at 2020-01-27 20:24:47 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"656a08af-b396-405f-b6fa-dff468a90bc0"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.262353 Redirected to http://localhost:43591/contacts Completed 302 Found in 267ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:24:47 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.26773 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 282ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:24:48 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 8ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:24:48 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.520293 Redirected to http://localhost:43591/contacts Completed 302 Found in 538ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:24:48 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.627095 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (12.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 663ms (Views: 16.8ms | ActiveRecord: 0.0ms) Started DELETE "/contacts/2151" for 127.0.0.1 at 2020-01-27 20:24:50 +0300 Processing by ContactsController#destroy as HTML Parameters: {"id"=>"2151"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.33926 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2151?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.343194 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2151 response_code=204 return_code=ok total_time=0.308411 Redirected to http://localhost:43591/contacts Completed 302 Found in 1301ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:24:51 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.304575 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (8.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 340ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:24:52 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:24:52 +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%3A43591%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=74351111-81a9-4633-abcb-4035b9ff3e43" for 127.0.0.1 at 2020-01-27 20:24:56 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"74351111-81a9-4633-abcb-4035b9ff3e43"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.407598 Redirected to http://localhost:43591/contacts Completed 302 Found in 411ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:24:56 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.390493 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 406ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:24:57 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:24:57 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.5217 Redirected to http://localhost:43591/contacts Completed 302 Found in 526ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:24:58 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.298527 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (18.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 351ms (Views: 33.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:24:58 +0300 Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-01-27 20:24:58 +0300 Processing by ContactsController#export as CSV ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=10 response_code=200 return_code=ok total_time=0.284743 Rendering text template Rendered text template (0.0ms) Sent data contacts-2020-01-27.csv (1.3ms) Completed 200 OK in 291ms (Views: 1.0ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2201 response_code=204 return_code=ok total_time=0.395075 Started GET "/" for 127.0.0.1 at 2020-01-27 20:25:05 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:25:05 +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%3A43591%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=d0be261d-cd37-4f92-9abd-e5f07ce1ef67" for 127.0.0.1 at 2020-01-27 20:25:08 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"d0be261d-cd37-4f92-9abd-e5f07ce1ef67"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.335414 Redirected to http://localhost:43591/contacts Completed 302 Found in 338ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:09 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.714117 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 727ms (Views: 6.2ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:25:10 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:25:10 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.567238 Redirected to http://localhost:43591/contacts Completed 302 Found in 573ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:11 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.358424 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 401ms (Views: 19.4ms | ActiveRecord: 0.0ms) Started GET "/contacts/2251" for 127.0.0.1 at 2020-01-27 20:25:11 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"2251"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.305784 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2251?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.317907 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.256022 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.287692 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (30.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1488ms (Views: 36.1ms | ActiveRecord: 0.0ms) Started PUT "/contacts/2251" for 127.0.0.1 at 2020-01-27 20:25:13 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"address"=>"", "annualrevenue"=>"", "city"=>"", "company"=>"", "company_size"=>"", "country"=>"", "date_of_birth"=>"", "degree"=>"", "email"=>"new_test_email@q.com", "fax"=>"", "field_of_study"=>"", "firstname"=>"", "gender"=>"", "graduation_date"=>"", "hs_content_membership_notes"=>"", "hs_facebookid"=>"", "hs_google_click_id"=>"", "hs_googleplusid"=>"", "hs_linkedinid"=>"", "hs_twitterid"=>"", "hubspot_owner_id"=>"", "industry"=>"", "job_function"=>"", "jobtitle"=>"", "lastname"=>"", "linkedinbio"=>"", "marital_status"=>"", "message"=>"", "military_status"=>"", "mobilephone"=>"", "owneremail"=>"", "ownername"=>"", "phone"=>"", "photo"=>"", "relationship_status"=>"", "salutation"=>"", "school"=>"", "seniority"=>"", "start_date"=>"", "state"=>"", "twitterbio"=>"", "twitterhandle"=>"", "twitterprofilephoto"=>"", "website"=>"", "work_email"=>"", "zip"=>""}, "commit"=>"Save", "id"=>"2251"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.57414 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2251?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.227465 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/2251 response_code=200 return_code=ok total_time=0.38797 Redirected to http://localhost:43591/contacts Completed 302 Found in 1247ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:15 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.438398 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (20.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 492ms (Views: 39.5ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2251 response_code=204 return_code=ok total_time=0.343752 Started GET "/" for 127.0.0.1 at 2020-01-27 20:25:16 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.731945 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 744ms (Views: 7.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:25:19 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:25:19 +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%3A43591%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=6454388a-1853-466c-8801-cfcbc4005e4b" for 127.0.0.1 at 2020-01-27 20:25:22 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"6454388a-1853-466c-8801-cfcbc4005e4b"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.354941 Redirected to http://localhost:43591/contacts Completed 302 Found in 358ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:23 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.263038 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (11.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 301ms (Views: 32.2ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:25:23 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 9ms (Views: 5.9ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:25:24 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.4434 Redirected to http://localhost:43591/contacts Completed 302 Found in 454ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:24 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.317006 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (6.3ms) Rendered shared/_header.html.erb (0.8ms) Completed 200 OK in 347ms (Views: 17.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/2301" for 127.0.0.1 at 2020-01-27 20:25:25 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"2301"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.267902 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2301?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.260268 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.228782 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.317426 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (35.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1266ms (Views: 50.2ms | ActiveRecord: 0.0ms) Started PUT "/contacts/2301" for 127.0.0.1 at 2020-01-27 20:25:27 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"address"=>"", "annualrevenue"=>"", "city"=>"", "company"=>"", "company_size"=>"", "country"=>"", "date_of_birth"=>"", "degree"=>"", "email"=>"test_email@q.com", "fax"=>"", "field_of_study"=>"", "firstname"=>"test_firstname", "gender"=>"", "graduation_date"=>"", "hs_content_membership_notes"=>"", "hs_facebookid"=>"", "hs_google_click_id"=>"", "hs_googleplusid"=>"", "hs_linkedinid"=>"", "hs_twitterid"=>"", "hubspot_owner_id"=>"", "industry"=>"", "job_function"=>"", "jobtitle"=>"", "lastname"=>"test_lastname", "linkedinbio"=>"", "marital_status"=>"", "message"=>"", "military_status"=>"", "mobilephone"=>"", "owneremail"=>"", "ownername"=>"", "phone"=>"", "photo"=>"", "relationship_status"=>"", "salutation"=>"", "school"=>"", "seniority"=>"", "start_date"=>"", "state"=>"", "twitterbio"=>"", "twitterhandle"=>"", "twitterprofilephoto"=>"", "website"=>"", "work_email"=>"", "zip"=>""}, "commit"=>"Save", "id"=>"2301"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.278041 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2301?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.398896 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/2301 response_code=200 return_code=ok total_time=0.358917 Redirected to http://localhost:43591/contacts Completed 302 Found in 1214ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:28 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.490344 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 502ms (Views: 7.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:25:29 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.357691 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (9.6ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 389ms (Views: 24.5ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2301 response_code=204 return_code=ok total_time=0.294615 Started GET "/" for 127.0.0.1 at 2020-01-27 20:25:30 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:25:30 +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%3A43591%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=306bb9cd-8e57-47da-b507-cc9ab5e9d84f" for 127.0.0.1 at 2020-01-27 20:25:34 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"306bb9cd-8e57-47da-b507-cc9ab5e9d84f"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.256445 Redirected to http://localhost:43591/contacts Completed 302 Found in 261ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:34 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.261535 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 274ms (Views: 6.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:25:35 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:25:35 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:25:35 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:25:36 +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%3A43591%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=3e8df980-de4d-489e-b419-9110b2230d59" for 127.0.0.1 at 2020-01-27 20:25:39 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"3e8df980-de4d-489e-b419-9110b2230d59"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.344479 Redirected to http://localhost:43591/contacts Completed 302 Found in 348ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:39 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.592045 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 605ms (Views: 8.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-27 20:25:40 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:25:40 +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%3A43591%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=cb11ba39-047a-462c-b787-35dead37e620" for 127.0.0.1 at 2020-01-27 20:25:44 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"cb11ba39-047a-462c-b787-35dead37e620"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.219147 Redirected to http://localhost:43591/contacts Completed 302 Found in 222ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:44 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.261034 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 274ms (Views: 6.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-ed4b70a0ddeec11a0954d04aea7ffddb1be4daafbc39560bae26e15106abacf3.css" for 127.0.0.1 at 2020-01-27 20:25:45 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:25:45 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:25:45 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.533537 Redirected to http://localhost:43591/contacts Completed 302 Found in 544ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:46 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.24622 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (10.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 291ms (Views: 24.5ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-01-27 20:25:46 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/search response_code=200 return_code=ok total_time=0.24144 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 250ms (Views: 3.9ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2351 response_code=204 return_code=ok total_time=0.457362 Started GET "/" for 127.0.0.1 at 2020-01-27 20:25:47 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-27 20:25:47 +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%3A43591%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=2b0c95a3-5d83-4ac9-b7ce-7aa8e7224463" for 127.0.0.1 at 2020-01-27 20:25:52 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"2b0c95a3-5d83-4ac9-b7ce-7aa8e7224463"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.279907 Redirected to http://localhost:43591/contacts Completed 302 Found in 282ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:52 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.263553 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 270ms (Views: 4.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-27 20:25:52 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-27 20:25:53 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.452393 Redirected to http://localhost:43591/contacts Completed 302 Found in 455ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-27 20:25:53 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.285168 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 307ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=wrong_email%40q.com" for 127.0.0.1 at 2020-01-27 20:25:54 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"wrong_email@q.com"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/search response_code=200 return_code=ok total_time=0.381932 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 395ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=" for 127.0.0.1 at 2020-01-27 20:25:54 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>""} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.233875 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (10.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 253ms (Views: 15.3ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/2401 response_code=204 return_code=ok total_time=0.352145 Started GET "/" for 127.0.0.1 at 2020-01-28 14:30:44 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:37057/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:30:44 +0300 Processing by Oauth::AuthorizationController#login as HTML Completed 406 Not Acceptable in 6ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:30:44 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:37057/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:30:44 +0300 Processing by Oauth::AuthorizationController#login as HTML Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:30:44 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:37057/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:30:44 +0300 Processing by Oauth::AuthorizationController#login as HTML Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:30:44 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:37057/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:30:44 +0300 Processing by Oauth::AuthorizationController#login as HTML Completed 406 Not Acceptable in 0ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:31:42 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 11ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:31:42 +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 317ms (Views: 315.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-b4aef8a7c02dce6cf2725fa5bf4e59dbcdb6aa1e6f3a531f6ce61a0c9f22aa0e.css" for 127.0.0.1 at 2020-01-28 14:31:42 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-01-28 14:31:42 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-01-28 14:31:43 +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%3A42225%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=f7e09d11-0353-4c6f-b2db-22459848f87d" for 127.0.0.1 at 2020-01-28 14:32:00 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"f7e09d11-0353-4c6f-b2db-22459848f87d"} ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.741607 Redirected to http://localhost:42225/contacts Completed 302 Found in 749ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:01 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.261076 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 277ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-28 14:32:01 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-28 14:32:02 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.688436 Redirected to http://localhost:42225/contacts Completed 302 Found in 693ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:02 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.252103 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (6.2ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 271ms (Views: 13.8ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5051 response_code=204 return_code=ok total_time=0.765713 Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:04 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:32:04 +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 (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-28 14:32:04 +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%3A42225%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=7ebc6ec2-1b02-4aea-8474-4cd62eb46171" for 127.0.0.1 at 2020-01-28 14:32:07 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"7ebc6ec2-1b02-4aea-8474-4cd62eb46171"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.246555 Redirected to http://localhost:42225/contacts Completed 302 Found in 249ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:07 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.317885 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.1ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 339ms (Views: 15.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-b4aef8a7c02dce6cf2725fa5bf4e59dbcdb6aa1e6f3a531f6ce61a0c9f22aa0e.css" for 127.0.0.1 at 2020-01-28 14:32:08 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-01-28 14:32:08 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-28 14:32:08 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=400 return_code=ok total_time=0.287551 Redirected to http://localhost:42225/contacts/new Completed 302 Found in 292ms (ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-28 14:32:08 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:09 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:32:09 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-28 14:32:09 +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%3A42225%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=31f2c7aa-a2ca-4397-b8b1-264599b2da73" for 127.0.0.1 at 2020-01-28 14:32:12 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"31f2c7aa-a2ca-4397-b8b1-264599b2da73"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.303409 Redirected to http://localhost:42225/contacts Completed 302 Found in 307ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:12 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.390246 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 414ms (Views: 16.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-28 14:32:13 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-28 14:32:13 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.56095 Redirected to http://localhost:42225/contacts Completed 302 Found in 564ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:14 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.24126 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 262ms (Views: 10.9ms | ActiveRecord: 0.0ms) Started DELETE "/contacts/5101" for 127.0.0.1 at 2020-01-28 14:32:14 +0300 Processing by ContactsController#destroy as HTML Parameters: {"id"=>"5101"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.294776 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5101?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.221748 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5101 response_code=204 return_code=ok total_time=0.308291 Redirected to http://localhost:42225/contacts Completed 302 Found in 885ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:15 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.275401 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (9.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 307ms (Views: 16.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:15 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:32:15 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-28 14:32:16 +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%3A42225%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=d22e77f5-8e7d-41a4-91a5-36829fd0d813" for 127.0.0.1 at 2020-01-28 14:32:18 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"d22e77f5-8e7d-41a4-91a5-36829fd0d813"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.273738 Redirected to http://localhost:42225/contacts Completed 302 Found in 284ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:19 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.238174 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 259ms (Views: 11.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-28 14:32:19 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-28 14:32:19 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.396621 Redirected to http://localhost:42225/contacts Completed 302 Found in 404ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:20 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.275835 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (16.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 318ms (Views: 24.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-01-28 14:32:20 +0300 Processing by ContactsController#export as CSV ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=10 response_code=200 return_code=ok total_time=0.640529 Rendering text template Rendered text template (0.1ms) Sent data contacts-2020-01-28.csv (5.5ms) Completed 200 OK in 657ms (Views: 4.9ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5151 response_code=204 return_code=ok total_time=0.32669 Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:26 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:32:26 +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 (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-28 14:32:26 +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%3A42225%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=96577d22-164f-452d-82b1-73e3e1fab1f9" for 127.0.0.1 at 2020-01-28 14:32:29 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"96577d22-164f-452d-82b1-73e3e1fab1f9"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.267754 Redirected to http://localhost:42225/contacts Completed 302 Found in 271ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:29 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.246894 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 272ms (Views: 17.2ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-28 14:32:29 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-28 14:32:29 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.426732 Redirected to http://localhost:42225/contacts Completed 302 Found in 432ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:30 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.387619 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (4.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 406ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/5201" for 127.0.0.1 at 2020-01-28 14:32:30 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"5201"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.278395 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5201?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.229469 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.319753 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.560541 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (36.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1568ms (Views: 42.9ms | ActiveRecord: 0.0ms) Started PUT "/contacts/5201" for 127.0.0.1 at 2020-01-28 14:32:32 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"address"=>"", "annualrevenue"=>"", "city"=>"", "company"=>"", "company_size"=>"", "country"=>"", "date_of_birth"=>"", "degree"=>"", "email"=>"new_test_email@q.com", "fax"=>"", "field_of_study"=>"", "firstname"=>"", "gender"=>"", "graduation_date"=>"", "hs_content_membership_notes"=>"", "hs_facebookid"=>"", "hs_google_click_id"=>"", "hs_googleplusid"=>"", "hs_linkedinid"=>"", "hs_twitterid"=>"", "hubspot_owner_id"=>"", "industry"=>"", "job_function"=>"", "jobtitle"=>"", "lastname"=>"", "linkedinbio"=>"", "marital_status"=>"", "message"=>"", "military_status"=>"", "mobilephone"=>"", "owneremail"=>"", "ownername"=>"", "phone"=>"", "photo"=>"", "relationship_status"=>"", "salutation"=>"", "school"=>"", "seniority"=>"", "start_date"=>"", "state"=>"", "twitterbio"=>"", "twitterhandle"=>"", "twitterprofilephoto"=>"", "website"=>"", "work_email"=>"", "zip"=>""}, "commit"=>"Save", "id"=>"5201"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.314558 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5201?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.300555 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/5201 response_code=200 return_code=ok total_time=0.695886 Redirected to http://localhost:42225/contacts Completed 302 Found in 1453ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:34 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.585372 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (10.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 622ms (Views: 25.2ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5201 response_code=204 return_code=ok total_time=0.298716 Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:35 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.309042 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (7.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 328ms (Views: 11.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:37 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:32:37 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-28 14:32:38 +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%3A42225%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=bd0e47a3-4263-4de5-83fa-ab8b9a97f496" for 127.0.0.1 at 2020-01-28 14:32:40 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"bd0e47a3-4263-4de5-83fa-ab8b9a97f496"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.199943 Redirected to http://localhost:42225/contacts Completed 302 Found in 203ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:40 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.552143 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 570ms (Views: 10.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-28 14:32:41 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-28 14:32:41 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.813584 Redirected to http://localhost:42225/contacts Completed 302 Found in 817ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:42 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.252057 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 269ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/5251" for 127.0.0.1 at 2020-01-28 14:32:42 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"5251"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.271136 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5251?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.208234 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.241057 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/owners/ response_code=200 return_code=ok total_time=0.283657 Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (16.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1208ms (Views: 21.3ms | ActiveRecord: 0.0ms) Started PUT "/contacts/5251" for 127.0.0.1 at 2020-01-28 14:32:44 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"address"=>"", "annualrevenue"=>"", "city"=>"", "company"=>"", "company_size"=>"", "country"=>"", "date_of_birth"=>"", "degree"=>"", "email"=>"test_email@q.com", "fax"=>"", "field_of_study"=>"", "firstname"=>"test_firstname", "gender"=>"", "graduation_date"=>"", "hs_content_membership_notes"=>"", "hs_facebookid"=>"", "hs_google_click_id"=>"", "hs_googleplusid"=>"", "hs_linkedinid"=>"", "hs_twitterid"=>"", "hubspot_owner_id"=>"", "industry"=>"", "job_function"=>"", "jobtitle"=>"", "lastname"=>"test_lastname", "linkedinbio"=>"", "marital_status"=>"", "message"=>"", "military_status"=>"", "mobilephone"=>"", "owneremail"=>"", "ownername"=>"", "phone"=>"", "photo"=>"", "relationship_status"=>"", "salutation"=>"", "school"=>"", "seniority"=>"", "start_date"=>"", "state"=>"", "twitterbio"=>"", "twitterhandle"=>"", "twitterprofilephoto"=>"", "website"=>"", "work_email"=>"", "zip"=>""}, "commit"=>"Save", "id"=>"5251"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/properties/contacts response_code=200 return_code=ok total_time=0.824286 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5251?properties=company_size&properties=date_of_birth&properties=degree&properties=field_of_study&properties=gender&properties=graduation_date&properties=hs_content_membership_notes&properties=hs_facebookid&properties=hs_google_click_id&properties=hs_googleplusid&properties=hs_linkedinid&properties=hs_twitterid&properties=job_function&properties=marital_status&properties=military_status&properties=relationship_status&properties=school&properties=seniority&properties=start_date&properties=work_email&properties=firstname&properties=twitterhandle&properties=lastname&properties=salutation&properties=twitterprofilephoto&properties=email&properties=mobilephone&properties=phone&properties=fax&properties=address&properties=owneremail&properties=ownername&properties=city&properties=linkedinbio&properties=twitterbio&properties=state&properties=zip&properties=country&properties=jobtitle&properties=photo&properties=message&properties=company&properties=website&properties=annualrevenue&properties=industry&properties=hubspot_owner_id response_code=200 return_code=ok total_time=0.306457 ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/5251 response_code=200 return_code=ok total_time=0.397824 Redirected to http://localhost:42225/contacts Completed 302 Found in 1583ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:45 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.408138 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (8.3ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 436ms (Views: 17.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:46 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.353385 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (3.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 366ms (Views: 8.1ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5251 response_code=204 return_code=ok total_time=0.447457 Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:47 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:32:47 +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 (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-28 14:32:47 +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%3A42225%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=870bc561-d210-46c0-93a1-37187693486e" for 127.0.0.1 at 2020-01-28 14:32:51 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"870bc561-d210-46c0-93a1-37187693486e"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.268783 Redirected to http://localhost:42225/contacts Completed 302 Found in 272ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:51 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.244074 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (5.2ms) Rendered shared/_header.html.erb (0.4ms) Completed 200 OK in 283ms (Views: 33.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:51 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.1ms) Rendered shared/_header.html.erb (0.4ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:52 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:32:52 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:52 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:32:52 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-28 14:32:52 +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%3A42225%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=dd3a9aa0-8074-4636-ac6c-688936d97581" for 127.0.0.1 at 2020-01-28 14:32:56 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"dd3a9aa0-8074-4636-ac6c-688936d97581"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.197242 Redirected to http://localhost:42225/contacts Completed 302 Found in 200ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:56 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.270894 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (8.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 302ms (Views: 24.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-01-28 14:32:56 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:32:56 +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 (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-28 14:32:56 +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%3A42225%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=8e9f0401-a8ce-427b-90db-e1be19cbc632" for 127.0.0.1 at 2020-01-28 14:32:59 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"8e9f0401-a8ce-427b-90db-e1be19cbc632"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.268029 Redirected to http://localhost:42225/contacts Completed 302 Found in 277ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:32:59 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.747307 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 753ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-28 14:33:01 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-28 14:33:01 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.435195 Redirected to http://localhost:42225/contacts Completed 302 Found in 438ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:33:01 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.462967 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 475ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-01-28 14:33:02 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/search response_code=200 return_code=ok total_time=0.238631 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 249ms (Views: 7.0ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5301 response_code=204 return_code=ok total_time=0.46314 Started GET "/" for 127.0.0.1 at 2020-01-28 14:33:03 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:42225/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-01-28 14:33:03 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-01-28 14:33:03 +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%3A42225%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=09005a96-0a63-4efe-989b-f875d3a6d2ae" for 127.0.0.1 at 2020-01-28 14:33:05 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"09005a96-0a63-4efe-989b-f875d3a6d2ae"} ETHON: performed EASY effective_url=https://api.hubapi.com/oauth/v1/token response_code=200 return_code=ok total_time=0.238981 Redirected to http://localhost:42225/contacts Completed 302 Found in 243ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:33:06 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.376304 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (2.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 392ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-01-28 14:33:06 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-01-28 14:33:06 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts response_code=201 return_code=ok total_time=0.510538 Redirected to http://localhost:42225/contacts Completed 302 Found in 514ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-01-28 14:33:07 +0300 Processing by ContactsController#index as HTML ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.39448 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 401ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=wrong_email%40q.com" for 127.0.0.1 at 2020-01-28 14:33:07 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"wrong_email@q.com"} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contacts/search response_code=200 return_code=ok total_time=0.365929 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.7ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 373ms (Views: 3.8ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=" for 127.0.0.1 at 2020-01-28 14:33:08 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>""} ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact?limit=100 response_code=200 return_code=ok total_time=0.519802 Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (9.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 545ms (Views: 17.6ms | ActiveRecord: 0.0ms) ETHON: performed EASY effective_url=https://api.hubapi.com/crm/v3/objects/contact/5351 response_code=204 return_code=ok total_time=0.777294 Started GET "/" for 127.0.0.1 at 2020-03-05 16:30:46 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:30: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.0ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 256ms (Views: 255.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-b4aef8a7c02dce6cf2725fa5bf4e59dbcdb6aa1e6f3a531f6ce61a0c9f22aa0e.css" for 127.0.0.1 at 2020-03-05 16:30:46 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-03-05 16:30:46 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:30:47 +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%3A46791%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=f0a3a245-7142-4ad8-81a5-8fb7087f6e4b" for 127.0.0.1 at 2020-03-05 16:31:09 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"f0a3a245-7142-4ad8-81a5-8fb7087f6e4b"} Redirected to http://localhost:46791/contacts Completed 302 Found in 283ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:31:09 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (25.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1042ms (Views: 28.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-b4aef8a7c02dce6cf2725fa5bf4e59dbcdb6aa1e6f3a531f6ce61a0c9f22aa0e.css" for 127.0.0.1 at 2020-03-05 16:31:10 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:31:11 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.6ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:31:11 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:46791/contacts Completed 302 Found in 346ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:31:11 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (22.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 706ms (Views: 24.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:31:22 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:31:22 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:31:22 +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%3A46791%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=59443f57-96e8-46dd-ae03-3bb0d5bec13c" for 127.0.0.1 at 2020-03-05 16:31:24 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"59443f57-96e8-46dd-ae03-3bb0d5bec13c"} Redirected to http://localhost:46791/contacts Completed 302 Found in 310ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:31:25 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (25.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 697ms (Views: 28.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:31:26 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:31:26 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} Redirected to http://localhost:46791/contacts/new Completed 302 Found in 368ms (ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:31:26 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:31:26 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:31:26 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:31:26 +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%3A46791%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=f12a9425-fff2-4e15-9439-92d2a9b1eae3" for 127.0.0.1 at 2020-03-05 16:31:30 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"f12a9425-fff2-4e15-9439-92d2a9b1eae3"} Redirected to http://localhost:46791/contacts Completed 302 Found in 280ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:31:30 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (40.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 870ms (Views: 45.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-b4aef8a7c02dce6cf2725fa5bf4e59dbcdb6aa1e6f3a531f6ce61a0c9f22aa0e.css" for 127.0.0.1 at 2020-03-05 16:31:31 +0300 Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:31:31 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:31:31 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:46791/contacts Completed 302 Found in 386ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:31:31 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (16.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 728ms (Views: 17.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:31:43 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:31:43 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:31:43 +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%3A46791%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=08c10a9e-9700-4285-b217-fa4652bd991c" for 127.0.0.1 at 2020-03-05 16:31:47 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"08c10a9e-9700-4285-b217-fa4652bd991c"} Redirected to http://localhost:46791/contacts Completed 302 Found in 318ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:31:48 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (41.7ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 714ms (Views: 45.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:31:48 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:31:49 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:46791/contacts Completed 302 Found in 428ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:31:49 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (21.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 579ms (Views: 23.2ms | ActiveRecord: 0.0ms) Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-03-05 16:31:50 +0300 Processing by ContactsController#export as CSV Rendering text template Rendered text template (0.0ms) Sent data contacts-2020-03-05.csv (3.5ms) Completed 200 OK in 7632ms (Views: 3.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:31:58 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:31:58 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:31:58 +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%3A46791%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=67f65b66-fa52-4076-9f12-582cae4d08c0" for 127.0.0.1 at 2020-03-05 16:32:02 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"67f65b66-fa52-4076-9f12-582cae4d08c0"} Redirected to http://localhost:46791/contacts Completed 302 Found in 368ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:32:02 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (19.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 829ms (Views: 20.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:32:03 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:32:03 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:46791/contacts Completed 302 Found in 338ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:32:04 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (18.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 586ms (Views: 19.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:32:14 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (22.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 882ms (Views: 24.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:32:17 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:32:17 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:32:18 +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%3A46791%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=45fc9fc5-8fe3-4e4c-a040-8eb155787356" for 127.0.0.1 at 2020-03-05 16:32:21 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"45fc9fc5-8fe3-4e4c-a040-8eb155787356"} Redirected to http://localhost:46791/contacts Completed 302 Found in 1017ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:32:22 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (25.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 831ms (Views: 28.4ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:32:23 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:32:23 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:46791/contacts Completed 302 Found in 328ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:32:24 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (23.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 850ms (Views: 25.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:32:35 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (19.6ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 760ms (Views: 21.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:32:38 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:32:38 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:32:38 +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%3A46791%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=3e453c98-fc10-4390-b663-d7fc527ece14" for 127.0.0.1 at 2020-03-05 16:32:40 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"3e453c98-fc10-4390-b663-d7fc527ece14"} Redirected to http://localhost:46791/contacts Completed 302 Found in 657ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:32:41 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (17.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 530ms (Views: 19.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:32:42 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (1.1ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:32:42 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:32:42 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:32:42 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:32:42 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:32:42 +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%3A46791%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=8a04cc04-692c-410c-9e20-166bbd0f534e" for 127.0.0.1 at 2020-03-05 16:32:47 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"8a04cc04-692c-410c-9e20-166bbd0f534e"} Redirected to http://localhost:46791/contacts Completed 302 Found in 290ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:32:47 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (42.7ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 522ms (Views: 47.6ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:32:48 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:32:48 +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 (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:32:48 +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%3A46791%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=281eab33-50dd-4311-9e0b-6707d38bc844" for 127.0.0.1 at 2020-03-05 16:32:51 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"281eab33-50dd-4311-9e0b-6707d38bc844"} Redirected to http://localhost:46791/contacts Completed 302 Found in 280ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:32:51 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (17.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1280ms (Views: 20.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:32:53 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:32:53 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:46791/contacts Completed 302 Found in 1560ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:32:54 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (23.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2151ms (Views: 24.3ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-03-05 16:32:57 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.7ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 746ms (Views: 13.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:33:00 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:46791/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:33:00 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:33:00 +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%3A46791%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=3cdb396a-7cc3-48bb-94b7-4afea7be32e8" for 127.0.0.1 at 2020-03-05 16:33:04 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"3cdb396a-7cc3-48bb-94b7-4afea7be32e8"} Redirected to http://localhost:46791/contacts Completed 302 Found in 2137ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:33:06 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (70.9ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 5734ms (Views: 79.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:33:12 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:33:12 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:46791/contacts Completed 302 Found in 552ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:33:13 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (21.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 658ms (Views: 22.8ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=wrong_email%40q.com" for 127.0.0.1 at 2020-03-05 16:33:14 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"wrong_email@q.com"} Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 376ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=" for 127.0.0.1 at 2020-03-05 16:33:14 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>""} Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (24.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 482ms (Views: 30.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:41:04 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:39789/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 5ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:41:04 +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.2ms) Completed 200 OK in 212ms (Views: 210.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-b4aef8a7c02dce6cf2725fa5bf4e59dbcdb6aa1e6f3a531f6ce61a0c9f22aa0e.css" for 127.0.0.1 at 2020-03-05 16:41:04 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-03-05 16:41:04 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:41:05 +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%3A39789%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:42:07 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:33453/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:42:07 +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 (0.6ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 229ms (Views: 228.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-b4aef8a7c02dce6cf2725fa5bf4e59dbcdb6aa1e6f3a531f6ce61a0c9f22aa0e.css" for 127.0.0.1 at 2020-03-05 16:42:08 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-03-05 16:42:08 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:42:09 +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%3A33453%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=4ef291d3-f84d-40be-a22d-a7473aad0dcf" for 127.0.0.1 at 2020-03-05 16:42:27 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"4ef291d3-f84d-40be-a22d-a7473aad0dcf"} Redirected to http://localhost:33453/contacts Completed 302 Found in 378ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:42:27 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (28.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 940ms (Views: 32.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:42:28 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:42:28 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:33453/contacts Completed 302 Found in 942ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:42:29 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (9.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 866ms (Views: 10.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:42:40 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:33453/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:42:40 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:42:40 +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%3A33453%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=338c4ce6-aa21-48be-bfcf-bae8f650c9a2" for 127.0.0.1 at 2020-03-05 16:42:43 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"338c4ce6-aa21-48be-bfcf-bae8f650c9a2"} Redirected to http://localhost:33453/contacts Completed 302 Found in 282ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:42:43 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (29.3ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 6230ms (Views: 39.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:42:50 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:42:50 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} Redirected to http://localhost:33453/contacts/new Completed 302 Found in 286ms (ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:42:50 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.6ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:42:50 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:33453/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:42:50 +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 (0.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:42:51 +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%3A33453%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=5750141a-b777-4364-8f51-e017fdf4e43b" for 127.0.0.1 at 2020-03-05 16:42:54 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"5750141a-b777-4364-8f51-e017fdf4e43b"} Redirected to http://localhost:33453/contacts Completed 302 Found in 588ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:42:54 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (33.5ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 1039ms (Views: 38.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:42:56 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:42:56 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:33453/contacts Completed 302 Found in 373ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:42:56 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (36.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1408ms (Views: 38.4ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:43:08 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:33453/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:43:08 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:43:08 +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%3A33453%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=b43fd589-9012-4849-807e-32ee5551b38b" for 127.0.0.1 at 2020-03-05 16:43:11 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"b43fd589-9012-4849-807e-32ee5551b38b"} Redirected to http://localhost:33453/contacts Completed 302 Found in 389ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:43:11 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (19.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 590ms (Views: 21.4ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:43:12 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:43:12 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:33453/contacts Completed 302 Found in 376ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:43:13 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (24.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 913ms (Views: 26.2ms | ActiveRecord: 0.0ms) Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-03-05 16:43:14 +0300 Processing by ContactsController#export as CSV Rendering text template Rendered text template (0.0ms) Sent data contacts-2020-03-05.csv (2.6ms) Completed 200 OK in 8073ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:43:22 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:33453/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:43:22 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:43:22 +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%3A33453%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=391fba4b-7e52-49ba-81d0-1f5434f29923" for 127.0.0.1 at 2020-03-05 16:43:25 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"391fba4b-7e52-49ba-81d0-1f5434f29923"} Redirected to http://localhost:33453/contacts Completed 302 Found in 332ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:43:26 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (38.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 518ms (Views: 41.9ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:43:26 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:43:26 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:33453/contacts Completed 302 Found in 403ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:43:27 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (19.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 782ms (Views: 20.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:43:38 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (17.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 904ms (Views: 19.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:43:41 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:33453/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:43:41 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:43:41 +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%3A33453%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:47:12 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:44211/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 7ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:47:12 +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 (0.7ms) Rendered shared/_header.html.erb (0.3ms) Completed 200 OK in 239ms (Views: 237.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-b4aef8a7c02dce6cf2725fa5bf4e59dbcdb6aa1e6f3a531f6ce61a0c9f22aa0e.css" for 127.0.0.1 at 2020-03-05 16:47:13 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-03-05 16:47:13 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:47:14 +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%3A44211%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=5eaa4fb7-7b85-4c03-823b-7696b21efd2a" for 127.0.0.1 at 2020-03-05 16:47:31 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"5eaa4fb7-7b85-4c03-823b-7696b21efd2a"} Redirected to http://localhost:44211/contacts Completed 302 Found in 349ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:47:32 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (19.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1566ms (Views: 21.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:47:34 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.7ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:47:34 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:44211/contacts Completed 302 Found in 471ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:47:34 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (18.6ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 712ms (Views: 20.3ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-03-05 16:47:35 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.6ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1038ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 16:47:37 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:44211/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 16:47:37 +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 (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 16:47:37 +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%3A44211%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=dc532865-b2af-4d1b-b229-9b64a8af8a78" for 127.0.0.1 at 2020-03-05 16:47:40 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"dc532865-b2af-4d1b-b229-9b64a8af8a78"} Redirected to http://localhost:44211/contacts Completed 302 Found in 367ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 16:47:40 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (34.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 759ms (Views: 38.0ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:47:41 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 16:47:41 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} Redirected to http://localhost:44211/contacts/new Completed 302 Found in 331ms (ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 16:47:41 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:18:04 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:33781/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 4ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 17:18:04 +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 (0.8ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 219ms (Views: 218.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-b4aef8a7c02dce6cf2725fa5bf4e59dbcdb6aa1e6f3a531f6ce61a0c9f22aa0e.css" for 127.0.0.1 at 2020-03-05 17:18:05 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-03-05 17:18:05 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-03-05 17:18:06 +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%3A33781%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=ee60d26e-68e2-4abb-aea8-601534e2ec5f" for 127.0.0.1 at 2020-03-05 17:18:23 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"ee60d26e-68e2-4abb-aea8-601534e2ec5f"} Redirected to http://localhost:33781/contacts Completed 302 Found in 574ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:18:24 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (38.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 921ms (Views: 42.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:18:25 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 17:18:25 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:33781/contacts Completed 302 Found in 865ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:18:26 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (30.6ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 739ms (Views: 32.3ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-03-05 17:18:27 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 471ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:18:37 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:33781/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 17:18:37 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 17:18:37 +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%3A33781%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=fc38fd3b-1475-4294-8447-cd0915cd10e0" for 127.0.0.1 at 2020-03-05 17:18:43 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"fc38fd3b-1475-4294-8447-cd0915cd10e0"} Redirected to http://localhost:33781/contacts Completed 302 Found in 274ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:18:43 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (34.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1000ms (Views: 39.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:18:44 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 17:18:44 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} Redirected to http://localhost:33781/contacts/new Completed 302 Found in 372ms (ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:18:45 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (2.0ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:18:45 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:33781/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 17:18:45 +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 (0.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 17:18:45 +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%3A33781%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=119b2aed-fdb2-456c-8f7f-2cd56b82a5bb" for 127.0.0.1 at 2020-03-05 17:18:48 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"119b2aed-fdb2-456c-8f7f-2cd56b82a5bb"} Redirected to http://localhost:33781/contacts Completed 302 Found in 310ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:18:48 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (49.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1870ms (Views: 55.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:18:50 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 17:18:51 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:33781/contacts Completed 302 Found in 918ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:18:51 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (23.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 583ms (Views: 25.1ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:19:02 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:33781/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 17:19:02 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 17:19:02 +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%3A33781%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=64ceae94-4441-4896-8a27-c91964bee8cc" for 127.0.0.1 at 2020-03-05 17:19:09 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"64ceae94-4441-4896-8a27-c91964bee8cc"} Redirected to http://localhost:33781/contacts Completed 302 Found in 1103ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:19:10 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (14.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 826ms (Views: 16.1ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:19:11 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 17:19:11 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:33781/contacts Completed 302 Found in 347ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:19:11 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (23.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1065ms (Views: 24.9ms | ActiveRecord: 0.0ms) Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-03-05 17:19:13 +0300 Processing by ContactsController#export as CSV Completed in 7586ms (ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:19:31 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:37177/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 8ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 17:19:32 +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 (0.9ms) Rendered shared/_header.html.erb (0.2ms) Completed 200 OK in 257ms (Views: 255.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-b4aef8a7c02dce6cf2725fa5bf4e59dbcdb6aa1e6f3a531f6ce61a0c9f22aa0e.css" for 127.0.0.1 at 2020-03-05 17:19:32 +0300 Started GET "/assets/application-5480cd6ff3f625da5fbc65a5bacbdb0ec40f8ba6fcea845163a544913a5dd0d0.js" for 127.0.0.1 at 2020-03-05 17:19:32 +0300 Started GET "/oauth" for 127.0.0.1 at 2020-03-05 17:19:33 +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%3A37177%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=d019735d-2004-4e74-bba9-290d81f1daa1" for 127.0.0.1 at 2020-03-05 17:19:55 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"d019735d-2004-4e74-bba9-290d81f1daa1"} Redirected to http://localhost:37177/contacts Completed 302 Found in 957ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:19:56 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (44.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 749ms (Views: 49.8ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:19:56 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (1.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 17:19:57 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:37177/contacts Completed 302 Found in 370ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:19:57 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (30.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 871ms (Views: 33.2ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-03-05 17:19:58 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 428ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:19:59 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:37177/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 17:19:59 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 17:19:59 +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%3A37177%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=c548fadd-9346-43f5-9d55-9253487b95c3" for 127.0.0.1 at 2020-03-05 17:20:02 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"c548fadd-9346-43f5-9d55-9253487b95c3"} Redirected to http://localhost:37177/contacts Completed 302 Found in 292ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:20:02 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (13.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 598ms (Views: 15.6ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:20:03 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 17:20:03 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"wrong_email.com", "commit"=>"Save"} Redirected to http://localhost:37177/contacts/new Completed 302 Found in 1256ms (ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:20:04 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.8ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:20:04 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:37177/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 17:20:04 +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 (0.1ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 17:20:05 +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%3A37177%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=a92335a5-82f4-4867-b06d-2dab8c899b68" for 127.0.0.1 at 2020-03-05 17:20:08 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"a92335a5-82f4-4867-b06d-2dab8c899b68"} Redirected to http://localhost:37177/contacts Completed 302 Found in 2208ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:20:11 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (35.7ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 992ms (Views: 39.5ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:20:12 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 17:20:12 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:37177/contacts Completed 302 Found in 690ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:20:13 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (17.1ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 763ms (Views: 18.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:20:24 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:37177/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 17:20:24 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 17:20:24 +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%3A37177%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=65361e24-415b-43a4-9d4c-576e44e656b6" for 127.0.0.1 at 2020-03-05 17:20:27 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"65361e24-415b-43a4-9d4c-576e44e656b6"} Redirected to http://localhost:37177/contacts Completed 302 Found in 1128ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:20:28 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (39.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1008ms (Views: 46.3ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:20:29 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.6ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 17:20:29 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:37177/contacts Completed 302 Found in 5339ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:20:34 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (14.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 779ms (Views: 17.4ms | ActiveRecord: 0.0ms) Started GET "/contacts/export.csv" for 127.0.0.1 at 2020-03-05 17:20:35 +0300 Processing by ContactsController#export as CSV Rendering text template Rendered text template (0.0ms) Sent data contacts-2020-03-05.csv (2.2ms) Completed 200 OK in 5693ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:20:43 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:37177/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 17:20:43 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 17:20:43 +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%3A37177%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=262422a2-69dd-44d2-96eb-4e44ab57b51d" for 127.0.0.1 at 2020-03-05 17:20:46 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"262422a2-69dd-44d2-96eb-4e44ab57b51d"} Redirected to http://localhost:37177/contacts Completed 302 Found in 382ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:20:46 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (21.9ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 496ms (Views: 25.4ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:20:47 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.2ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 17:20:47 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:37177/contacts Completed 302 Found in 507ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:20:47 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (17.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1007ms (Views: 18.9ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=test_email%40q.com" for 127.0.0.1 at 2020-03-05 17:20:49 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"test_email@q.com"} Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.5ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 500ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/contacts/15801" for 127.0.0.1 at 2020-03-05 17:20:49 +0300 Processing by ContactsController#show as HTML Parameters: {"id"=>"15801"} Rendering contacts/show.html.erb within layouts/application Rendered contacts/show.html.erb within layouts/application (18.4ms) Rendered shared/_header.html.erb (0.1ms) Completed 200 OK in 2515ms (Views: 22.8ms | ActiveRecord: 0.0ms) Started PUT "/contacts/15801" for 127.0.0.1 at 2020-03-05 17:20:52 +0300 Processing by ContactsController#update as HTML Parameters: {"utf8"=>"✓", "contact"=>{"email"=>"new_test_email@q.com", "firstname"=>"", "lastname"=>""}, "commit"=>"Save", "id"=>"15801"} Redirected to http://localhost:37177/contacts Completed 302 Found in 2045ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:20:54 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (23.8ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1089ms (Views: 25.8ms | ActiveRecord: 0.0ms) Started GET "/contacts?utf8=%E2%9C%93&search=new_test_email%40q.com" for 127.0.0.1 at 2020-03-05 17:20:55 +0300 Processing by ContactsController#index as HTML Parameters: {"utf8"=>"✓", "search"=>"new_test_email@q.com"} Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (0.4ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 349ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:20:57 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (13.9ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 535ms (Views: 15.0ms | ActiveRecord: 0.0ms) Started GET "/" for 127.0.0.1 at 2020-03-05 17:21:00 +0300 Processing by ContactsController#index as HTML Redirected to http://localhost:37177/login Filter chain halted as :authorize rendered or redirected Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/login" for 127.0.0.1 at 2020-03-05 17:21:00 +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 (0.0ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/oauth" for 127.0.0.1 at 2020-03-05 17:21:00 +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%3A37177%2Foauth%2Fcallback&scope=contacts& Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/oauth/callback?code=9723d65a-acde-46a0-955b-f6333f92b9cb" for 127.0.0.1 at 2020-03-05 17:21:03 +0300 Processing by Oauth::AuthorizationController#callback as HTML Parameters: {"code"=>"9723d65a-acde-46a0-955b-f6333f92b9cb"} Redirected to http://localhost:37177/contacts Completed 302 Found in 597ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:21:04 +0300 Processing by ContactsController#index as HTML Rendering contacts/index.html.erb within layouts/application Rendered contacts/index.html.erb within layouts/application (38.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 821ms (Views: 43.6ms | ActiveRecord: 0.0ms) Started GET "/contacts/new" for 127.0.0.1 at 2020-03-05 17:21:05 +0300 Processing by ContactsController#new as HTML Rendering contacts/new.html.erb within layouts/application Rendered contacts/new.html.erb within layouts/application (0.3ms) Rendered shared/_header.html.erb (0.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started POST "/contacts" for 127.0.0.1 at 2020-03-05 17:21:05 +0300 Processing by ContactsController#create as HTML Parameters: {"utf8"=>"✓", "email"=>"test_email@q.com", "commit"=>"Save"} Redirected to http://localhost:37177/contacts Completed 302 Found in 700ms (ActiveRecord: 0.0ms) Started GET "/contacts" for 127.0.0.1 at 2020-03-05 17:21:05 +0300 Processing by ContactsController#index as HTML Completed in 189ms (ActiveRecord: 0.0ms)