html_format 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,436 @@
1
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
2
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
3
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
4
+  (0.1ms) SELECT sqlite_version(*)
5
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
6
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
7
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES (0)
8
+  (1.3ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
10
+  (0.0ms) begin transaction
11
+ SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-10-23 01:29:15.755469"], ["updated_at", "2017-10-23 01:29:15.755469"]]
12
+  (1.1ms) commit transaction
13
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
14
+  (0.1ms) begin transaction
15
+  (0.0ms) commit transaction
16
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
17
+  (0.1ms) begin transaction
18
+ --------------------------
19
+ HtmlFormatTest: test_array
20
+ --------------------------
21
+  (0.1ms) rollback transaction
22
+  (0.0ms) begin transaction
23
+ --------------------------------
24
+ HtmlFormatTest: test_html_format
25
+ --------------------------------
26
+  (0.0ms) rollback transaction
27
+  (0.0ms) begin transaction
28
+ -------------------------
29
+ HtmlFormatTest: test_hash
30
+ -------------------------
31
+  (0.0ms) rollback transaction
32
+  (0.0ms) begin transaction
33
+ -----------------------------------
34
+ HtmlFormatTest: test_array_of_array
35
+ -----------------------------------
36
+  (0.0ms) rollback transaction
37
+  (0.0ms) begin transaction
38
+ ----------------------------
39
+ HtmlFormatTest: test_to_html
40
+ ----------------------------
41
+  (0.0ms) rollback transaction
42
+  (0.0ms) begin transaction
43
+ ----------------------------------
44
+ HtmlFormatTest: test_array_of_hash
45
+ ----------------------------------
46
+  (0.0ms) rollback transaction
47
+  (0.0ms) begin transaction
48
+ --------------------------------------------
49
+ WelcomeControllerTest: test_should_get_index
50
+ --------------------------------------------
51
+ Processing by WelcomeController#index as HTML
52
+ Rendering inline template within layouts/application
53
+ Rendered inline template within layouts/application (0.4ms)
54
+ Completed 200 OK in 163ms (Views: 149.6ms | ActiveRecord: 0.0ms)
55
+  (0.1ms) rollback transaction
56
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
57
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
58
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
59
+  (0.0ms) SELECT sqlite_version(*)
60
+  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
61
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
62
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (0)
63
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
64
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
65
+  (0.0ms) begin transaction
66
+ SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-10-23 01:38:49.554467"], ["updated_at", "2017-10-23 01:38:49.554467"]]
67
+  (1.3ms) commit transaction
68
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
69
+  (0.1ms) begin transaction
70
+  (0.0ms) commit transaction
71
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
72
+  (0.1ms) begin transaction
73
+ --------------------------------------------
74
+ WelcomeControllerTest: test_should_get_index
75
+ --------------------------------------------
76
+ Processing by WelcomeController#index as HTML
77
+ Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
78
+  (0.1ms) rollback transaction
79
+  (0.0ms) begin transaction
80
+ ----------------------------
81
+ HtmlFormatTest: test_to_html
82
+ ----------------------------
83
+  (0.3ms) rollback transaction
84
+  (0.0ms) begin transaction
85
+ -------------------------
86
+ HtmlFormatTest: test_hash
87
+ -------------------------
88
+  (0.1ms) rollback transaction
89
+  (0.0ms) begin transaction
90
+ -----------------------------------
91
+ HtmlFormatTest: test_array_of_array
92
+ -----------------------------------
93
+  (0.1ms) rollback transaction
94
+  (0.2ms) begin transaction
95
+ --------------------------
96
+ HtmlFormatTest: test_array
97
+ --------------------------
98
+  (0.2ms) rollback transaction
99
+  (0.2ms) begin transaction
100
+ --------------------------------
101
+ HtmlFormatTest: test_html_format
102
+ --------------------------------
103
+  (0.1ms) rollback transaction
104
+  (0.0ms) begin transaction
105
+ ----------------------------------
106
+ HtmlFormatTest: test_array_of_hash
107
+ ----------------------------------
108
+  (0.2ms) rollback transaction
109
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
110
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
111
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
112
+  (0.0ms) SELECT sqlite_version(*)
113
+  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
114
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
115
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (0)
116
+  (1.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
117
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
118
+  (0.1ms) begin transaction
119
+ SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-10-23 01:39:03.039665"], ["updated_at", "2017-10-23 01:39:03.039665"]]
120
+  (1.2ms) commit transaction
121
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
122
+  (0.1ms) begin transaction
123
+  (0.0ms) commit transaction
124
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
125
+  (0.1ms) begin transaction
126
+ --------------------------------
127
+ HtmlFormatTest: test_html_format
128
+ --------------------------------
129
+  (0.1ms) rollback transaction
130
+  (0.0ms) begin transaction
131
+ -------------------------
132
+ HtmlFormatTest: test_hash
133
+ -------------------------
134
+  (0.0ms) rollback transaction
135
+  (0.3ms) begin transaction
136
+ --------------------------
137
+ HtmlFormatTest: test_array
138
+ --------------------------
139
+  (0.2ms) rollback transaction
140
+  (0.0ms) begin transaction
141
+ -----------------------------------
142
+ HtmlFormatTest: test_array_of_array
143
+ -----------------------------------
144
+  (0.1ms) rollback transaction
145
+  (0.2ms) begin transaction
146
+ ----------------------------------
147
+ HtmlFormatTest: test_array_of_hash
148
+ ----------------------------------
149
+  (0.2ms) rollback transaction
150
+  (0.3ms) begin transaction
151
+ ----------------------------
152
+ HtmlFormatTest: test_to_html
153
+ ----------------------------
154
+  (0.1ms) rollback transaction
155
+  (0.1ms) begin transaction
156
+ --------------------------------------------
157
+ WelcomeControllerTest: test_should_get_index
158
+ --------------------------------------------
159
+ Processing by WelcomeController#index as HTML
160
+ Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)
161
+  (0.1ms) rollback transaction
162
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
163
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
164
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
165
+  (0.0ms) SELECT sqlite_version(*)
166
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
167
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
168
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (0)
169
+  (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)
170
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
171
+  (0.1ms) begin transaction
172
+ SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-10-23 01:40:32.847537"], ["updated_at", "2017-10-23 01:40:32.847537"]]
173
+  (1.2ms) commit transaction
174
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
175
+  (0.0ms) begin transaction
176
+  (0.0ms) commit transaction
177
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
178
+  (0.1ms) begin transaction
179
+ -----------------------------------
180
+ HtmlFormatTest: test_array_of_array
181
+ -----------------------------------
182
+  (0.1ms) rollback transaction
183
+  (0.1ms) begin transaction
184
+ -------------------------
185
+ HtmlFormatTest: test_hash
186
+ -------------------------
187
+  (0.0ms) rollback transaction
188
+  (0.0ms) begin transaction
189
+ --------------------------------
190
+ HtmlFormatTest: test_html_format
191
+ --------------------------------
192
+  (0.1ms) rollback transaction
193
+  (0.0ms) begin transaction
194
+ --------------------------
195
+ HtmlFormatTest: test_array
196
+ --------------------------
197
+  (0.0ms) rollback transaction
198
+  (0.1ms) begin transaction
199
+ ----------------------------------
200
+ HtmlFormatTest: test_array_of_hash
201
+ ----------------------------------
202
+  (0.0ms) rollback transaction
203
+  (0.0ms) begin transaction
204
+ ----------------------------
205
+ HtmlFormatTest: test_to_html
206
+ ----------------------------
207
+  (0.0ms) rollback transaction
208
+  (0.0ms) begin transaction
209
+ --------------------------------------------
210
+ WelcomeControllerTest: test_should_get_index
211
+ --------------------------------------------
212
+ Processing by WelcomeController#index as HTML
213
+ Rendering inline template within layouts/application
214
+ Rendered inline template within layouts/application (1.3ms)
215
+ Completed 200 OK in 146ms (Views: 140.2ms | ActiveRecord: 0.0ms)
216
+  (0.1ms) rollback transaction
217
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
218
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
219
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
220
+  (0.0ms) SELECT sqlite_version(*)
221
+  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
222
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
223
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES (0)
224
+  (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)
225
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
226
+  (0.0ms) begin transaction
227
+ SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-10-23 01:47:45.932480"], ["updated_at", "2017-10-23 01:47:45.932480"]]
228
+  (1.1ms) commit transaction
229
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
230
+  (0.0ms) begin transaction
231
+  (0.0ms) commit transaction
232
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
233
+  (0.1ms) begin transaction
234
+ --------------------------------
235
+ HtmlFormatTest: test_html_format
236
+ --------------------------------
237
+  (0.1ms) rollback transaction
238
+  (0.1ms) begin transaction
239
+ ----------------------------------
240
+ HtmlFormatTest: test_array_of_hash
241
+ ----------------------------------
242
+  (0.1ms) rollback transaction
243
+  (0.0ms) begin transaction
244
+ -------------------------
245
+ HtmlFormatTest: test_hash
246
+ -------------------------
247
+  (0.0ms) rollback transaction
248
+  (0.0ms) begin transaction
249
+ ----------------------------
250
+ HtmlFormatTest: test_to_html
251
+ ----------------------------
252
+  (0.1ms) rollback transaction
253
+  (0.1ms) begin transaction
254
+ --------------------------
255
+ HtmlFormatTest: test_array
256
+ --------------------------
257
+  (0.1ms) rollback transaction
258
+  (0.1ms) begin transaction
259
+ -----------------------------------
260
+ HtmlFormatTest: test_array_of_array
261
+ -----------------------------------
262
+  (0.1ms) rollback transaction
263
+  (0.1ms) begin transaction
264
+ --------------------------------------------
265
+ WelcomeControllerTest: test_should_get_index
266
+ --------------------------------------------
267
+ Processing by WelcomeController#index as HTML
268
+ Rendering inline template within layouts/application
269
+ Rendered inline template within layouts/application (0.4ms)
270
+ Completed 200 OK in 146ms (Views: 135.7ms | ActiveRecord: 0.0ms)
271
+  (0.1ms) rollback transaction
272
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
273
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
274
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
275
+  (0.0ms) SELECT sqlite_version(*)
276
+  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
277
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
278
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES (0)
279
+  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
280
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
281
+  (0.1ms) begin transaction
282
+ SQL (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-10-23 01:50:43.827237"], ["updated_at", "2017-10-23 01:50:43.827237"]]
283
+  (1.1ms) commit transaction
284
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
285
+  (0.0ms) begin transaction
286
+  (0.0ms) commit transaction
287
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
288
+  (0.1ms) begin transaction
289
+ --------------------------------------------
290
+ WelcomeControllerTest: test_should_get_index
291
+ --------------------------------------------
292
+ Processing by WelcomeController#index as HTML
293
+ Rendering inline template within layouts/application
294
+ Rendered inline template within layouts/application (0.7ms)
295
+ Completed 200 OK in 187ms (Views: 176.2ms | ActiveRecord: 0.0ms)
296
+  (0.1ms) rollback transaction
297
+  (0.0ms) begin transaction
298
+ -------------------------
299
+ HtmlFormatTest: test_hash
300
+ -------------------------
301
+  (0.0ms) rollback transaction
302
+  (0.0ms) begin transaction
303
+ -----------------------------------
304
+ HtmlFormatTest: test_array_of_array
305
+ -----------------------------------
306
+  (0.0ms) rollback transaction
307
+  (0.0ms) begin transaction
308
+ --------------------------------
309
+ HtmlFormatTest: test_html_format
310
+ --------------------------------
311
+  (0.0ms) rollback transaction
312
+  (0.0ms) begin transaction
313
+ ----------------------------------
314
+ HtmlFormatTest: test_array_of_hash
315
+ ----------------------------------
316
+  (0.0ms) rollback transaction
317
+  (0.0ms) begin transaction
318
+ ----------------------------
319
+ HtmlFormatTest: test_to_html
320
+ ----------------------------
321
+  (0.0ms) rollback transaction
322
+  (0.0ms) begin transaction
323
+ --------------------------
324
+ HtmlFormatTest: test_array
325
+ --------------------------
326
+  (0.0ms) rollback transaction
327
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
328
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
329
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
330
+  (0.0ms) SELECT sqlite_version(*)
331
+  (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
332
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
333
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (0)
334
+  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
335
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
336
+  (0.0ms) begin transaction
337
+ SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-10-23 01:52:14.286849"], ["updated_at", "2017-10-23 01:52:14.286849"]]
338
+  (0.9ms) commit transaction
339
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
340
+  (0.0ms) begin transaction
341
+  (0.1ms) commit transaction
342
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
343
+  (0.1ms) begin transaction
344
+ --------------------------------------------
345
+ WelcomeControllerTest: test_should_get_index
346
+ --------------------------------------------
347
+ Processing by WelcomeController#index as HTML
348
+ Rendering inline template within layouts/application
349
+ Rendered inline template within layouts/application (0.3ms)
350
+ Completed 200 OK in 120ms (Views: 114.2ms | ActiveRecord: 0.0ms)
351
+  (0.1ms) rollback transaction
352
+  (0.0ms) begin transaction
353
+ --------------------------------
354
+ HtmlFormatTest: test_html_format
355
+ --------------------------------
356
+  (0.0ms) rollback transaction
357
+  (0.0ms) begin transaction
358
+ -----------------------------------
359
+ HtmlFormatTest: test_array_of_array
360
+ -----------------------------------
361
+  (0.0ms) rollback transaction
362
+  (0.0ms) begin transaction
363
+ ----------------------------------
364
+ HtmlFormatTest: test_array_of_hash
365
+ ----------------------------------
366
+  (0.0ms) rollback transaction
367
+  (0.0ms) begin transaction
368
+ --------------------------
369
+ HtmlFormatTest: test_array
370
+ --------------------------
371
+  (0.0ms) rollback transaction
372
+  (0.0ms) begin transaction
373
+ -------------------------
374
+ HtmlFormatTest: test_hash
375
+ -------------------------
376
+  (0.0ms) rollback transaction
377
+  (0.0ms) begin transaction
378
+ ----------------------------
379
+ HtmlFormatTest: test_to_html
380
+ ----------------------------
381
+  (0.0ms) rollback transaction
382
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
383
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
384
+  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
385
+  (0.1ms) SELECT sqlite_version(*)
386
+  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
387
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
388
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES (0)
389
+  (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)
390
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
391
+  (0.0ms) begin transaction
392
+ SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-10-23 01:55:54.589125"], ["updated_at", "2017-10-23 01:55:54.589125"]]
393
+  (0.9ms) commit transaction
394
+ ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
395
+  (0.0ms) begin transaction
396
+  (0.0ms) commit transaction
397
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
398
+  (0.1ms) begin transaction
399
+ --------------------------------------------
400
+ WelcomeControllerTest: test_should_get_index
401
+ --------------------------------------------
402
+ Processing by WelcomeController#index as HTML
403
+ Rendering inline template within layouts/application
404
+ Rendered inline template within layouts/application (0.3ms)
405
+ Completed 200 OK in 152ms (Views: 148.0ms | ActiveRecord: 0.0ms)
406
+  (0.1ms) rollback transaction
407
+  (0.1ms) begin transaction
408
+ -----------------------------------
409
+ HtmlFormatTest: test_array_of_array
410
+ -----------------------------------
411
+  (0.1ms) rollback transaction
412
+  (0.1ms) begin transaction
413
+ --------------------------------
414
+ HtmlFormatTest: test_html_format
415
+ --------------------------------
416
+  (0.0ms) rollback transaction
417
+  (0.0ms) begin transaction
418
+ ----------------------------
419
+ HtmlFormatTest: test_to_html
420
+ ----------------------------
421
+  (0.0ms) rollback transaction
422
+  (0.0ms) begin transaction
423
+ --------------------------
424
+ HtmlFormatTest: test_array
425
+ --------------------------
426
+  (0.0ms) rollback transaction
427
+  (0.0ms) begin transaction
428
+ ----------------------------------
429
+ HtmlFormatTest: test_array_of_hash
430
+ ----------------------------------
431
+  (0.1ms) rollback transaction
432
+  (0.0ms) begin transaction
433
+ -------------------------
434
+ HtmlFormatTest: test_hash
435
+ -------------------------
436
+  (0.1ms) rollback transaction
@@ -0,0 +1 @@
1
+ 8921
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: html_format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - akicho8
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-24 00:00:00.000000000 Z
11
+ date: 2017-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -104,6 +104,8 @@ files:
104
104
  - test/dummy/db/development.sqlite3
105
105
  - test/dummy/db/schema.rb
106
106
  - test/dummy/db/test.sqlite3
107
+ - test/dummy/log/development.log
108
+ - test/dummy/log/test.log
107
109
  - test/dummy/public/404.html
108
110
  - test/dummy/public/422.html
109
111
  - test/dummy/public/500.html
@@ -821,6 +823,7 @@ files:
821
823
  - test/dummy/tmp/cache/sprockets/v3.0/yARna5IhMeVBJAQMYp1UlehE7IKbxVQzeNMNbUHbHWI.cache
822
824
  - test/dummy/tmp/cache/sprockets/v3.0/yj4YInu6LwJ4VsCzrm4aLGESGnv9eerZKl6LFwjPZlQ.cache
823
825
  - test/dummy/tmp/cache/sprockets/v3.0/zp0RFWKsW28g26Y60tgxtWB9_NvKhKdXaYiWmkl_9fI.cache
826
+ - test/dummy/tmp/pids/server.pid
824
827
  - test/html_format_test.rb
825
828
  - test/test_helper.rb
826
829
  homepage: ''
@@ -882,6 +885,8 @@ test_files:
882
885
  - test/dummy/db/development.sqlite3
883
886
  - test/dummy/db/schema.rb
884
887
  - test/dummy/db/test.sqlite3
888
+ - test/dummy/log/development.log
889
+ - test/dummy/log/test.log
885
890
  - test/dummy/public/404.html
886
891
  - test/dummy/public/422.html
887
892
  - test/dummy/public/500.html
@@ -1601,5 +1606,6 @@ test_files:
1601
1606
  - test/dummy/tmp/cache/sprockets/v3.0/zp0RFWKsW28g26Y60tgxtWB9_NvKhKdXaYiWmkl_9fI.cache
1602
1607
  - test/dummy/tmp/cache/sprockets/v3.0/ZP2yZ2i87J13xXbgIfJUlajKRLbhFkoynz8fVHe99wI.cache
1603
1608
  - test/dummy/tmp/cache/sprockets/v3.0/Zvealnkdd033Aa9acb0T-UCvoUAotWrc65fhwJSc1s8.cache
1609
+ - test/dummy/tmp/pids/server.pid
1604
1610
  - test/html_format_test.rb
1605
1611
  - test/test_helper.rb