html_format 0.0.5 → 0.0.6
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.
- checksums.yaml +5 -5
- data/lib/html_format/generator.rb +2 -2
- data/lib/html_format/version.rb +1 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +265 -30
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/-u/-uHzz-visVXf0x37U7vFflkIloTb1lNRT5ncdjP3YQY.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/1n/1naepu3JfeIFxEnlheq5RwAAeyvuCEu9kJau_f-H-2Y.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/5Z/5zW9jPNOwbzqCV56qmeDRZ2c6qUmxTo01sgJGoFoJfw.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ec/EcLe3AjoCuiQQgQnkn7km-hEt6CX8Kf0heMJGw1wiNk.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/LrT_J0m4ZDt_sToXs4zug3Tt1bNHiI6cgdN-iAtuyx8.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/Lrl-fcPwt6PsiweJJuXCk6C8alUay2BpiMZqM88v7hE.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/lr1l8eHDteCS9Z-p-tuNgQ5UzWt2ymIIgi1aHl2G8Z8.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/lrcqvvGfM1-mUUK3kTWo2F54foSVoLLNrsLC9iWz6EI.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Mk/MkR4K6p36DrdOjKOILfZpy5mEbTx_Nz0eylEJhg03uM.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Nt/NtgkhTwrMrPWdxFMnoLXAD-2FmfHUdNmpmMIwzto9DI.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0LXLb-A4pf7gDPJAPcS3Tu9SYB_L516wZJguAp3B6s.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/XY/XYo-AmWD-H_5_6k67TPpGbS44vDDBOHJE4QyCKUos5E.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ys/YsSsqMMojgs0niLu4WD5Be3f1P2g1R7DClMsG-HvIJM.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/d3/D3ExeeEMI5u5BV_L8tdsXWqDev21mVrChVzJLj19EvU.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/dg/dgZ3OHr_v2UW3SNfmwDm0p4owiDoO3zImrCKgONpVi4.cache +1 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/dq/dqAN2Z_if1ATNpYasCBGmuoUGO2cQfdY2eak2TeteCY.cache +3 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/hL/hLE4pScntNY8bP0rlsCRMOv_QjhlYEpyDzoTLKgMgi8.cache +0 -0
- data/test/dummy/tmp/cache/assets/sprockets/v3.0/nh/nhUJSUHQVVRB_ccSayg9yYPsaq7Pdw_aG9Hvt34c_eg.cache +0 -0
- data/test/html_format_test.rb +11 -7
- metadata +33 -7
- data/test/dummy/log/development.log +0 -195
- data/test/dummy/tmp/pids/server.pid +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 0df4e34d3dc4a90ca83a41cda6aff71d912f80b9bc5e79db661d5bd439c1740e
|
|
4
|
+
data.tar.gz: 506d1324376c4d2ba46470b1487ebee284b36c33396c011a53abe3d694f3af66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6e7281ed15bc307fbd4661eaa81d44282d31ad53abf598a7e5ba1e0c4dd4bb6cb7ce9dba4a1e39cd0afb03beb3894d30791f1c7c20e8ceb594d48c5fb34530b
|
|
7
|
+
data.tar.gz: 6ccc1bd1a4b997c75dbc8e08ed524466b2ecc3677f877d95aad1817415266bbfe70e60b4dfa11835c3ac6237554e68e25807bee1231a64da81bcda635c466cda
|
|
@@ -72,7 +72,7 @@ module HtmlFormat
|
|
|
72
72
|
body = tag.div(body, :class => 'table-responsive')
|
|
73
73
|
end
|
|
74
74
|
if @options[:title].present?
|
|
75
|
-
body = tag.(@options[:title_tag], @options[:title], :class => 'title') + body
|
|
75
|
+
body = tag.send(@options[:title_tag], @options[:title], :class => 'title') + body
|
|
76
76
|
end
|
|
77
77
|
end
|
|
78
78
|
tag.div(body, :class => ['html_format', "html_format_depth_#{@options[:depth]}"])
|
|
@@ -216,7 +216,7 @@ module HtmlFormat
|
|
|
216
216
|
|
|
217
217
|
def table_class(info)
|
|
218
218
|
if @options[:depth] == 0
|
|
219
|
-
[
|
|
219
|
+
[@options[:table_class], info[:css_class]].join(' ').squish.scan(/\S+/).uniq.join(' ')
|
|
220
220
|
else
|
|
221
221
|
# Keep nested tables small and avoid decorations
|
|
222
222
|
['table', 'table-condensed']
|
data/lib/html_format/version.rb
CHANGED
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
data/test/dummy/log/test.log
CHANGED
|
@@ -1,32 +1,147 @@
|
|
|
1
|
-
[1m[35m (0.
|
|
1
|
+
[1m[35m (0.7ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
2
2
|
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
3
|
-
[1m[35m (0.
|
|
4
|
-
[1m[35m (0.
|
|
5
|
-
[1m[35m (1.
|
|
3
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
4
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
5
|
+
[1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
6
6
|
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
7
|
-
[1m[35m (1.
|
|
7
|
+
[1m[35m (1.3ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (0)[0m
|
|
8
8
|
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
9
9
|
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
10
|
-
[1m[35m (0.
|
|
11
|
-
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "
|
|
12
|
-
[1m[35m (1.
|
|
10
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
11
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2018-01-27 09:42:07.363087"], ["updated_at", "2018-01-27 09:42:07.363087"]]
|
|
12
|
+
[1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
|
|
13
13
|
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
14
14
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
15
15
|
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
|
16
|
-
[1m[35m (0.
|
|
16
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
17
17
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
18
18
|
--------------------------------------------
|
|
19
19
|
WelcomeControllerTest: test_should_get_index
|
|
20
20
|
--------------------------------------------
|
|
21
21
|
Processing by WelcomeController#index as HTML
|
|
22
|
-
Rendering
|
|
23
|
-
Rendered
|
|
24
|
-
Completed 200 OK in
|
|
22
|
+
Rendering html template within layouts/application
|
|
23
|
+
Rendered html template within layouts/application (0.0ms)
|
|
24
|
+
Completed 200 OK in 1582ms (Views: 1579.5ms | ActiveRecord: 0.0ms)
|
|
25
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
26
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
27
|
+
----------------------------------
|
|
28
|
+
HtmlFormatTest: test_array_of_hash
|
|
29
|
+
----------------------------------
|
|
30
|
+
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
|
31
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
32
|
+
--------------------------
|
|
33
|
+
HtmlFormatTest: test_array
|
|
34
|
+
--------------------------
|
|
35
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
36
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
37
|
+
-------------------------
|
|
38
|
+
HtmlFormatTest: test_hash
|
|
39
|
+
-------------------------
|
|
40
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
41
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
42
|
+
--------------------------------
|
|
43
|
+
HtmlFormatTest: test_html_format
|
|
44
|
+
--------------------------------
|
|
45
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
46
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
47
|
+
-----------------------------------
|
|
48
|
+
HtmlFormatTest: test_array_of_array
|
|
49
|
+
-----------------------------------
|
|
50
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
51
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
52
|
+
----------------------------
|
|
53
|
+
HtmlFormatTest: test_to_html
|
|
54
|
+
----------------------------
|
|
55
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
56
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
57
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
58
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
59
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
60
|
+
[1m[35m (2.4ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
61
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
62
|
+
[1m[35m (0.8ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (0)[0m
|
|
63
|
+
[1m[35m (0.8ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
64
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
65
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
66
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2018-01-27 09:45:09.540738"], ["updated_at", "2018-01-27 09:45:09.540738"]]
|
|
67
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
|
68
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
69
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
70
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
|
71
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
72
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
73
|
+
--------------------------------
|
|
74
|
+
HtmlFormatTest: test_html_format
|
|
75
|
+
--------------------------------
|
|
76
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
77
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
78
|
+
----------------------------------
|
|
79
|
+
HtmlFormatTest: test_array_of_hash
|
|
80
|
+
----------------------------------
|
|
81
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
82
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
83
|
+
--------------------------
|
|
84
|
+
HtmlFormatTest: test_array
|
|
85
|
+
--------------------------
|
|
25
86
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
26
87
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
88
|
+
-----------------------------------
|
|
89
|
+
HtmlFormatTest: test_array_of_array
|
|
90
|
+
-----------------------------------
|
|
91
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
92
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
93
|
+
----------------------------
|
|
94
|
+
HtmlFormatTest: test_to_html
|
|
95
|
+
----------------------------
|
|
96
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
97
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
27
98
|
-------------------------
|
|
28
99
|
HtmlFormatTest: test_hash
|
|
29
100
|
-------------------------
|
|
101
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
102
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
103
|
+
--------------------------------------------
|
|
104
|
+
WelcomeControllerTest: test_should_get_index
|
|
105
|
+
--------------------------------------------
|
|
106
|
+
Processing by WelcomeController#index as HTML
|
|
107
|
+
Rendering html template within layouts/application
|
|
108
|
+
Rendered html template within layouts/application (0.0ms)
|
|
109
|
+
Completed 200 OK in 177ms (Views: 174.3ms | ActiveRecord: 0.0ms)
|
|
110
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
111
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
112
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
113
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
114
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
115
|
+
[1m[35m (2.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
116
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
117
|
+
[1m[35m (1.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (0)[0m
|
|
118
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
119
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
120
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
121
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2018-01-27 09:45:35.314025"], ["updated_at", "2018-01-27 09:45:35.314025"]]
|
|
122
|
+
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
|
|
123
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
124
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
125
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
|
126
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
127
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
128
|
+
--------------------------------------------
|
|
129
|
+
WelcomeControllerTest: test_should_get_index
|
|
130
|
+
--------------------------------------------
|
|
131
|
+
Processing by WelcomeController#index as HTML
|
|
132
|
+
Rendering html template within layouts/application
|
|
133
|
+
Rendered html template within layouts/application (0.0ms)
|
|
134
|
+
Completed 200 OK in 165ms (Views: 162.3ms | ActiveRecord: 0.0ms)
|
|
135
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
136
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
137
|
+
-----------------------------------
|
|
138
|
+
HtmlFormatTest: test_array_of_array
|
|
139
|
+
-----------------------------------
|
|
140
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
141
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
142
|
+
----------------------------------
|
|
143
|
+
HtmlFormatTest: test_array_of_hash
|
|
144
|
+
----------------------------------
|
|
30
145
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
31
146
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
32
147
|
----------------------------
|
|
@@ -34,20 +149,75 @@ HtmlFormatTest: test_to_html
|
|
|
34
149
|
----------------------------
|
|
35
150
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
36
151
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
152
|
+
-------------------------
|
|
153
|
+
HtmlFormatTest: test_hash
|
|
154
|
+
-------------------------
|
|
155
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
156
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
157
|
+
--------------------------------
|
|
158
|
+
HtmlFormatTest: test_html_format
|
|
159
|
+
--------------------------------
|
|
160
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
161
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
37
162
|
--------------------------
|
|
38
163
|
HtmlFormatTest: test_array
|
|
39
164
|
--------------------------
|
|
40
165
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
166
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
167
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
168
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
169
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
170
|
+
[1m[35m (2.8ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
171
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
172
|
+
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (0)[0m
|
|
173
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
174
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
175
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
176
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2018-01-27 09:47:07.583411"], ["updated_at", "2018-01-27 09:47:07.583411"]]
|
|
177
|
+
[1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
|
|
178
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
179
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
180
|
+
[1m[35m (0.1ms)[0m [1m[36mcommit transaction[0m
|
|
181
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
41
182
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
183
|
+
--------------------------------------------
|
|
184
|
+
WelcomeControllerTest: test_should_get_index
|
|
185
|
+
--------------------------------------------
|
|
186
|
+
Processing by WelcomeController#index as HTML
|
|
187
|
+
Rendering html template within layouts/application
|
|
188
|
+
Rendered html template within layouts/application (0.0ms)
|
|
189
|
+
Completed 200 OK in 192ms (Views: 188.8ms | ActiveRecord: 0.0ms)
|
|
190
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
191
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
192
|
+
----------------------------
|
|
193
|
+
HtmlFormatTest: test_to_html
|
|
194
|
+
----------------------------
|
|
195
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
196
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
197
|
+
---------------------------------
|
|
198
|
+
HtmlFormatTest: test_title_option
|
|
199
|
+
---------------------------------
|
|
200
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
201
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
42
202
|
-----------------------------------
|
|
43
203
|
HtmlFormatTest: test_array_of_array
|
|
44
204
|
-----------------------------------
|
|
45
205
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
46
|
-
[1m[35m (0.
|
|
206
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
47
207
|
----------------------------------
|
|
48
208
|
HtmlFormatTest: test_array_of_hash
|
|
49
209
|
----------------------------------
|
|
210
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
211
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
212
|
+
--------------------------
|
|
213
|
+
HtmlFormatTest: test_array
|
|
214
|
+
--------------------------
|
|
50
215
|
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
216
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
217
|
+
-------------------------
|
|
218
|
+
HtmlFormatTest: test_hash
|
|
219
|
+
-------------------------
|
|
220
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
51
221
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
52
222
|
--------------------------------
|
|
53
223
|
HtmlFormatTest: test_html_format
|
|
@@ -57,23 +227,42 @@ HtmlFormatTest: test_html_format
|
|
|
57
227
|
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
58
228
|
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
59
229
|
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
60
|
-
[1m[35m (
|
|
230
|
+
[1m[35m (2.7ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
61
231
|
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
62
|
-
[1m[35m (1.
|
|
63
|
-
[1m[35m (1.
|
|
64
|
-
[1m[36mActiveRecord::InternalMetadata Load (0.
|
|
65
|
-
[1m[35m (0.
|
|
66
|
-
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "
|
|
67
|
-
[1m[35m (
|
|
232
|
+
[1m[35m (1.0ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (0)[0m
|
|
233
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
234
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
235
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
236
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2018-01-27 09:49:12.876371"], ["updated_at", "2018-01-27 09:49:12.876371"]]
|
|
237
|
+
[1m[35m (0.8ms)[0m [1m[36mcommit transaction[0m
|
|
68
238
|
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
69
239
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
70
240
|
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
|
71
241
|
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
72
242
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
243
|
+
--------------------------------------------
|
|
244
|
+
WelcomeControllerTest: test_should_get_index
|
|
245
|
+
--------------------------------------------
|
|
246
|
+
Processing by WelcomeController#index as HTML
|
|
247
|
+
Rendering html template within layouts/application
|
|
248
|
+
Rendered html template within layouts/application (0.0ms)
|
|
249
|
+
Completed 200 OK in 172ms (Views: 169.4ms | ActiveRecord: 0.0ms)
|
|
250
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
251
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
252
|
+
-------------------------
|
|
253
|
+
HtmlFormatTest: test_hash
|
|
254
|
+
-------------------------
|
|
255
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
256
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
257
|
+
-----------------------------------
|
|
258
|
+
HtmlFormatTest: test_array_of_array
|
|
259
|
+
-----------------------------------
|
|
260
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
261
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
73
262
|
----------------------------------
|
|
74
263
|
HtmlFormatTest: test_array_of_hash
|
|
75
264
|
----------------------------------
|
|
76
|
-
[1m[35m (0.
|
|
265
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
77
266
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
78
267
|
--------------------------
|
|
79
268
|
HtmlFormatTest: test_array
|
|
@@ -83,28 +272,74 @@ HtmlFormatTest: test_array
|
|
|
83
272
|
----------------------------
|
|
84
273
|
HtmlFormatTest: test_to_html
|
|
85
274
|
----------------------------
|
|
86
|
-
[1m[35m (0.
|
|
87
|
-
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
88
|
-
-----------------------------------
|
|
89
|
-
HtmlFormatTest: test_array_of_array
|
|
90
|
-
-----------------------------------
|
|
91
|
-
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
275
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
92
276
|
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
93
277
|
--------------------------------
|
|
94
278
|
HtmlFormatTest: test_html_format
|
|
95
279
|
--------------------------------
|
|
280
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
281
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
282
|
+
---------------------------------
|
|
283
|
+
HtmlFormatTest: test_title_option
|
|
284
|
+
---------------------------------
|
|
96
285
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
|
286
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
287
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
288
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
289
|
+
[1m[35m (0.0ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
|
290
|
+
[1m[35m (2.5ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
|
291
|
+
[1m[35m (0.2ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
292
|
+
[1m[35m (1.2ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES (0)[0m
|
|
293
|
+
[1m[35m (1.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
|
294
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
97
295
|
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
296
|
+
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", "2018-01-27 09:49:39.944091"], ["updated_at", "2018-01-27 09:49:39.944091"]]
|
|
297
|
+
[1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
|
|
298
|
+
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", "environment"], ["LIMIT", 1]]
|
|
299
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
300
|
+
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
|
301
|
+
[1m[35m (0.1ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC[0m
|
|
302
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
|
303
|
+
----------------------------------
|
|
304
|
+
HtmlFormatTest: test_array_of_hash
|
|
305
|
+
----------------------------------
|
|
306
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
307
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
308
|
+
---------------------------------
|
|
309
|
+
HtmlFormatTest: test_title_option
|
|
310
|
+
---------------------------------
|
|
311
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
312
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
98
313
|
-------------------------
|
|
99
314
|
HtmlFormatTest: test_hash
|
|
100
315
|
-------------------------
|
|
101
|
-
[1m[35m (0.
|
|
102
|
-
[1m[35m (0.
|
|
316
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
317
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
318
|
+
--------------------------
|
|
319
|
+
HtmlFormatTest: test_array
|
|
320
|
+
--------------------------
|
|
321
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
322
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
323
|
+
----------------------------
|
|
324
|
+
HtmlFormatTest: test_to_html
|
|
325
|
+
----------------------------
|
|
326
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
327
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
328
|
+
--------------------------------
|
|
329
|
+
HtmlFormatTest: test_html_format
|
|
330
|
+
--------------------------------
|
|
331
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
332
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
333
|
+
-----------------------------------
|
|
334
|
+
HtmlFormatTest: test_array_of_array
|
|
335
|
+
-----------------------------------
|
|
336
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
|
337
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
|
103
338
|
--------------------------------------------
|
|
104
339
|
WelcomeControllerTest: test_should_get_index
|
|
105
340
|
--------------------------------------------
|
|
106
341
|
Processing by WelcomeController#index as HTML
|
|
107
342
|
Rendering html template within layouts/application
|
|
108
343
|
Rendered html template within layouts/application (0.0ms)
|
|
109
|
-
Completed 200 OK in
|
|
344
|
+
Completed 200 OK in 164ms (Views: 162.3ms | ActiveRecord: 0.0ms)
|
|
110
345
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/-u/-uHzz-visVXf0x37U7vFflkIloTb1lNRT5ncdjP3YQY.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
I"�app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=4a1a56a20468661be5676fcec52044a60cc8153d51abc94ece8c79b9328c3905:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/1n/1naepu3JfeIFxEnlheq5RwAAeyvuCEu9kJau_f-H-2Y.cache
ADDED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/5Z/5zW9jPNOwbzqCV56qmeDRZ2c6qUmxTo01sgJGoFoJfw.cache
ADDED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ec/EcLe3AjoCuiQQgQnkn7km-hEt6CX8Kf0heMJGw1wiNk.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"%���8XK�q:�n�p�e�kpw6�=��
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/LrT_J0m4ZDt_sToXs4zug3Tt1bNHiI6cgdN-iAtuyx8.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
I"�/Users/ikeda/src/html_format/app/assets/stylesheets/html_format/control.sass?type=text/css&pipeline=self&id=cce4ed647fa1d33b8cb6e3229edc051b9181261dea9385a6a3d5206d0bb70771:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/Lrl-fcPwt6PsiweJJuXCk6C8alUay2BpiMZqM88v7hE.cache
CHANGED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/lr1l8eHDteCS9Z-p-tuNgQ5UzWt2ymIIgi1aHl2G8Z8.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
I"�app/assets/javascripts/application.js?type=application/javascript&id=bab885d5c0ac07d44ade60cbf6532274f4d05c8dbbc754f7fb84f5326c26fa0a:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/lrcqvvGfM1-mUUK3kTWo2F54foSVoLLNrsLC9iWz6EI.cache
CHANGED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Mk/MkR4K6p36DrdOjKOILfZpy5mEbTx_Nz0eylEJhg03uM.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
I"�/usr/local/var/rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/twitter-bootstrap-rails-3.2.2/app/assets/stylesheets/twitter-bootstrap-static/bootstrap.css.erb?type=text/css&pipeline=self&id=d25e31819d871fb135bb8ab77a881f156f71ea91af9a040d6ccefd7b57768b1b:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Nt/NtgkhTwrMrPWdxFMnoLXAD-2FmfHUdNmpmMIwzto9DI.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"%Qc�L���2��;M-"�v��Ȇ��
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0LXLb-A4pf7gDPJAPcS3Tu9SYB_L516wZJguAp3B6s.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
I"�app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=cd6d8afe99a916fb883231914dbfd52bfd937dbec0afb71d2ac6f8b75cd26620:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/XY/XYo-AmWD-H_5_6k67TPpGbS44vDDBOHJE4QyCKUos5E.cache
ADDED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/Ys/YsSsqMMojgs0niLu4WD5Be3f1P2g1R7DClMsG-HvIJM.cache
CHANGED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/d3/D3ExeeEMI5u5BV_L8tdsXWqDev21mVrChVzJLj19EvU.cache
ADDED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/dg/dgZ3OHr_v2UW3SNfmwDm0p4owiDoO3zImrCKgONpVi4.cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
I"}app/assets/stylesheets/application.css?type=text/css&id=e3e96cc63a01028f37ecea75105b0b28da8983793571d1bc2d444ff52dfefb2b:ET
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/dq/dqAN2Z_if1ATNpYasCBGmuoUGO2cQfdY2eak2TeteCY.cache
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
[o:Set:
|
|
2
|
+
@hash}
|
|
3
|
+
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Kprocessors:type=text/css&file_type=text/css&engines=.erb&pipeline=self;TTI"�file-digest:///usr/local/var/rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/twitter-bootstrap-rails-3.2.2/app/assets/stylesheets/twitter-bootstrap-static/bootstrap.css.erb;TTF
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/hL/hLE4pScntNY8bP0rlsCRMOv_QjhlYEpyDzoTLKgMgi8.cache
ADDED
|
Binary file
|
data/test/dummy/tmp/cache/assets/sprockets/v3.0/nh/nhUJSUHQVVRB_ccSayg9yYPsaq7Pdw_aG9Hvt34c_eg.cache
ADDED
|
Binary file
|
data/test/html_format_test.rb
CHANGED
|
@@ -2,16 +2,16 @@ require 'test_helper'
|
|
|
2
2
|
|
|
3
3
|
class HtmlFormatTest < ActiveSupport::TestCase
|
|
4
4
|
setup do
|
|
5
|
-
HtmlFormat.default_options[:table_class] =
|
|
5
|
+
HtmlFormat.default_options[:table_class] = ["foo"]
|
|
6
6
|
end
|
|
7
7
|
|
|
8
8
|
test "html_format" do
|
|
9
9
|
assert_nil html_format(nil)
|
|
10
|
-
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"
|
|
10
|
+
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"foo html_format_type_object\"><tbody><tr><td>1</td></tr></tbody></table></div>", html_format(1)
|
|
11
11
|
end
|
|
12
12
|
|
|
13
13
|
test "to_html" do
|
|
14
|
-
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"
|
|
14
|
+
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"foo html_format_type_object\"><tbody><tr><td>1</td></tr></tbody></table></div>", 1.to_html
|
|
15
15
|
assert_nil [].to_html
|
|
16
16
|
assert_nil "".to_html
|
|
17
17
|
end
|
|
@@ -22,12 +22,12 @@ class HtmlFormatTest < ActiveSupport::TestCase
|
|
|
22
22
|
{id: 2, name: "bob", created_at: "2000-01-02"},
|
|
23
23
|
{id: 3, name: "carol", created_at: "2000-01-03"},
|
|
24
24
|
]
|
|
25
|
-
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"
|
|
25
|
+
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"foo html_format_type_array_of_hash\"><thead><tr><th>id</th><th>name</th><th>created_at</th></tr></thead><tbody><tr><td>1</td><td>alice</td><td>2000-01-01</td></tr><tr><td>2</td><td>bob</td><td>2000-01-02</td></tr><tr><td>3</td><td>carol</td><td>2000-01-03</td></tr></tbody></table></div>", v.to_html
|
|
26
26
|
end
|
|
27
27
|
|
|
28
28
|
test "hash"do
|
|
29
29
|
v = {id: 1, name: "alice", created_at: "2000-01-01"}
|
|
30
|
-
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"
|
|
30
|
+
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"foo html_format_type_hash\"><tr><th>id</th><td>1</td></tr><tr><th>name</th><td>alice</td></tr><tr><th>created_at</th><td>2000-01-01</td></tr></table></div>", v.to_html
|
|
31
31
|
end
|
|
32
32
|
|
|
33
33
|
test "array of array" do
|
|
@@ -36,10 +36,14 @@ class HtmlFormatTest < ActiveSupport::TestCase
|
|
|
36
36
|
[4, 5, 6],
|
|
37
37
|
[7, 8, 9],
|
|
38
38
|
]
|
|
39
|
-
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"
|
|
39
|
+
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"foo html_format_type_array_of_array\"><tbody><tr><td>1</td><td>2</td><td>3</td></tr><tr><td>4</td><td>5</td><td>6</td></tr><tr><td>7</td><td>8</td><td>9</td></tr></tbody></table></div>", v.to_html
|
|
40
40
|
end
|
|
41
41
|
|
|
42
42
|
test "array" do
|
|
43
|
-
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"
|
|
43
|
+
assert_equal "<div class=\"html_format html_format_depth_0\"><table class=\"foo html_format_type_array\"><tbody><tr><td>0</td><td>1</td><td>2</td><td>3</td></tr></tbody></table></div>", [0, 1, 2, 3].to_html
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
test "title option" do
|
|
47
|
+
assert_equal "<div class=\"html_format html_format_depth_0\"><h2 class=\"title\">(title)</h2><table class=\"foo html_format_type_array\"><tbody><tr><td>0</td></tr></tbody></table></div>", [0].to_html(title: "(title)")
|
|
44
48
|
end
|
|
45
49
|
end
|
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.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- akicho8
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -104,7 +104,6 @@ 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
107
|
- test/dummy/log/test.log
|
|
109
108
|
- test/dummy/public/404.html
|
|
110
109
|
- test/dummy/public/422.html
|
|
@@ -116,6 +115,7 @@ files:
|
|
|
116
115
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/-8iaGYelIAFC0ixbJHrBXuLf3ng96b7FptjdP0aoMls.cache
|
|
117
116
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/-ZgWrnnmM1003jCwQPJ34uUmv-0U4DMnXJ9BLrGV-YQ.cache
|
|
118
117
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/-_SEM0k7YtCcSkZEW6wnTgUQlGRQk_cUBJZfuFHs17c.cache
|
|
118
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/-u/-uHzz-visVXf0x37U7vFflkIloTb1lNRT5ncdjP3YQY.cache
|
|
119
119
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/-y/-yotn1oLm9Jv6FQMimhNqcV3_bgKomjh6Fh2wWkAMGs.cache
|
|
120
120
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/00x01ejq_rELDLJ32HQrLkfI31vMG1d5KJFPNSQlfxU.cache
|
|
121
121
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/0A/0A3eySLIGiY5vn2zGMCTqqGmlxu-ON51VC7h_H4u2WU.cache
|
|
@@ -133,6 +133,7 @@ files:
|
|
|
133
133
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/1KeGKibRZEwn6zoOpklUUI8TwCUL9d5meKnpgBlp8EE.cache
|
|
134
134
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/1MS9xUyvwuFYM8nTePHZxo3A-aY0Y79Pug3Et8BkA3A.cache
|
|
135
135
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/1hbQFWP2SWnn_xM9P0hnnuOHH8o_Y9UAZuopcWsOODc.cache
|
|
136
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/1n/1naepu3JfeIFxEnlheq5RwAAeyvuCEu9kJau_f-H-2Y.cache
|
|
136
137
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/1vgQWU1CWpVCAEoJFlH38NV2wEf36mqY1P-sMgRzSjM.cache
|
|
137
138
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/22Ss-BEpUBbGQKkYfCdnTV8D3B_DdquIXBf42ueyaMc.cache
|
|
138
139
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/22y1Fyh91Qlc5FEf2EuiZ6xc8LR1dWt3DrvrPWU2tvk.cache
|
|
@@ -185,6 +186,7 @@ files:
|
|
|
185
186
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5SkJZWQEFIg8ZlpH1g-4MZ99KJcifLfbqA3W_-qu6hU.cache
|
|
186
187
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5WBUYY9uFkxoj3wVue677PrqKIRP40smjjaybwGBc9E.cache
|
|
187
188
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5Z/5ZM-fdmHQ_B-zbr5n4nsUbRgG5QtDYvOBZVPPL9o1Lg.cache
|
|
189
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/5Z/5zW9jPNOwbzqCV56qmeDRZ2c6qUmxTo01sgJGoFoJfw.cache
|
|
188
190
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5j/5jIKqizPGzAIBjSmBT_3_UADVHkoz3QafUO1nh0NPv0.cache
|
|
189
191
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5m/5mKXO70zN2AZDB2vGHZIeLm95KJEaU9ZS5feRprBWKg.cache
|
|
190
192
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5n/5nq_7iKqZYotdNeZfuXLo1tqfFg8oUkCEt6QRsq5zFk.cache
|
|
@@ -283,6 +285,7 @@ files:
|
|
|
283
285
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/EM/EMuS0ep8H4UVgiwL8xNfxBSvo7Bj3r_ytwVieNYl5EA.cache
|
|
284
286
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/EV/EVuz5D4WFn5gDxICXXhFtnmgX5pa2MGcr8JO5wQKtAE.cache
|
|
285
287
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/EVuz5D4WFn5gDxICXXhFtnmgX5pa2MGcr8JO5wQKtAE.cache
|
|
288
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Ec/EcLe3AjoCuiQQgQnkn7km-hEt6CX8Kf0heMJGw1wiNk.cache
|
|
286
289
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/EnmkbHpHuF8the7zDmEtaj8haRia2lP-cAd_H3GNlP8.cache
|
|
287
290
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/F9AJYehLPRUBUPE9lCRb5ZNNt7aZzTU_z-y2nZUB6ok.cache
|
|
288
291
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/FD/FDnWnag1u1h4Q3n1AtSMQ67JW4df2fW1wsmyLusQjJk.cache
|
|
@@ -355,18 +358,22 @@ files:
|
|
|
355
358
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lh_0BIO59x2fy4fS-u1Jfe6AnYpXrWpE-MQJzYoRB1k.cache
|
|
356
359
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/LitYUa1dXkp-8NfleF6-0W6oeLwkq8Vx7BhaCu7G9hY.cache
|
|
357
360
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lp/Lp0DzCYXX2adE0aiCZF1re0uYYsp-Xreujj2KkM69EM.cache
|
|
361
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/LrT_J0m4ZDt_sToXs4zug3Tt1bNHiI6cgdN-iAtuyx8.cache
|
|
358
362
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/Lrl-fcPwt6PsiweJJuXCk6C8alUay2BpiMZqM88v7hE.cache
|
|
363
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/lr1l8eHDteCS9Z-p-tuNgQ5UzWt2ymIIgi1aHl2G8Z8.cache
|
|
359
364
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/lrcqvvGfM1-mUUK3kTWo2F54foSVoLLNrsLC9iWz6EI.cache
|
|
360
365
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lz/LzXb4Qe47QFUoe8BRic1PMxC8hDcFAzuLfSFh0uBFt0.cache
|
|
361
366
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/M7/M7BGF4aGEirZ7RipuAIxL7mLGTmHJSARS9syNt1KGaw.cache
|
|
362
367
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/MB/MB7TIuPeM4sbktzXvM6oxaeUpAs13O0Vo-O4hNh2Nco.cache
|
|
363
368
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Me/Mece5xikvX5XhyWuc25tLTZsoPBFJB2w6ydtEakHvgw.cache
|
|
369
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Mk/MkR4K6p36DrdOjKOILfZpy5mEbTx_Nz0eylEJhg03uM.cache
|
|
364
370
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Mv1X87GF2IdQWhCsXbcuAeztiE9563aklh81-hRVdYY.cache
|
|
365
371
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Mw/Mwrl5Pvbc6CSqnmeGTw2ngjsjQPPhuIGxeg0IZ2sRRI.cache
|
|
366
372
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/N-QGBZc4BxpGqmpXogK8xieeM2jse9kPE8_QT1LwIuI.cache
|
|
367
373
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nd1c-EMl89Ndb_rfDE2zWpPDQMYov8bF7lWUxcRuKrA.cache
|
|
368
374
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nf/NfYF2U5gmm2dwIlECVS_vYceSYZeHJ8JDl8_VOfl4sQ.cache
|
|
369
375
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/NjtXCeAAhy8UuL37t2OYvu8mXIG3E2Fjv7z_8VgasCA.cache
|
|
376
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nt/NtgkhTwrMrPWdxFMnoLXAD-2FmfHUdNmpmMIwzto9DI.cache
|
|
370
377
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nu7YYrF4rvUMlNtYqNIEIM0x3iX3BSDAXDhXJr_AN50.cache
|
|
371
378
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nv/NvRQM2TGZbrZbpb60AFHMY0TDoZUs9phuKmLL82YzTM.cache
|
|
372
379
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nx/NxkNDH9aK8P-1eSxht21cqu36vlJROveFvDbkS769ik.cache
|
|
@@ -449,12 +456,14 @@ files:
|
|
|
449
456
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/WU/WUrNswg1hOyZPzj7ZQ-94JHjIAtL4tg3X1eideKCNF0.cache
|
|
450
457
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/WYWWkop6p4XwqRgOBZIz92mPZfgAHyxW4wlEeTka7wU.cache
|
|
451
458
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Wtvd5_3pu6WF64b94_3MwWiEh5kBZb0yk2r9mvpmHiw.cache
|
|
459
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0LXLb-A4pf7gDPJAPcS3Tu9SYB_L516wZJguAp3B6s.cache
|
|
452
460
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0yeidfexmdLfxg2ay2aFbSyYFSWpUQsejiZqV2rUEw.cache
|
|
453
461
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/X4/X4lNART7Ace9R_alxhNEJRrILZjbGKEyU-A9lHMrSO4.cache
|
|
454
462
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/X6tgEX6QtXYzBnunMZEi_m-xNq_FO-FOSStU-vzyg9U.cache
|
|
455
463
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/X8/X8TuPpwq-Vp_fp5QAZAFytmkYlHAIDX0Hdp42TiKiKc.cache
|
|
456
464
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/X8TuPpwq-Vp_fp5QAZAFytmkYlHAIDX0Hdp42TiKiKc.cache
|
|
457
465
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/XFZbWRhxD1QWlrV4a_m3APdoEpl36M8ozGLKThPZrEk.cache
|
|
466
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/XY/XYo-AmWD-H_5_6k67TPpGbS44vDDBOHJE4QyCKUos5E.cache
|
|
458
467
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/XeAvXDlCmx7gXdqur73695ZbK38xXGCS19Z8fmRaXnY.cache
|
|
459
468
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Y0mqfsoN3Nag1bGC_8Gs8qhVWGPZusm3xU4gLiRAEFQ.cache
|
|
460
469
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/YBayio3N6fW-5p3NVnNJxviApsxaIZHAOkx-HmU15p4.cache
|
|
@@ -506,6 +515,7 @@ files:
|
|
|
506
515
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/cUIOO5Q9KW8gVYe99yV0F47SH9Fhjp5U3Ee22JQe3TQ.cache
|
|
507
516
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/cWs65WqTg0k65tT0ZOVTHMVp6OJMFWAawOkp4nNjyPo.cache
|
|
508
517
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/cod0RL3I56WMIaLDFlhml3m-Q-tPqgX93OoU7pAqUYE.cache
|
|
518
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/d3/D3ExeeEMI5u5BV_L8tdsXWqDev21mVrChVzJLj19EvU.cache
|
|
509
519
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/d3/d31dLjhijPnaUfVTwmt_57UzAR9iEx0ZYXwlafokWeg.cache
|
|
510
520
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/d3hTeYPL_PEsOeP7LOx0VV39Au0YxycESLWyvhwTf0E.cache
|
|
511
521
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dD/dDtspfopMp6yVebgN8eNQ0w-wmBwrNb84vDRvQTz_zk.cache
|
|
@@ -513,10 +523,12 @@ files:
|
|
|
513
523
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dN/dNj3WpeeUxcGcyFdJR6iSOKnaeAumx_v33g5WwAyeqw.cache
|
|
514
524
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dW/dWYxc3HgOPHeTv7O6o09-KU7vitiVeJQAn6-9ddQc5o.cache
|
|
515
525
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dcTxwJLFEM9psiQDKFYYJwPHkp3QZLbeFq9B2l6oeT8.cache
|
|
526
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/dg/dgZ3OHr_v2UW3SNfmwDm0p4owiDoO3zImrCKgONpVi4.cache
|
|
516
527
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dl/dlkJbqt69uj1N4fBtbchNIAk01HL9xopIXkYWXkWnyU.cache
|
|
517
528
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dogqwJavsS9Q5pPLyxnZVDucWIjTrLrAeppMnYcYRNU.cache
|
|
518
529
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dp/dpGgQLf7paDRRMO6fGa6MtJMLjpIMIxR_RqYySTAogQ.cache
|
|
519
530
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dpE6ZURWRzdXxSFFzpvZpRc_QEQhEJmIpIHZwZyQ68I.cache
|
|
531
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/dq/dqAN2Z_if1ATNpYasCBGmuoUGO2cQfdY2eak2TeteCY.cache
|
|
520
532
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/e3/e3AFDyT7JcLSPc8_JK2JYCoLn1VgKlKoSFPjhkYsT5I.cache
|
|
521
533
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/eArS0jQ7JJnOnPuOpiSoL-r7Faaq6DErH9fwMVSKZw0.cache
|
|
522
534
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/ePZMzSfpKRY51MDqtZPQiXf0ODXIEgsMFiROOR3JS9s.cache
|
|
@@ -541,6 +553,7 @@ files:
|
|
|
541
553
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/gafDLAJZpB45Lvagj0ONW_WjQctxhf_243VFutD8YFs.cache
|
|
542
554
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/gm/gmP2a06loBPS8bdHFE1sgyj7Tmm91ubApTu3XOHZaOY.cache
|
|
543
555
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hF/hFqZ5ceMQxhEHp_JzCzD4zShL0NG4jKMWZ5GnUcli60.cache
|
|
556
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/hL/hLE4pScntNY8bP0rlsCRMOv_QjhlYEpyDzoTLKgMgi8.cache
|
|
544
557
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hM/HMm9Ta-MxOjM50F4fCq7qKb7iIjeRPsGscs2v_Lh_D4.cache
|
|
545
558
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hM/hMuRXE7phiFTe-1UdxiAcNmJGy_A_pD5fT5coTak8B4.cache
|
|
546
559
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hR/hRXibH1tiXY1o4i3i-q2bHDMkSEfLkYHTP2Lb35V4RM.cache
|
|
@@ -590,6 +603,7 @@ files:
|
|
|
590
603
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/nPznPPsctSvG8PH0LDDeFWOyVQ6XM5Su-hj3Go8NJFw.cache
|
|
591
604
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/nTMU21NRgjwWYBbuAs8wmD3-CsHDcr9NWlKfE6d1abY.cache
|
|
592
605
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/nYV0caXTyXh3bWr7wNiJi79m-EXL9MawrK2wJBlNGZU.cache
|
|
606
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/nh/nhUJSUHQVVRB_ccSayg9yYPsaq7Pdw_aG9Hvt34c_eg.cache
|
|
593
607
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/nmG5vtFlAGPNMv6O9mI7dfBCBoKTMiCwCV-VI_iRT4g.cache
|
|
594
608
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/npMuJI5vTr0040VxoBG9r_fsLI3s53YiUYDmViZo5-Y.cache
|
|
595
609
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/nzma9eKz9PTC4uEEPS7O5EqX5T8WfdntgjEPfQz8UrY.cache
|
|
@@ -849,7 +863,6 @@ files:
|
|
|
849
863
|
- test/dummy/tmp/cache/sprockets/v3.0/yARna5IhMeVBJAQMYp1UlehE7IKbxVQzeNMNbUHbHWI.cache
|
|
850
864
|
- test/dummy/tmp/cache/sprockets/v3.0/yj4YInu6LwJ4VsCzrm4aLGESGnv9eerZKl6LFwjPZlQ.cache
|
|
851
865
|
- test/dummy/tmp/cache/sprockets/v3.0/zp0RFWKsW28g26Y60tgxtWB9_NvKhKdXaYiWmkl_9fI.cache
|
|
852
|
-
- test/dummy/tmp/pids/server.pid
|
|
853
866
|
- test/html_format_test.rb
|
|
854
867
|
- test/test_helper.rb
|
|
855
868
|
homepage: ''
|
|
@@ -872,7 +885,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
872
885
|
version: '0'
|
|
873
886
|
requirements: []
|
|
874
887
|
rubyforge_project:
|
|
875
|
-
rubygems_version: 2.
|
|
888
|
+
rubygems_version: 2.7.3
|
|
876
889
|
signing_key:
|
|
877
890
|
specification_version: 4
|
|
878
891
|
summary: A small library that easily converts various objects to HTML
|
|
@@ -911,7 +924,6 @@ test_files:
|
|
|
911
924
|
- test/dummy/db/development.sqlite3
|
|
912
925
|
- test/dummy/db/schema.rb
|
|
913
926
|
- test/dummy/db/test.sqlite3
|
|
914
|
-
- test/dummy/log/development.log
|
|
915
927
|
- test/dummy/log/test.log
|
|
916
928
|
- test/dummy/public/404.html
|
|
917
929
|
- test/dummy/public/422.html
|
|
@@ -924,6 +936,7 @@ test_files:
|
|
|
924
936
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/-3lA3n4VhRL29ODvzs3xQ6-UmMVr2fhYbBG9QXvMQ_s.cache
|
|
925
937
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/-8iaGYelIAFC0ixbJHrBXuLf3ng96b7FptjdP0aoMls.cache
|
|
926
938
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/-_SEM0k7YtCcSkZEW6wnTgUQlGRQk_cUBJZfuFHs17c.cache
|
|
939
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/-u/-uHzz-visVXf0x37U7vFflkIloTb1lNRT5ncdjP3YQY.cache
|
|
927
940
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/-y/-yotn1oLm9Jv6FQMimhNqcV3_bgKomjh6Fh2wWkAMGs.cache
|
|
928
941
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/-ZgWrnnmM1003jCwQPJ34uUmv-0U4DMnXJ9BLrGV-YQ.cache
|
|
929
942
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/00x01ejq_rELDLJ32HQrLkfI31vMG1d5KJFPNSQlfxU.cache
|
|
@@ -942,6 +955,7 @@ test_files:
|
|
|
942
955
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/1J/1J_eZz7-8_VrD7_SrfmZaiblskpn4jUxTNJdhNX9P4w.cache
|
|
943
956
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/1KeGKibRZEwn6zoOpklUUI8TwCUL9d5meKnpgBlp8EE.cache
|
|
944
957
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/1MS9xUyvwuFYM8nTePHZxo3A-aY0Y79Pug3Et8BkA3A.cache
|
|
958
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/1n/1naepu3JfeIFxEnlheq5RwAAeyvuCEu9kJau_f-H-2Y.cache
|
|
945
959
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/1vgQWU1CWpVCAEoJFlH38NV2wEf36mqY1P-sMgRzSjM.cache
|
|
946
960
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/22Ss-BEpUBbGQKkYfCdnTV8D3B_DdquIXBf42ueyaMc.cache
|
|
947
961
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/22y1Fyh91Qlc5FEf2EuiZ6xc8LR1dWt3DrvrPWU2tvk.cache
|
|
@@ -1001,6 +1015,7 @@ test_files:
|
|
|
1001
1015
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5WBUYY9uFkxoj3wVue677PrqKIRP40smjjaybwGBc9E.cache
|
|
1002
1016
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5wHwVErlB5roam6GZ1ZZ8EAhaesJnQAm0Sv5R3DmbUA.cache
|
|
1003
1017
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/5Z/5ZM-fdmHQ_B-zbr5n4nsUbRgG5QtDYvOBZVPPL9o1Lg.cache
|
|
1018
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/5Z/5zW9jPNOwbzqCV56qmeDRZ2c6qUmxTo01sgJGoFoJfw.cache
|
|
1004
1019
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/61/61ZzhwCqO37aFbKW4nMKR75xz5oXdCA9hlcJ1wB6A60.cache
|
|
1005
1020
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/65YZd3TI4UqPTutkRS9ENKSjcnEC_N03zpKZbZO5wBM.cache
|
|
1006
1021
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/69/69dqZJxXfNSr7kW2PQu_KifNV1I3uDUvoW_23udPCA0.cache
|
|
@@ -1108,11 +1123,13 @@ test_files:
|
|
|
1108
1123
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/cWs65WqTg0k65tT0ZOVTHMVp6OJMFWAawOkp4nNjyPo.cache
|
|
1109
1124
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Cz/CzqgOK3znlL3RYONxkINtbiWBWvSfQOK1ZwslsCvKBA.cache
|
|
1110
1125
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/d3/d31dLjhijPnaUfVTwmt_57UzAR9iEx0ZYXwlafokWeg.cache
|
|
1126
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/d3/D3ExeeEMI5u5BV_L8tdsXWqDev21mVrChVzJLj19EvU.cache
|
|
1111
1127
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/d3hTeYPL_PEsOeP7LOx0VV39Au0YxycESLWyvhwTf0E.cache
|
|
1112
1128
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dcTxwJLFEM9psiQDKFYYJwPHkp3QZLbeFq9B2l6oeT8.cache
|
|
1113
1129
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dD/dDtspfopMp6yVebgN8eNQ0w-wmBwrNb84vDRvQTz_zk.cache
|
|
1114
1130
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dDtspfopMp6yVebgN8eNQ0w-wmBwrNb84vDRvQTz_zk.cache
|
|
1115
1131
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/De/DeNzlyGylKbbSawWDeaMPmOGLjdDjac5X1XXRH_MbFc.cache
|
|
1132
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/dg/dgZ3OHr_v2UW3SNfmwDm0p4owiDoO3zImrCKgONpVi4.cache
|
|
1116
1133
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/DGuJ1ipKVPVG0e8BdqIUexSd2b5Xuu9jjxOsUSYtuzs.cache
|
|
1117
1134
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Dh/DHCkSNNfCLaQAkDfQYTGWIyyAbgYBpRTNnAARsuON40.cache
|
|
1118
1135
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Dh/DhlXaVk_B0Pg5aXBPhPsGN3ucJs0ZxVFScLjTOPnGUw.cache
|
|
@@ -1123,6 +1140,7 @@ test_files:
|
|
|
1123
1140
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dogqwJavsS9Q5pPLyxnZVDucWIjTrLrAeppMnYcYRNU.cache
|
|
1124
1141
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dp/dpGgQLf7paDRRMO6fGa6MtJMLjpIMIxR_RqYySTAogQ.cache
|
|
1125
1142
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dpE6ZURWRzdXxSFFzpvZpRc_QEQhEJmIpIHZwZyQ68I.cache
|
|
1143
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/dq/dqAN2Z_if1ATNpYasCBGmuoUGO2cQfdY2eak2TeteCY.cache
|
|
1126
1144
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Ds27H5KIVEPagyPDRqYjxgdwI-be2jMpZARI4UBiJWU.cache
|
|
1127
1145
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/DSOLSc6A5RVSmvM415eEWAWG_AgOvZcLZOXQjsXyWQA.cache
|
|
1128
1146
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/dW/dWYxc3HgOPHeTv7O6o09-KU7vitiVeJQAn6-9ddQc5o.cache
|
|
@@ -1133,6 +1151,7 @@ test_files:
|
|
|
1133
1151
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/E4tSswY_JI04p4whzOvV9E-PIBmhC5nubggi8PGNuVY.cache
|
|
1134
1152
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/E5kkMw8N3px247culjDXIwIkMEL4T581MFmdGeglRdQ.cache
|
|
1135
1153
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/eArS0jQ7JJnOnPuOpiSoL-r7Faaq6DErH9fwMVSKZw0.cache
|
|
1154
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Ec/EcLe3AjoCuiQQgQnkn7km-hEt6CX8Kf0heMJGw1wiNk.cache
|
|
1136
1155
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/ED/edE3Jyq4kstZdmKvSq0UeAVmXF3huya06FoMQV63QNw.cache
|
|
1137
1156
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/ED/EDkCU0UBQE2kmmcLRgNBe28-YRBgpBINFXNR83joJ8s.cache
|
|
1138
1157
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/EDkCU0UBQE2kmmcLRgNBe28-YRBgpBINFXNR83joJ8s.cache
|
|
@@ -1196,6 +1215,7 @@ test_files:
|
|
|
1196
1215
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Hg/HgCAaDnaSwfUm_Mg6shcOz4NdiFX_FXcz-pC1WKqsso.cache
|
|
1197
1216
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hgSrvmXj8CEe9vB0no24sEgiBMnYJ1nN-x8Pggyl7X8.cache
|
|
1198
1217
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hh/hhR7kl-Gw4Eu0R4rK_vUSJUMhbYlCUTMyVoW526FZZI.cache
|
|
1218
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/hL/hLE4pScntNY8bP0rlsCRMOv_QjhlYEpyDzoTLKgMgi8.cache
|
|
1199
1219
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/HlEMG67N2kq1Z-Se6reQcjksS3zy7HVKwjH0ZLTOHz4.cache
|
|
1200
1220
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hM/HMm9Ta-MxOjM50F4fCq7qKb7iIjeRPsGscs2v_Lh_D4.cache
|
|
1201
1221
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/hM/hMuRXE7phiFTe-1UdxiAcNmJGy_A_pD5fT5coTak8B4.cache
|
|
@@ -1270,8 +1290,10 @@ test_files:
|
|
|
1270
1290
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/li/liyWltqj0y4jJ9LyJCA5ISqxHvpATIrS-n7xmJ2aqYk.cache
|
|
1271
1291
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/LitYUa1dXkp-8NfleF6-0W6oeLwkq8Vx7BhaCu7G9hY.cache
|
|
1272
1292
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lp/Lp0DzCYXX2adE0aiCZF1re0uYYsp-Xreujj2KkM69EM.cache
|
|
1293
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/lr1l8eHDteCS9Z-p-tuNgQ5UzWt2ymIIgi1aHl2G8Z8.cache
|
|
1273
1294
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/lrcqvvGfM1-mUUK3kTWo2F54foSVoLLNrsLC9iWz6EI.cache
|
|
1274
1295
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/Lrl-fcPwt6PsiweJJuXCk6C8alUay2BpiMZqM88v7hE.cache
|
|
1296
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Lr/LrT_J0m4ZDt_sToXs4zug3Tt1bNHiI6cgdN-iAtuyx8.cache
|
|
1275
1297
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/lSZaAaQ-mjhUpYVPptqho38rMB_YjTWv_RM-bQ1-fEk.cache
|
|
1276
1298
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/lUkvCPlDY1yVHaOsXOdiIfEclXCw_zZRqbvsGBGGCbw.cache
|
|
1277
1299
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/LVTrh1VxRL71t7lkqXAp0zUmIbBoQWO4ZoQC3F5VjQc.cache
|
|
@@ -1283,6 +1305,7 @@ test_files:
|
|
|
1283
1305
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/MB/MB7TIuPeM4sbktzXvM6oxaeUpAs13O0Vo-O4hNh2Nco.cache
|
|
1284
1306
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/mdj1cL30K-Xq-ipF1vwxSDu-5kROJiqnxX6od-xu2rU.cache
|
|
1285
1307
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Me/Mece5xikvX5XhyWuc25tLTZsoPBFJB2w6ydtEakHvgw.cache
|
|
1308
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Mk/MkR4K6p36DrdOjKOILfZpy5mEbTx_Nz0eylEJhg03uM.cache
|
|
1286
1309
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/mL/mLuFswtWrfGYXiN_Y6sUMoOZrkY2Fn5gc8w0kAAPa0c.cache
|
|
1287
1310
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/mMeexpev88m8CR4eZ14L9yqNgXUN-FYylALQpViefBM.cache
|
|
1288
1311
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/mra3kO7a8HLtixZpzMg_gDIgeEsK_osOpnK9nQg8NBk.cache
|
|
@@ -1293,11 +1316,13 @@ test_files:
|
|
|
1293
1316
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/N-QGBZc4BxpGqmpXogK8xieeM2jse9kPE8_QT1LwIuI.cache
|
|
1294
1317
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nd1c-EMl89Ndb_rfDE2zWpPDQMYov8bF7lWUxcRuKrA.cache
|
|
1295
1318
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nf/NfYF2U5gmm2dwIlECVS_vYceSYZeHJ8JDl8_VOfl4sQ.cache
|
|
1319
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/nh/nhUJSUHQVVRB_ccSayg9yYPsaq7Pdw_aG9Hvt34c_eg.cache
|
|
1296
1320
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/NjtXCeAAhy8UuL37t2OYvu8mXIG3E2Fjv7z_8VgasCA.cache
|
|
1297
1321
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/nM/nMw6oRftc-6Vyr8Ug0-oS5dxlsQKr1a6RwTTwyshmmU.cache
|
|
1298
1322
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/nmG5vtFlAGPNMv6O9mI7dfBCBoKTMiCwCV-VI_iRT4g.cache
|
|
1299
1323
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/npMuJI5vTr0040VxoBG9r_fsLI3s53YiUYDmViZo5-Y.cache
|
|
1300
1324
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/nPznPPsctSvG8PH0LDDeFWOyVQ6XM5Su-hj3Go8NJFw.cache
|
|
1325
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nt/NtgkhTwrMrPWdxFMnoLXAD-2FmfHUdNmpmMIwzto9DI.cache
|
|
1301
1326
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/nTMU21NRgjwWYBbuAs8wmD3-CsHDcr9NWlKfE6d1abY.cache
|
|
1302
1327
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nu7YYrF4rvUMlNtYqNIEIM0x3iX3BSDAXDhXJr_AN50.cache
|
|
1303
1328
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Nv/NvRQM2TGZbrZbpb60AFHMY0TDoZUs9phuKmLL82YzTM.cache
|
|
@@ -1477,6 +1502,7 @@ test_files:
|
|
|
1477
1502
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/wYnurCB8pWb1CxIXRkB0IbtwJZ254FIS0GucFBU22bA.cache
|
|
1478
1503
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/wyvDiA1exrSoA6W36vI7Ieqdd02P09zSDuUfWPiVkOM.cache
|
|
1479
1504
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/WYWWkop6p4XwqRgOBZIz92mPZfgAHyxW4wlEeTka7wU.cache
|
|
1505
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0LXLb-A4pf7gDPJAPcS3Tu9SYB_L516wZJguAp3B6s.cache
|
|
1480
1506
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/X0/X0yeidfexmdLfxg2ay2aFbSyYFSWpUQsejiZqV2rUEw.cache
|
|
1481
1507
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/x3NacYQVfFO7LAKfNTJhTKXZcw5Z6_mwf76-QdctAnA.cache
|
|
1482
1508
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/X4/X4lNART7Ace9R_alxhNEJRrILZjbGKEyU-A9lHMrSO4.cache
|
|
@@ -1499,6 +1525,7 @@ test_files:
|
|
|
1499
1525
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/xU/xuONFp6ZeUDNZIGcM3kqLa7Sl0yZ5IpwR4S3rvbZZ3o.cache
|
|
1500
1526
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/xU/xUZQAcJ52Xg7wg5ZWxLIT_-UE_5oDxTEpgFtPIlh29M.cache
|
|
1501
1527
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/xXz1JNRV4o49Sz1TaVtZJXDHWGgn2bQV2wODdXOmhU8.cache
|
|
1528
|
+
- test/dummy/tmp/cache/assets/sprockets/v3.0/XY/XYo-AmWD-H_5_6k67TPpGbS44vDDBOHJE4QyCKUos5E.cache
|
|
1502
1529
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/xz/xzP0C4SZQ2FkMHAIC_DxoHzjVDrSMbORqzCl92SRnu8.cache
|
|
1503
1530
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/Y0mqfsoN3Nag1bGC_8Gs8qhVWGPZusm3xU4gLiRAEFQ.cache
|
|
1504
1531
|
- test/dummy/tmp/cache/assets/sprockets/v3.0/y7/y7lGC2ktL-dZkMetJEy3E2fqtBSuXFo0KTvvdUFhNWc.cache
|
|
@@ -1658,6 +1685,5 @@ test_files:
|
|
|
1658
1685
|
- test/dummy/tmp/cache/sprockets/v3.0/zp0RFWKsW28g26Y60tgxtWB9_NvKhKdXaYiWmkl_9fI.cache
|
|
1659
1686
|
- test/dummy/tmp/cache/sprockets/v3.0/ZP2yZ2i87J13xXbgIfJUlajKRLbhFkoynz8fVHe99wI.cache
|
|
1660
1687
|
- test/dummy/tmp/cache/sprockets/v3.0/Zvealnkdd033Aa9acb0T-UCvoUAotWrc65fhwJSc1s8.cache
|
|
1661
|
-
- test/dummy/tmp/pids/server.pid
|
|
1662
1688
|
- test/html_format_test.rb
|
|
1663
1689
|
- test/test_helper.rb
|
|
@@ -1,195 +0,0 @@
|
|
|
1
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:21:37 +0900
|
|
2
|
-
Processing by WelcomeController#index as HTML
|
|
3
|
-
Rendering inline template within layouts/application
|
|
4
|
-
Rendered inline template within layouts/application (0.3ms)
|
|
5
|
-
Completed 200 OK in 277ms (Views: 180.2ms)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
Started GET "/assets/application.self-8ebcf2b2a4e8c1ebac1411c55a4595413d31dd0dcf184a62b4372f1a9d44f18d.css?body=1" for 127.0.0.1 at 2017-12-05 12:21:37 +0900
|
|
9
|
-
Started GET "/assets/twitter-bootstrap-static/bootstrap.self-603f330c29af013305325569c8c75d03d688963abd8cde4fffec17b5ce417bfb.css?body=1" for 127.0.0.1 at 2017-12-05 12:21:37 +0900
|
|
10
|
-
Started GET "/assets/application.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.js?body=1" for 127.0.0.1 at 2017-12-05 12:21:37 +0900
|
|
11
|
-
Started GET "/assets/html_format/control.self-6ce8b4a4646142d454500f3d8b80446389694ba0d8c2e4674526d29fdc1d4540.css?body=1" for 127.0.0.1 at 2017-12-05 12:21:37 +0900
|
|
12
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:23:26 +0900
|
|
13
|
-
Processing by WelcomeController#index as HTML
|
|
14
|
-
Rendering html template within layouts/application
|
|
15
|
-
Rendered html template within layouts/application (0.0ms)
|
|
16
|
-
Completed 200 OK in 20ms (Views: 18.2ms)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:23:27 +0900
|
|
20
|
-
Processing by WelcomeController#index as HTML
|
|
21
|
-
Rendering html template within layouts/application
|
|
22
|
-
Rendered html template within layouts/application (0.0ms)
|
|
23
|
-
Completed 200 OK in 11ms (Views: 9.5ms)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:23:36 +0900
|
|
27
|
-
Processing by WelcomeController#index as HTML
|
|
28
|
-
Rendering html template within layouts/application
|
|
29
|
-
Rendered html template within layouts/application (0.0ms)
|
|
30
|
-
Completed 200 OK in 13ms (Views: 10.9ms)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:23:37 +0900
|
|
34
|
-
Processing by WelcomeController#index as HTML
|
|
35
|
-
Rendering html template within layouts/application
|
|
36
|
-
Rendered html template within layouts/application (0.0ms)
|
|
37
|
-
Completed 200 OK in 13ms (Views: 11.2ms)
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:23:42 +0900
|
|
41
|
-
Processing by WelcomeController#index as HTML
|
|
42
|
-
Rendering html template within layouts/application
|
|
43
|
-
Rendered html template within layouts/application (0.0ms)
|
|
44
|
-
Completed 200 OK in 11ms (Views: 9.4ms)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:23:43 +0900
|
|
48
|
-
Processing by WelcomeController#index as HTML
|
|
49
|
-
Rendering html template within layouts/application
|
|
50
|
-
Rendered html template within layouts/application (0.0ms)
|
|
51
|
-
Completed 200 OK in 16ms (Views: 14.7ms)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:24:26 +0900
|
|
55
|
-
Processing by WelcomeController#index as HTML
|
|
56
|
-
Rendering html template within layouts/application
|
|
57
|
-
Rendered html template within layouts/application (0.0ms)
|
|
58
|
-
Completed 200 OK in 31ms (Views: 28.7ms)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:24:27 +0900
|
|
62
|
-
Processing by WelcomeController#index as HTML
|
|
63
|
-
Rendering html template within layouts/application
|
|
64
|
-
Rendered html template within layouts/application (0.0ms)
|
|
65
|
-
Completed 200 OK in 17ms (Views: 15.9ms)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:24:53 +0900
|
|
69
|
-
Processing by WelcomeController#index as HTML
|
|
70
|
-
Rendering html template within layouts/application
|
|
71
|
-
Rendered html template within layouts/application (0.0ms)
|
|
72
|
-
Completed 200 OK in 12ms (Views: 10.1ms)
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:24:54 +0900
|
|
76
|
-
Processing by WelcomeController#index as HTML
|
|
77
|
-
Rendering html template within layouts/application
|
|
78
|
-
Rendered html template within layouts/application (0.0ms)
|
|
79
|
-
Completed 200 OK in 12ms (Views: 10.2ms)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:24:54 +0900
|
|
83
|
-
Processing by WelcomeController#index as HTML
|
|
84
|
-
Rendering html template within layouts/application
|
|
85
|
-
Rendered html template within layouts/application (0.0ms)
|
|
86
|
-
Completed 200 OK in 13ms (Views: 11.2ms)
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:24:58 +0900
|
|
90
|
-
Processing by WelcomeController#index as HTML
|
|
91
|
-
Rendering html template within layouts/application
|
|
92
|
-
Rendered html template within layouts/application (0.0ms)
|
|
93
|
-
Completed 200 OK in 12ms (Views: 10.1ms)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:25:00 +0900
|
|
97
|
-
Processing by WelcomeController#index as HTML
|
|
98
|
-
Rendering html template within layouts/application
|
|
99
|
-
Rendered html template within layouts/application (0.0ms)
|
|
100
|
-
Completed 200 OK in 12ms (Views: 10.2ms)
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:26:00 +0900
|
|
104
|
-
Processing by WelcomeController#index as HTML
|
|
105
|
-
Rendering html template within layouts/application
|
|
106
|
-
Rendered html template within layouts/application (0.0ms)
|
|
107
|
-
Completed 200 OK in 14ms (Views: 11.9ms)
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:26:01 +0900
|
|
111
|
-
Processing by WelcomeController#index as HTML
|
|
112
|
-
Rendering html template within layouts/application
|
|
113
|
-
Rendered html template within layouts/application (0.0ms)
|
|
114
|
-
Completed 200 OK in 14ms (Views: 11.1ms)
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:26:17 +0900
|
|
118
|
-
Processing by WelcomeController#index as HTML
|
|
119
|
-
Rendering html template within layouts/application
|
|
120
|
-
Rendered html template within layouts/application (0.1ms)
|
|
121
|
-
Completed 200 OK in 14ms (Views: 12.2ms)
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:26:18 +0900
|
|
125
|
-
Processing by WelcomeController#index as HTML
|
|
126
|
-
Rendering html template within layouts/application
|
|
127
|
-
Rendered html template within layouts/application (0.0ms)
|
|
128
|
-
Completed 200 OK in 19ms (Views: 16.9ms)
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:28:12 +0900
|
|
132
|
-
Processing by WelcomeController#index as HTML
|
|
133
|
-
Rendering html template within layouts/application
|
|
134
|
-
Rendered html template within layouts/application (0.0ms)
|
|
135
|
-
Completed 200 OK in 53ms (Views: 51.6ms)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
Started GET "/assets/html_format/control.self-4406e78ad8da499a2065175dea44cd13bcdc3acfd7a6d6aa3951de9f051dafe4.css?body=1" for 127.0.0.1 at 2017-12-05 12:28:12 +0900
|
|
139
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:28:17 +0900
|
|
140
|
-
Processing by WelcomeController#index as HTML
|
|
141
|
-
Rendering html template within layouts/application
|
|
142
|
-
Rendered html template within layouts/application (0.0ms)
|
|
143
|
-
Completed 200 OK in 287ms (Views: 192.2ms)
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:28:19 +0900
|
|
147
|
-
Processing by WelcomeController#index as HTML
|
|
148
|
-
Rendering html template within layouts/application
|
|
149
|
-
Rendered html template within layouts/application (0.0ms)
|
|
150
|
-
Completed 200 OK in 11ms (Views: 9.7ms)
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:28:20 +0900
|
|
154
|
-
Processing by WelcomeController#index as HTML
|
|
155
|
-
Rendering html template within layouts/application
|
|
156
|
-
Rendered html template within layouts/application (0.0ms)
|
|
157
|
-
Completed 200 OK in 21ms (Views: 19.3ms)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:28:20 +0900
|
|
161
|
-
Processing by WelcomeController#index as HTML
|
|
162
|
-
Rendering html template within layouts/application
|
|
163
|
-
Rendered html template within layouts/application (0.0ms)
|
|
164
|
-
Completed 200 OK in 12ms (Views: 10.5ms)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:28:20 +0900
|
|
168
|
-
Processing by WelcomeController#index as HTML
|
|
169
|
-
Rendering html template within layouts/application
|
|
170
|
-
Rendered html template within layouts/application (0.0ms)
|
|
171
|
-
Completed 200 OK in 13ms (Views: 11.8ms)
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:28:31 +0900
|
|
175
|
-
Processing by WelcomeController#index as HTML
|
|
176
|
-
Rendering html template within layouts/application
|
|
177
|
-
Rendered html template within layouts/application (0.0ms)
|
|
178
|
-
Completed 200 OK in 14ms (Views: 11.9ms)
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:28:38 +0900
|
|
182
|
-
Processing by WelcomeController#index as HTML
|
|
183
|
-
Rendering html template within layouts/application
|
|
184
|
-
Rendered html template within layouts/application (0.0ms)
|
|
185
|
-
Completed 200 OK in 21ms (Views: 19.3ms)
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
Started GET "/" for 127.0.0.1 at 2017-12-05 12:29:03 +0900
|
|
189
|
-
Processing by WelcomeController#index as HTML
|
|
190
|
-
Rendering html template within layouts/application
|
|
191
|
-
Rendered html template within layouts/application (0.1ms)
|
|
192
|
-
Completed 200 OK in 78ms (Views: 75.6ms)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
Started GET "/assets/html_format/control.self-61afb434e2137af2459948f42e61ffd53990d646be0190b97550b790234d7748.css?body=1" for 127.0.0.1 at 2017-12-05 12:29:03 +0900
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
88074
|