(0.1ms) begin transaction ------------------------- Apidoco::Test: test_truth -------------------------  (0.1ms) rollback transaction  (0.1ms) SELECT sqlite_version(*)  (87.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (64.6ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (68.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.7ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:19:55.219690"], ["updated_at", "2018-12-28 17:19:55.219690"]]  (72.1ms) commit transaction ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT sqlite_version(*)  (101.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (66.9ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (97.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:20:16.963841"], ["updated_at", "2018-12-28 17:20:16.963841"]]  (76.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT sqlite_version(*)  (88.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (81.4ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (72.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:22:20.673777"], ["updated_at", "2018-12-28 17:22:20.673777"]]  (56.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 22:52:21 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:43319/apidoco/apis/v1 Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 22:52:21 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.5ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (4.9ms) Completed 200 OK in 642ms (Views: 640.0ms | ActiveRecord: 0.0ms) Started GET "/assets/apidoco/application-fd5ff4c44826c287299486fa38a1d99e49ad246e3d4d03d0b39ca0fc7c6181b7.css" for 127.0.0.1 at 2018-12-28 22:52:21 +0530 Started GET "/assets/apidoco/application-2a74775aedd30b28e332bc8f060e37ac2fa9939847147d8c4ee7b62bf07ff8ad.js" for 127.0.0.1 at 2018-12-28 22:52:21 +0530  (0.2ms) rollback transaction  (0.1ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 22:52:22 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:43319/apidoco/apis/v1 Completed 302 Found in 2ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 22:52:22 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.7ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:43319/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:43319/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.7ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:43319/apidoco/apis/v1 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:43319/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.6ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:43319/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:43319/apidoco/apis/v1 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 22:52:23 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT sqlite_version(*)  (80.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (72.2ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (65.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.6ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.2ms) begin transaction ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:35:18.074414"], ["updated_at", "2018-12-28 17:35:18.074414"]]  (75.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT sqlite_version(*)  (108.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (91.9ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (95.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.2ms) begin transaction ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:35:19.420551"], ["updated_at", "2018-12-28 17:35:19.420551"]]  (86.5ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT sqlite_version(*)  (80.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (81.7ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (64.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:35:20.722891"], ["updated_at", "2018-12-28 17:35:20.722891"]]  (59.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT sqlite_version(*)  (63.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (71.7ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (84.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.2ms) begin transaction ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:35:21.943182"], ["updated_at", "2018-12-28 17:35:21.943182"]]  (80.4ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.2ms) SELECT sqlite_version(*)  (73.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (75.9ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (79.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.3ms) begin transaction ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:35:23.196310"], ["updated_at", "2018-12-28 17:35:23.196310"]]  (62.4ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT sqlite_version(*)  (112.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (56.2ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (106.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.5ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:35:24.482293"], ["updated_at", "2018-12-28 17:35:24.482293"]]  (92.7ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.2ms) begin transaction  (0.1ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT sqlite_version(*)  (78.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (80.5ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (67.4ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:41:44.134690"], ["updated_at", "2018-12-28 17:41:44.134690"]]  (56.4ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:11:44 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:32775/apidoco/apis/v1 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:11:44 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.3ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (2.6ms) Completed 200 OK in 107ms (Views: 105.3ms | ActiveRecord: 0.0ms) Started GET "/assets/apidoco/application-fd5ff4c44826c287299486fa38a1d99e49ad246e3d4d03d0b39ca0fc7c6181b7.css" for 127.0.0.1 at 2018-12-28 23:11:44 +0530 Started GET "/assets/apidoco/application-2a74775aedd30b28e332bc8f060e37ac2fa9939847147d8c4ee7b62bf07ff8ad.js" for 127.0.0.1 at 2018-12-28 23:11:44 +0530  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:11:44 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:32775/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:11:44 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:11:44 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:32775/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:11:44 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:11:45 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:32775/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:11:45 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:11:45 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:32775/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:11:45 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:11:45 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:32775/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:11:45 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.6ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:11:45 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:32775/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:11:45 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:11:45 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:32775/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:11:45 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.7ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT sqlite_version(*)  (70.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (75.3ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (79.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:42:07.190800"], ["updated_at", "2018-12-28 17:42:07.190800"]]  (65.8ms) commit transaction ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) SELECT sqlite_version(*)  (75.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (68.2ms) INSERT INTO "schema_migrations" (version) VALUES (0)  (86.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2018-12-28 17:44:45.217233"], ["updated_at", "2018-12-28 17:44:45.217233"]]  (59.2ms) commit transaction ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.2ms) begin transaction  (0.2ms) commit transaction  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:14:45 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:34269/apidoco/apis/v1 Completed 302 Found in 3ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:14:45 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.3ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (4.1ms) Completed 200 OK in 162ms (Views: 159.1ms | ActiveRecord: 0.0ms) Started GET "/assets/apidoco/application-2a74775aedd30b28e332bc8f060e37ac2fa9939847147d8c4ee7b62bf07ff8ad.js" for 127.0.0.1 at 2018-12-28 23:14:45 +0530 Started GET "/assets/apidoco/application-fd5ff4c44826c287299486fa38a1d99e49ad246e3d4d03d0b39ca0fc7c6181b7.css" for 127.0.0.1 at 2018-12-28 23:14:45 +0530  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:14:45 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:34269/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:14:45 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:14:45 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:34269/apidoco/apis/v1 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:14:45 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:14:46 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:34269/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:14:46 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.7ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:14:46 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:34269/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:14:46 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (1.3ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:14:46 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:34269/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:14:46 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.9ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:14:46 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:34269/apidoco/apis/v1 Completed 302 Found in 0ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:14:46 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.7ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Started GET "/apidoco" for 127.0.0.1 at 2018-12-28 23:14:46 +0530 Processing by Apidoco::ApisController#index as HTML Redirected to http://127.0.0.1:34269/apidoco/apis/v1 Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2018-12-28 23:14:46 +0530 Processing by Apidoco::ApisController#show as HTML Parameters: {"id"=>"v1"} Rendering /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.1ms) Rendered /home/al/projects/apidoco/source-code/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (3.9ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction