apidoco 1.6.3 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (27) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +40 -1
  3. data/app/assets/javascripts/apidoco/application.js +1 -1
  4. data/app/assets/javascripts/apidoco/components/tabbed/ad-tabbed.html +12 -2
  5. data/app/assets/javascripts/apidoco/components/tabbed/body-properties/ad-body-properties.html +24 -0
  6. data/app/assets/javascripts/apidoco/components/tabbed/body-properties/ad-body-properties.js.erb +10 -0
  7. data/lib/apidoco/version.rb +1 -1
  8. data/spec/dummy/db/test.sqlite3 +0 -0
  9. data/spec/dummy/log/test.log +899 -0
  10. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/5P/5PyX9LUUnvk2yCGAu2c-6RgdsVJ2uf40ZvLoFo9sPnI.cache +0 -0
  11. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/5d/5d5i2ksSDnXEtQ6P2zF5Z98z6Pmta5W0j38YMWOi2mo.cache +1 -0
  12. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Ac/AcAKKprKGeFNcOnnJIUGZQ6hbpElKkOZYO5ZDOyeZiw.cache +1 -0
  13. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/C_/C_916lyAFL4vs8ne06_zGBAPc1lyaukoshRRLsuxrtI.cache +1 -0
  14. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Dl/DlziLzJTGz5hNwsRIjjshzkvit_ljL7nrpWD9bG2YR0.cache +3 -0
  15. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Lv/lvQBcpnsZqJC02PhJUTPYrTniDqZTEhqX1AuY8ZJBGM.cache +0 -0
  16. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/PB/pBrVt-SuRmtAue65wAVOOgyuIDHDiel1mMgb21m_ZAg.cache +1 -0
  17. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/Sa/SaBx-FPNZTjU_Vi2aYyFJsbrdjS62x12konFyeymHqg.cache +0 -0
  18. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/jf/JfmH5fU02KWi-C5eDozKKrXIzwobATsFDxM0HM0g2L8.cache +0 -0
  19. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/nu/nuQlV8s-WNx9bZdLMBTWkiLp68YiJG2tCIvdlXw8gQg.cache +0 -0
  20. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/oX/oXIyG9xkq6OtFnjdWXI0nqnWBxVbH6PrzU6A6r3yZcg.cache +0 -0
  21. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/tG/tGoQ5-IxNNWcYZ6uVXTPtQPaXP_cSjwp0zGJY2bza7Y.cache +1 -0
  22. data/spec/dummy/tmp/cache/assets/sprockets/v4.0.0/tv/tvI1Ay8qUmLotQC-O7p2qodgovq63jiSTFCQ14MxnOc.cache +0 -0
  23. data/spec/features/apidoco/documentation_attributes/response_properties_spec.rb +36 -0
  24. metadata +26 -6
  25. data/app/assets/javascripts/apidoco/components/tabbed/parameters/ad-parameters.html +0 -24
  26. data/app/assets/javascripts/apidoco/components/tabbed/parameters/ad-parameters.js.erb +0 -8
  27. data/spec/dummy/docs/api/v1/currencies/1.json +0 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 42e12020d9cee623373fa83a704f701455ce656e73e2bdececd971559d726635
4
- data.tar.gz: 3b554858c705adfe76a69f81b504e48ae7dddf3cfe455b3a17ad9ff414b24d4e
3
+ metadata.gz: 97216befd2275515cd9bca242190941db31bb475c6031e056b839bb9bd2d29fa
4
+ data.tar.gz: 94179ffcd263c8e6ce4a6fd0f53f94251055cc267298e373f2cb2726af15d67e
5
5
  SHA512:
6
- metadata.gz: 1fab4f12db6efcdfbf1273653e6bef4bdfdd5b11b4b4b84abc98f63032aa1c8c10a3f11cff6c42ead84b9d636c3004f3cbfe9831216bf077089b83e1b02b263f
7
- data.tar.gz: a5a423cb003c373418bff75528919652c7ce966b7d012e1470d72f24efb861825bd3ea3bdbe7a15d4afdc2ef5c3f9da5b324fd5c4035463f5a7f65570472fe07
6
+ metadata.gz: 5af6ed9b2b1b9ee56d2c54e4f4ef8f977c3f2487bd54855758cc655f74507fa23e7a39bb89e9505a0f0bf45bf1b6eae53af1221f4999724a42874b0cffe123c4
7
+ data.tar.gz: 02b8546770931595463c1dbef731eb650372575a28e077a35d7f52a1661903bd71d84eb47876631abe8f953597ce8d6bb508db5b38742ccc2ef3891106472c19
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  [![Gem Version](https://badge.fury.io/rb/apidoco.svg)](https://badge.fury.io/rb/apidoco)
2
2
 
3
3
  # Apidoco - Ruby on Rails API documentation tool
4
- Easy documentation of REST APIs - [Demo](https://apidoco-demo.herokuapp.com/docs/).
4
+ Easy documentation of REST APIs - [Demo](http://demo.apidoco.com/docs/).
5
5
 
6
6
  ## Screenshots
7
7
 
@@ -129,6 +129,17 @@ will create the following files with sample content
129
129
  "Content-Type": "application/json"
130
130
  },
131
131
 
132
+ "response_properties": [
133
+ {
134
+ "key": "success",
135
+ "type": "Boolean"
136
+ }, {
137
+ "key": "message",
138
+ "type": "String",
139
+ "description": "It can be any generic message. Examples:- Successfully created, Missing properties - title, content"
140
+ }
141
+ ],
142
+
132
143
  "examples": [
133
144
  {
134
145
  "request_headers": {
@@ -175,6 +186,17 @@ will create the following files with sample content
175
186
  "Content-Type": "application/json"
176
187
  },
177
188
 
189
+ "response_properties": [
190
+ {
191
+ "key": "success",
192
+ "type": "Boolean"
193
+ }, {
194
+ "key": "message",
195
+ "type": "String",
196
+ "description": "It can be any generic message. Examples:- Successfully created, Missing properties - title, content"
197
+ }
198
+ ],
199
+
178
200
  "examples": [
179
201
  {
180
202
  "request_headers": {
@@ -252,6 +274,23 @@ will create the following files with sample content
252
274
  }
253
275
  ```
254
276
 
277
+ ### # response_properties
278
+ - Describing the properties in the response body
279
+ - Optional
280
+ - Usage:
281
+ ```
282
+ "response_properties": [
283
+ {
284
+ "key": "success",
285
+ "type": "Boolean"
286
+ }, {
287
+ "key": "message",
288
+ "type": "String",
289
+ "description": "It can be any generic message. Examples:- Successfully created."
290
+ }
291
+ ],
292
+ ```
293
+
255
294
  ### # examples
256
295
  - Array of sample requests, responses and their headers
257
296
  - Optional
@@ -27,7 +27,7 @@
27
27
  //= Components
28
28
  //= require apidoco/components/tabbed/ad-tabbed
29
29
  //= require apidoco/components/tabbed/headers/ad-headers
30
- //= require apidoco/components/tabbed/parameters/ad-parameters
30
+ //= require apidoco/components/tabbed/body-properties/ad-body-properties
31
31
  //= require apidoco/components/tabbed/example-headers/ad-example-headers
32
32
  //= require apidoco/components/tabbed/example-body/ad-example-body
33
33
  //
@@ -14,8 +14,12 @@
14
14
  <!-- Headers -->
15
15
  <ad-headers headers="$ctrl.doc.header" ng-if="$ctrl.doc.header"></ad-headers>
16
16
 
17
- <!-- Parameters -->
18
- <ad-parameters params="$ctrl.doc.params" ng-if="$ctrl.doc.params && $ctrl.doc.params.length > 0"></ad-parameters>
17
+ <!-- Body Properties -->
18
+ <ad-body-properties
19
+ properties="$ctrl.doc.params"
20
+ ng-if="$ctrl.doc.params && $ctrl.doc.params.length > 0"
21
+ show-required="true">
22
+ </ad-body-properties>
19
23
 
20
24
  <!-- Examples -->
21
25
  <div
@@ -37,6 +41,12 @@
37
41
 
38
42
  <!-- Response -->
39
43
  <div class="tab-pane fade" id="response-{{$ctrl.index}}" role="tabpanel" aria-labelledby="response-{{$ctrl.index}}">
44
+ <!-- Body Properties -->
45
+ <ad-body-properties
46
+ properties="$ctrl.doc.response_properties"
47
+ ng-if="$ctrl.doc.response_properties && $ctrl.doc.response_properties.length > 0">
48
+ </ad-body-properties>
49
+
40
50
  <!-- Examples -->
41
51
  <div
42
52
  ng-if="$ctrl.doc.examples && $ctrl.doc.examples.length > 0"
@@ -0,0 +1,24 @@
1
+ <hr style="margin-top: 0; margin-bottom: 0; border: 0;"> <!-- To fix the weird issue when runnuing the specs, The component was not rendering without this hack -->
2
+
3
+ <div class="card section-block">
4
+ <div class="card-body">
5
+ <h5 class="card-title">Body Properties</h5>
6
+ <div ng-repeat="property in $ctrl.properties" class="row mb-2">
7
+ <div class="col-2 flex-column">
8
+ <div>{{property.key}}</div>
9
+ <div ng-if="$ctrl.showRequired">
10
+ <small class="text-danger font-weight-lighter text-uppercase" ng-if="property.required">REQUIRED</small>
11
+ <small class="text-info font-weight-lighter text-uppercase" ng-if="!property.required">OPTIONAL</small>
12
+ </div>
13
+ </div>
14
+ <div class="col-1 text-lowercase"><span class="badge badge-pill badge-light">{{property.type}}</span></div>
15
+ <div class="ml-1 text-muted col-4" ng-if="property.description">{{property.description}}</div>
16
+ <div class="ml-1 text-muted col-4">
17
+ {{property.notes}}
18
+ <p ng-if="property.validations">
19
+ <small ng-repeat="validation in property.validations">{{validation}}<br></small>
20
+ </p>
21
+ </div>
22
+ </div>
23
+ </div>
24
+ </div>
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ angular.module("apiDocoApp").component("adBodyProperties", {
4
+ templateUrl:
5
+ "<%= asset_path('apidoco/components/tabbed/body-properties/ad-body-properties.html') %>",
6
+ bindings: {
7
+ properties: "<",
8
+ showRequired: "@",
9
+ },
10
+ });
@@ -1,3 +1,3 @@
1
1
  module Apidoco
2
- VERSION = '1.6.3'.freeze
2
+ VERSION = '1.6.4'.freeze
3
3
  end
Binary file
@@ -207,3 +207,902 @@ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-d5e07275a6ef7f30df7c994
207
207
   (0.0ms) rollback transaction
208
208
   (0.0ms) begin transaction
209
209
   (0.0ms) rollback transaction
210
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
211
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
212
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
213
+  (0.0ms) SELECT sqlite_version(*)
214
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
215
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
216
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES (0)
217
+  (0.9ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
218
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
219
+  (0.0ms) begin transaction
220
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2021-06-05 05:32:03.002790"], ["updated_at", "2021-06-05 05:32:03.002790"]]
221
+  (0.6ms) commit transaction
222
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
223
+  (0.0ms) begin transaction
224
+  (0.0ms) commit transaction
225
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
226
+  (0.1ms) begin transaction
227
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:32:06 -0700
228
+ Processing by Apidoco::ApisController#index as HTML
229
+ Redirected to http://127.0.0.1:60079/apidoco/apis/v1
230
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
231
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:32:06 -0700
232
+ Processing by Apidoco::ApisController#show as HTML
233
+ Parameters: {"id"=>"v1"}
234
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
235
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (1.0ms)
236
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (3.5ms)
237
+ Completed 200 OK in 285ms (Views: 284.1ms | ActiveRecord: 0.0ms)
238
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:32:06 -0700
239
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:32:06 -0700
240
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:32:06 -0700
241
+  (0.1ms) rollback transaction
242
+  (0.0ms) begin transaction
243
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:32:06 -0700
244
+ Processing by Apidoco::ApisController#index as HTML
245
+ Redirected to http://127.0.0.1:60079/apidoco/apis/v1
246
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
247
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:32:06 -0700
248
+ Processing by Apidoco::ApisController#show as HTML
249
+ Parameters: {"id"=>"v1"}
250
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
251
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
252
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms)
253
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
254
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:32:06 -0700
255
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:32:06 -0700
256
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
257
+  (0.1ms) rollback transaction
258
+  (0.0ms) begin transaction
259
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
260
+ Processing by Apidoco::ApisController#index as HTML
261
+ Redirected to http://127.0.0.1:60079/apidoco/apis/v1
262
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
263
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
264
+ Processing by Apidoco::ApisController#show as HTML
265
+ Parameters: {"id"=>"v1"}
266
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
267
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
268
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
269
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
270
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
271
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
272
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
273
+  (0.1ms) rollback transaction
274
+  (0.0ms) begin transaction
275
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
276
+ Processing by Apidoco::ApisController#index as HTML
277
+ Redirected to http://127.0.0.1:60079/apidoco/apis/v1
278
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
279
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
280
+ Processing by Apidoco::ApisController#show as HTML
281
+ Parameters: {"id"=>"v1"}
282
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
283
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
284
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (1.0ms)
285
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
286
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
287
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
288
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
289
+ Started GET "/assets/apidoco/components/tabbed/example-body/ad-example-body-a2f40256dd09707d1be51ffd698d1456069b2a5ab806500b729610e82fe1b18f.html" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
290
+  (0.1ms) rollback transaction
291
+  (0.0ms) begin transaction
292
+  (0.0ms) rollback transaction
293
+  (0.0ms) begin transaction
294
+  (0.0ms) rollback transaction
295
+  (0.0ms) begin transaction
296
+  (0.0ms) rollback transaction
297
+  (0.0ms) begin transaction
298
+  (0.0ms) rollback transaction
299
+  (0.0ms) begin transaction
300
+  (0.0ms) rollback transaction
301
+  (0.0ms) begin transaction
302
+  (0.0ms) rollback transaction
303
+  (0.0ms) begin transaction
304
+  (0.0ms) rollback transaction
305
+  (0.0ms) begin transaction
306
+  (0.0ms) rollback transaction
307
+  (0.0ms) begin transaction
308
+  (0.0ms) rollback transaction
309
+  (0.0ms) begin transaction
310
+  (0.0ms) rollback transaction
311
+  (0.0ms) begin transaction
312
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
313
+ Processing by Apidoco::ApisController#index as HTML
314
+ Redirected to http://127.0.0.1:60079/apidoco/apis/v1
315
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
316
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
317
+ Processing by Apidoco::ApisController#show as HTML
318
+ Parameters: {"id"=>"v1"}
319
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
320
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
321
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
322
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
323
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
324
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:32:07 -0700
325
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
326
+  (0.0ms) rollback transaction
327
+  (0.0ms) begin transaction
328
+  (0.0ms) rollback transaction
329
+  (0.0ms) begin transaction
330
+  (0.0ms) rollback transaction
331
+  (0.0ms) begin transaction
332
+  (0.0ms) rollback transaction
333
+  (0.0ms) begin transaction
334
+  (0.0ms) rollback transaction
335
+  (0.0ms) begin transaction
336
+  (0.0ms) rollback transaction
337
+  (0.0ms) begin transaction
338
+  (0.0ms) rollback transaction
339
+  (0.0ms) begin transaction
340
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
341
+ Processing by Apidoco::ApisController#index as HTML
342
+ Redirected to http://127.0.0.1:60079/apidoco/apis/v1
343
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
344
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
345
+ Processing by Apidoco::ApisController#show as HTML
346
+ Parameters: {"id"=>"v1"}
347
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
348
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
349
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms)
350
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
351
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
352
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
353
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
354
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
355
+  (0.0ms) rollback transaction
356
+  (0.0ms) begin transaction
357
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
358
+ Processing by Apidoco::ApisController#index as HTML
359
+ Redirected to http://127.0.0.1:60079/apidoco/apis/v1
360
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
361
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
362
+ Processing by Apidoco::ApisController#show as HTML
363
+ Parameters: {"id"=>"v1"}
364
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
365
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
366
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
367
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
368
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
369
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
370
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
371
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
372
+  (0.1ms) rollback transaction
373
+  (0.0ms) begin transaction
374
+  (0.0ms) rollback transaction
375
+  (0.0ms) begin transaction
376
+  (0.0ms) rollback transaction
377
+  (0.0ms) begin transaction
378
+  (0.0ms) rollback transaction
379
+  (0.0ms) begin transaction
380
+  (0.0ms) rollback transaction
381
+  (0.0ms) begin transaction
382
+  (0.0ms) rollback transaction
383
+  (0.0ms) begin transaction
384
+  (0.0ms) rollback transaction
385
+  (0.0ms) begin transaction
386
+  (0.0ms) rollback transaction
387
+  (0.0ms) begin transaction
388
+  (0.0ms) rollback transaction
389
+  (0.0ms) begin transaction
390
+  (0.0ms) rollback transaction
391
+  (0.0ms) begin transaction
392
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
393
+ Processing by Apidoco::ApisController#index as HTML
394
+ Redirected to http://127.0.0.1:60079/apidoco/apis/v1
395
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
396
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
397
+ Processing by Apidoco::ApisController#show as HTML
398
+ Parameters: {"id"=>"v1"}
399
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
400
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
401
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
402
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
403
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
404
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
405
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
406
+  (0.0ms) rollback transaction
407
+  (0.0ms) begin transaction
408
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
409
+ Processing by Apidoco::ApisController#index as HTML
410
+ Redirected to http://127.0.0.1:60079/apidoco/apis/v1
411
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
412
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
413
+ Processing by Apidoco::ApisController#show as HTML
414
+ Parameters: {"id"=>"v1"}
415
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
416
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
417
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.3ms)
418
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
419
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
420
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:32:08 -0700
421
+  (0.0ms) rollback transaction
422
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
423
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
424
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
425
+  (0.0ms) SELECT sqlite_version(*)
426
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
427
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
428
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES (0)
429
+  (0.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
430
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
431
+  (0.0ms) begin transaction
432
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2021-06-05 05:42:50.223966"], ["updated_at", "2021-06-05 05:42:50.223966"]]
433
+  (0.6ms) commit transaction
434
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
435
+  (0.0ms) begin transaction
436
+  (0.0ms) commit transaction
437
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
438
+  (0.1ms) begin transaction
439
+  (0.0ms) rollback transaction
440
+  (0.0ms) begin transaction
441
+  (0.0ms) rollback transaction
442
+  (0.0ms) begin transaction
443
+  (0.0ms) rollback transaction
444
+  (0.0ms) begin transaction
445
+  (0.0ms) rollback transaction
446
+  (0.0ms) begin transaction
447
+  (0.0ms) rollback transaction
448
+  (0.0ms) begin transaction
449
+  (0.0ms) rollback transaction
450
+  (0.0ms) begin transaction
451
+  (0.1ms) rollback transaction
452
+  (0.0ms) begin transaction
453
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
454
+ Processing by Apidoco::ApisController#index as HTML
455
+ Redirected to http://127.0.0.1:60196/apidoco/apis/v1
456
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
457
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
458
+ Processing by Apidoco::ApisController#show as HTML
459
+ Parameters: {"id"=>"v1"}
460
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
461
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.2ms)
462
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (1.9ms)
463
+ Completed 200 OK in 55ms (Views: 53.5ms | ActiveRecord: 0.0ms)
464
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
465
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
466
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
467
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
468
+  (0.1ms) rollback transaction
469
+  (0.0ms) begin transaction
470
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
471
+ Processing by Apidoco::ApisController#index as HTML
472
+ Redirected to http://127.0.0.1:60196/apidoco/apis/v1
473
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
474
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
475
+ Processing by Apidoco::ApisController#show as HTML
476
+ Parameters: {"id"=>"v1"}
477
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
478
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
479
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (1.0ms)
480
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
481
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
482
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
483
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:42:53 -0700
484
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
485
+  (0.4ms) rollback transaction
486
+  (0.0ms) begin transaction
487
+  (0.0ms) rollback transaction
488
+  (0.0ms) begin transaction
489
+  (0.0ms) rollback transaction
490
+  (0.0ms) begin transaction
491
+  (0.0ms) rollback transaction
492
+  (0.0ms) begin transaction
493
+  (0.0ms) rollback transaction
494
+  (0.0ms) begin transaction
495
+  (0.0ms) rollback transaction
496
+  (0.0ms) begin transaction
497
+  (0.0ms) rollback transaction
498
+  (0.0ms) begin transaction
499
+  (0.0ms) rollback transaction
500
+  (0.0ms) begin transaction
501
+  (0.0ms) rollback transaction
502
+  (0.0ms) begin transaction
503
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
504
+ Processing by Apidoco::ApisController#index as HTML
505
+ Redirected to http://127.0.0.1:60196/apidoco/apis/v1
506
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
507
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
508
+ Processing by Apidoco::ApisController#show as HTML
509
+ Parameters: {"id"=>"v1"}
510
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
511
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
512
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
513
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
514
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
515
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
516
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
517
+  (0.0ms) rollback transaction
518
+  (0.0ms) begin transaction
519
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
520
+ Processing by Apidoco::ApisController#index as HTML
521
+ Redirected to http://127.0.0.1:60196/apidoco/apis/v1
522
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
523
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
524
+ Processing by Apidoco::ApisController#show as HTML
525
+ Parameters: {"id"=>"v1"}
526
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
527
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
528
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms)
529
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
530
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
531
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
532
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
533
+ Started GET "/assets/apidoco/components/tabbed/example-body/ad-example-body-a2f40256dd09707d1be51ffd698d1456069b2a5ab806500b729610e82fe1b18f.html" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
534
+  (0.0ms) rollback transaction
535
+  (0.0ms) begin transaction
536
+  (0.0ms) rollback transaction
537
+  (0.0ms) begin transaction
538
+  (0.0ms) rollback transaction
539
+  (0.0ms) begin transaction
540
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
541
+ Processing by Apidoco::ApisController#index as HTML
542
+ Redirected to http://127.0.0.1:60196/apidoco/apis/v1
543
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
544
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
545
+ Processing by Apidoco::ApisController#show as HTML
546
+ Parameters: {"id"=>"v1"}
547
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
548
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
549
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
550
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
551
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
552
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
553
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:42:54 -0700
554
+  (0.0ms) rollback transaction
555
+  (0.0ms) begin transaction
556
+  (0.0ms) rollback transaction
557
+  (0.0ms) begin transaction
558
+  (0.0ms) rollback transaction
559
+  (0.0ms) begin transaction
560
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
561
+ Processing by Apidoco::ApisController#index as HTML
562
+ Redirected to http://127.0.0.1:60196/apidoco/apis/v1
563
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
564
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
565
+ Processing by Apidoco::ApisController#show as HTML
566
+ Parameters: {"id"=>"v1"}
567
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
568
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
569
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
570
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
571
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
572
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
573
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
574
+  (0.1ms) rollback transaction
575
+  (0.0ms) begin transaction
576
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
577
+ Processing by Apidoco::ApisController#index as HTML
578
+ Redirected to http://127.0.0.1:60196/apidoco/apis/v1
579
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
580
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
581
+ Processing by Apidoco::ApisController#show as HTML
582
+ Parameters: {"id"=>"v1"}
583
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
584
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
585
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
586
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
587
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
588
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
589
+  (0.0ms) rollback transaction
590
+  (0.0ms) begin transaction
591
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
592
+ Processing by Apidoco::ApisController#index as HTML
593
+ Redirected to http://127.0.0.1:60196/apidoco/apis/v1
594
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
595
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
596
+ Processing by Apidoco::ApisController#show as HTML
597
+ Parameters: {"id"=>"v1"}
598
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
599
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
600
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
601
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
602
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
603
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
604
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
605
+  (0.0ms) rollback transaction
606
+  (0.0ms) begin transaction
607
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
608
+ Processing by Apidoco::ApisController#index as HTML
609
+ Redirected to http://127.0.0.1:60196/apidoco/apis/v1
610
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
611
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
612
+ Processing by Apidoco::ApisController#show as HTML
613
+ Parameters: {"id"=>"v1"}
614
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
615
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
616
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
617
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
618
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
619
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
620
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
621
+  (0.1ms) rollback transaction
622
+  (0.0ms) begin transaction
623
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
624
+ Processing by Apidoco::ApisController#index as HTML
625
+ Redirected to http://127.0.0.1:60196/apidoco/apis/v1
626
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
627
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
628
+ Processing by Apidoco::ApisController#show as HTML
629
+ Parameters: {"id"=>"v1"}
630
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
631
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
632
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms)
633
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
634
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
635
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:42:55 -0700
636
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:42:56 -0700
637
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:42:56 -0700
638
+  (0.1ms) rollback transaction
639
+  (0.0ms) begin transaction
640
+  (0.0ms) rollback transaction
641
+  (0.0ms) begin transaction
642
+  (0.0ms) rollback transaction
643
+  (0.0ms) begin transaction
644
+  (0.0ms) rollback transaction
645
+  (0.0ms) begin transaction
646
+  (0.0ms) rollback transaction
647
+  (0.0ms) begin transaction
648
+  (0.0ms) rollback transaction
649
+  (0.0ms) begin transaction
650
+  (0.0ms) rollback transaction
651
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
652
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
653
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
654
+  (0.0ms) SELECT sqlite_version(*)
655
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
656
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
657
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES (0)
658
+  (0.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
659
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
660
+  (0.1ms) begin transaction
661
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2021-06-05 05:44:46.302751"], ["updated_at", "2021-06-05 05:44:46.302751"]]
662
+  (0.7ms) commit transaction
663
+ ActiveRecord::InternalMetadata Load (0.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
664
+  (0.0ms) begin transaction
665
+  (0.0ms) commit transaction
666
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
667
+  (0.1ms) begin transaction
668
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:44:49 -0700
669
+ Processing by Apidoco::ApisController#index as HTML
670
+ Redirected to http://127.0.0.1:60237/apidoco/apis/v1
671
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
672
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:44:49 -0700
673
+ Processing by Apidoco::ApisController#show as HTML
674
+ Parameters: {"id"=>"v1"}
675
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
676
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.2ms)
677
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (2.6ms)
678
+ Completed 200 OK in 37ms (Views: 36.3ms | ActiveRecord: 0.0ms)
679
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:44:49 -0700
680
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:44:49 -0700
681
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:44:49 -0700
682
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:44:49 -0700
683
+  (0.1ms) rollback transaction
684
+  (0.0ms) begin transaction
685
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
686
+ Processing by Apidoco::ApisController#index as HTML
687
+ Redirected to http://127.0.0.1:60237/apidoco/apis/v1
688
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
689
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
690
+ Processing by Apidoco::ApisController#show as HTML
691
+ Parameters: {"id"=>"v1"}
692
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
693
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
694
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms)
695
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
696
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
697
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
698
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
699
+  (0.1ms) rollback transaction
700
+  (0.0ms) begin transaction
701
+  (0.0ms) rollback transaction
702
+  (0.0ms) begin transaction
703
+  (0.0ms) rollback transaction
704
+  (0.0ms) begin transaction
705
+  (0.0ms) rollback transaction
706
+  (0.0ms) begin transaction
707
+  (0.0ms) rollback transaction
708
+  (0.0ms) begin transaction
709
+  (0.0ms) rollback transaction
710
+  (0.0ms) begin transaction
711
+  (0.0ms) rollback transaction
712
+  (0.0ms) begin transaction
713
+  (0.0ms) rollback transaction
714
+  (0.0ms) begin transaction
715
+  (0.0ms) rollback transaction
716
+  (0.0ms) begin transaction
717
+  (0.0ms) rollback transaction
718
+  (0.0ms) begin transaction
719
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
720
+ Processing by Apidoco::ApisController#index as HTML
721
+ Redirected to http://127.0.0.1:60237/apidoco/apis/v1
722
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
723
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
724
+ Processing by Apidoco::ApisController#show as HTML
725
+ Parameters: {"id"=>"v1"}
726
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
727
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
728
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
729
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
730
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
731
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
732
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
733
+  (0.1ms) rollback transaction
734
+  (0.0ms) begin transaction
735
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
736
+ Processing by Apidoco::ApisController#index as HTML
737
+ Redirected to http://127.0.0.1:60237/apidoco/apis/v1
738
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
739
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
740
+ Processing by Apidoco::ApisController#show as HTML
741
+ Parameters: {"id"=>"v1"}
742
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
743
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
744
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
745
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
746
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
747
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
748
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
749
+  (0.1ms) rollback transaction
750
+  (0.0ms) begin transaction
751
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
752
+ Processing by Apidoco::ApisController#index as HTML
753
+ Redirected to http://127.0.0.1:60237/apidoco/apis/v1
754
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
755
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
756
+ Processing by Apidoco::ApisController#show as HTML
757
+ Parameters: {"id"=>"v1"}
758
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
759
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
760
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
761
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
762
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
763
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:44:52 -0700
764
+  (0.0ms) rollback transaction
765
+  (0.0ms) begin transaction
766
+  (0.0ms) rollback transaction
767
+  (0.0ms) begin transaction
768
+  (0.0ms) rollback transaction
769
+  (0.0ms) begin transaction
770
+  (0.0ms) rollback transaction
771
+  (0.0ms) begin transaction
772
+  (0.0ms) rollback transaction
773
+  (0.0ms) begin transaction
774
+  (0.0ms) rollback transaction
775
+  (0.0ms) begin transaction
776
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
777
+ Processing by Apidoco::ApisController#index as HTML
778
+ Redirected to http://127.0.0.1:60237/apidoco/apis/v1
779
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
780
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
781
+ Processing by Apidoco::ApisController#show as HTML
782
+ Parameters: {"id"=>"v1"}
783
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
784
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
785
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
786
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
787
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
788
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
789
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
790
+  (0.1ms) rollback transaction
791
+  (0.0ms) begin transaction
792
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
793
+ Processing by Apidoco::ApisController#index as HTML
794
+ Redirected to http://127.0.0.1:60237/apidoco/apis/v1
795
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
796
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
797
+ Processing by Apidoco::ApisController#show as HTML
798
+ Parameters: {"id"=>"v1"}
799
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
800
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
801
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
802
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
803
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
804
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
805
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
806
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
807
+  (0.0ms) rollback transaction
808
+  (0.0ms) begin transaction
809
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
810
+ Processing by Apidoco::ApisController#index as HTML
811
+ Redirected to http://127.0.0.1:60237/apidoco/apis/v1
812
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
813
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
814
+ Processing by Apidoco::ApisController#show as HTML
815
+ Parameters: {"id"=>"v1"}
816
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
817
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
818
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
819
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
820
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
821
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
822
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
823
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
824
+  (0.0ms) rollback transaction
825
+  (0.0ms) begin transaction
826
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
827
+ Processing by Apidoco::ApisController#index as HTML
828
+ Redirected to http://127.0.0.1:60237/apidoco/apis/v1
829
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
830
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
831
+ Processing by Apidoco::ApisController#show as HTML
832
+ Parameters: {"id"=>"v1"}
833
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
834
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
835
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
836
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
837
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
838
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
839
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
840
+  (0.1ms) rollback transaction
841
+  (0.0ms) begin transaction
842
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:44:53 -0700
843
+ Processing by Apidoco::ApisController#index as HTML
844
+ Redirected to http://127.0.0.1:60237/apidoco/apis/v1
845
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
846
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:44:54 -0700
847
+ Processing by Apidoco::ApisController#show as HTML
848
+ Parameters: {"id"=>"v1"}
849
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
850
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
851
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms)
852
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
853
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:44:54 -0700
854
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:44:54 -0700
855
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:44:54 -0700
856
+ Started GET "/assets/apidoco/components/tabbed/example-body/ad-example-body-a2f40256dd09707d1be51ffd698d1456069b2a5ab806500b729610e82fe1b18f.html" for 127.0.0.1 at 2021-06-04 22:44:54 -0700
857
+  (0.0ms) rollback transaction
858
+  (0.0ms) begin transaction
859
+  (0.0ms) rollback transaction
860
+  (0.0ms) begin transaction
861
+  (0.0ms) rollback transaction
862
+  (0.0ms) begin transaction
863
+  (0.0ms) rollback transaction
864
+  (0.0ms) begin transaction
865
+  (0.0ms) rollback transaction
866
+  (0.0ms) begin transaction
867
+  (0.0ms) rollback transaction
868
+  (0.0ms) begin transaction
869
+  (0.0ms) rollback transaction
870
+  (0.0ms) begin transaction
871
+  (0.0ms) rollback transaction
872
+  (0.0ms) begin transaction
873
+  (0.0ms) rollback transaction
874
+  (0.0ms) begin transaction
875
+  (0.0ms) rollback transaction
876
+  (0.0ms) begin transaction
877
+  (0.0ms) rollback transaction
878
+  (0.0ms) begin transaction
879
+  (0.0ms) rollback transaction
880
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
881
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
882
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
883
+  (0.0ms) SELECT sqlite_version(*)
884
+  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
885
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
886
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES (0)
887
+  (0.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
888
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
889
+  (0.0ms) begin transaction
890
+ ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2021-06-05 05:45:23.261612"], ["updated_at", "2021-06-05 05:45:23.261612"]]
891
+  (0.6ms) commit transaction
892
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
893
+  (0.0ms) begin transaction
894
+  (0.0ms) commit transaction
895
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
896
+  (0.1ms) begin transaction
897
+  (0.1ms) rollback transaction
898
+  (0.0ms) begin transaction
899
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:45:26 -0700
900
+ Processing by Apidoco::ApisController#index as HTML
901
+ Redirected to http://127.0.0.1:60266/apidoco/apis/v1
902
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
903
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:45:26 -0700
904
+ Processing by Apidoco::ApisController#show as HTML
905
+ Parameters: {"id"=>"v1"}
906
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
907
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.2ms)
908
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (1.9ms)
909
+ Completed 200 OK in 51ms (Views: 49.9ms | ActiveRecord: 0.0ms)
910
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:45:26 -0700
911
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:45:26 -0700
912
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:45:26 -0700
913
+  (0.1ms) rollback transaction
914
+  (0.0ms) begin transaction
915
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:45:26 -0700
916
+ Processing by Apidoco::ApisController#index as HTML
917
+ Redirected to http://127.0.0.1:60266/apidoco/apis/v1
918
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
919
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:45:26 -0700
920
+ Processing by Apidoco::ApisController#show as HTML
921
+ Parameters: {"id"=>"v1"}
922
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
923
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.5ms)
924
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (1.1ms)
925
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)
926
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:45:26 -0700
927
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:45:26 -0700
928
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
929
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
930
+  (0.0ms) rollback transaction
931
+  (0.0ms) begin transaction
932
+  (0.0ms) rollback transaction
933
+  (0.0ms) begin transaction
934
+  (0.0ms) rollback transaction
935
+  (0.0ms) begin transaction
936
+  (0.0ms) rollback transaction
937
+  (0.0ms) begin transaction
938
+  (0.0ms) rollback transaction
939
+  (0.0ms) begin transaction
940
+  (0.0ms) rollback transaction
941
+  (0.0ms) begin transaction
942
+  (0.0ms) rollback transaction
943
+  (0.0ms) begin transaction
944
+  (0.0ms) rollback transaction
945
+  (0.0ms) begin transaction
946
+  (0.0ms) rollback transaction
947
+  (0.0ms) begin transaction
948
+  (0.0ms) rollback transaction
949
+  (0.0ms) begin transaction
950
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
951
+ Processing by Apidoco::ApisController#index as HTML
952
+ Redirected to http://127.0.0.1:60266/apidoco/apis/v1
953
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
954
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
955
+ Processing by Apidoco::ApisController#show as HTML
956
+ Parameters: {"id"=>"v1"}
957
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
958
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
959
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.3ms)
960
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
961
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
962
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
963
+  (0.0ms) rollback transaction
964
+  (0.0ms) begin transaction
965
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
966
+ Processing by Apidoco::ApisController#index as HTML
967
+ Redirected to http://127.0.0.1:60266/apidoco/apis/v1
968
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
969
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
970
+ Processing by Apidoco::ApisController#show as HTML
971
+ Parameters: {"id"=>"v1"}
972
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
973
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
974
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
975
+ Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
976
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
977
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
978
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
979
+  (0.1ms) rollback transaction
980
+  (0.0ms) begin transaction
981
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
982
+ Processing by Apidoco::ApisController#index as HTML
983
+ Redirected to http://127.0.0.1:60266/apidoco/apis/v1
984
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
985
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
986
+ Processing by Apidoco::ApisController#show as HTML
987
+ Parameters: {"id"=>"v1"}
988
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
989
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
990
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
991
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
992
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
993
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
994
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:45:27 -0700
995
+  (0.0ms) rollback transaction
996
+  (0.0ms) begin transaction
997
+  (0.0ms) rollback transaction
998
+  (0.0ms) begin transaction
999
+  (0.0ms) rollback transaction
1000
+  (0.0ms) begin transaction
1001
+  (0.0ms) rollback transaction
1002
+  (0.0ms) begin transaction
1003
+  (0.0ms) rollback transaction
1004
+  (0.0ms) begin transaction
1005
+  (0.0ms) rollback transaction
1006
+  (0.0ms) begin transaction
1007
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1008
+ Processing by Apidoco::ApisController#index as HTML
1009
+ Redirected to http://127.0.0.1:60266/apidoco/apis/v1
1010
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1011
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1012
+ Processing by Apidoco::ApisController#show as HTML
1013
+ Parameters: {"id"=>"v1"}
1014
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
1015
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
1016
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
1017
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1018
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1019
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1020
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1021
+  (0.0ms) rollback transaction
1022
+  (0.0ms) begin transaction
1023
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1024
+ Processing by Apidoco::ApisController#index as HTML
1025
+ Redirected to http://127.0.0.1:60266/apidoco/apis/v1
1026
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1027
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1028
+ Processing by Apidoco::ApisController#show as HTML
1029
+ Parameters: {"id"=>"v1"}
1030
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
1031
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
1032
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
1033
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1034
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1035
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1036
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1037
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1038
+  (0.0ms) rollback transaction
1039
+  (0.0ms) begin transaction
1040
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1041
+ Processing by Apidoco::ApisController#index as HTML
1042
+ Redirected to http://127.0.0.1:60266/apidoco/apis/v1
1043
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1044
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1045
+ Processing by Apidoco::ApisController#show as HTML
1046
+ Parameters: {"id"=>"v1"}
1047
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
1048
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
1049
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
1050
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
1051
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1052
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1053
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1054
+ Started GET "/assets/apidoco/components/tabbed/parameters/ad-parameters-4291d6d400a59a0951fffa6ee6212b3985ef343235ef155eca4d212269e0f6f4.html" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1055
+  (0.1ms) rollback transaction
1056
+  (0.0ms) begin transaction
1057
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1058
+ Processing by Apidoco::ApisController#index as HTML
1059
+ Redirected to http://127.0.0.1:60266/apidoco/apis/v1
1060
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1061
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1062
+ Processing by Apidoco::ApisController#show as HTML
1063
+ Parameters: {"id"=>"v1"}
1064
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
1065
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
1066
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.4ms)
1067
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1068
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1069
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1070
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1071
+  (0.1ms) rollback transaction
1072
+  (0.0ms) begin transaction
1073
+ Started GET "/apidoco" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1074
+ Processing by Apidoco::ApisController#index as HTML
1075
+ Redirected to http://127.0.0.1:60266/apidoco/apis/v1
1076
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
1077
+ Started GET "/apidoco/apis/v1" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1078
+ Processing by Apidoco::ApisController#show as HTML
1079
+ Parameters: {"id"=>"v1"}
1080
+ Rendering /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application
1081
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/_side_bar.html.erb (0.0ms)
1082
+ Rendered /Users/alameenkhader/code/apidoco/apidoco/app/views/apidoco/apis/show.html.erb within layouts/apidoco/application (0.5ms)
1083
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
1084
+ Started GET "/assets/apidoco/application-d5650301e2c7e9d6276cc1e5a87ce8bfa0d30fe65da750c0a3938d81a8a9048d.css" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1085
+ Started GET "/assets/apidoco/application-ee12f0645e28f7b2c3afa2bf0791cd4117eb8cec6609de7b7c128e0b0db75290.js" for 127.0.0.1 at 2021-06-04 22:45:28 -0700
1086
+ Started GET "/assets/apidoco/components/tabbed/ad-tabbed-6f7039282afc37c61350002e44fb43de6e344b4a43ca945231aa38626de17faf.html" for 127.0.0.1 at 2021-06-04 22:45:29 -0700
1087
+ Started GET "/assets/apidoco/components/tabbed/example-body/ad-example-body-a2f40256dd09707d1be51ffd698d1456069b2a5ab806500b729610e82fe1b18f.html" for 127.0.0.1 at 2021-06-04 22:45:29 -0700
1088
+  (0.0ms) rollback transaction
1089
+  (0.0ms) begin transaction
1090
+  (0.0ms) rollback transaction
1091
+  (0.0ms) begin transaction
1092
+  (0.0ms) rollback transaction
1093
+  (0.0ms) begin transaction
1094
+  (0.0ms) rollback transaction
1095
+  (0.0ms) begin transaction
1096
+  (0.0ms) rollback transaction
1097
+  (0.0ms) begin transaction
1098
+  (0.0ms) rollback transaction
1099
+  (0.0ms) begin transaction
1100
+  (0.0ms) rollback transaction
1101
+  (0.0ms) begin transaction
1102
+  (0.0ms) rollback transaction
1103
+  (0.0ms) begin transaction
1104
+  (0.0ms) rollback transaction
1105
+  (0.0ms) begin transaction
1106
+  (0.0ms) rollback transaction
1107
+  (0.0ms) begin transaction
1108
+  (0.0ms) rollback transaction