axlsx_styler 0.2.0 → 1.0.0

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.
Files changed (63) hide show
  1. checksums.yaml +5 -5
  2. data/CHANGELOG.md +20 -0
  3. data/README.md +39 -32
  4. data/Rakefile +18 -4
  5. data/lib/axlsx_styler.rb +4 -57
  6. data/lib/axlsx_styler/axlsx_cell.rb +30 -30
  7. data/lib/axlsx_styler/axlsx_package.rb +17 -0
  8. data/lib/axlsx_styler/axlsx_styles.rb +36 -0
  9. data/lib/axlsx_styler/axlsx_workbook.rb +27 -27
  10. data/lib/axlsx_styler/axlsx_worksheet.rb +26 -26
  11. data/lib/axlsx_styler/version.rb +1 -1
  12. data/test/custom_assertions.rb +21 -0
  13. data/test/dummy_app/Rakefile +7 -0
  14. data/test/dummy_app/app/assets/javascripts/application.js +0 -0
  15. data/test/dummy_app/app/assets/stylesheets/application.css +3 -0
  16. data/test/dummy_app/app/controllers/application_controller.rb +3 -0
  17. data/test/dummy_app/app/controllers/spreadsheets_controller.rb +7 -0
  18. data/test/dummy_app/app/models/application_record.rb +3 -0
  19. data/test/dummy_app/app/views/layouts/application.html.erb +14 -0
  20. data/{examples/colors_and_borders.rb → test/dummy_app/app/views/spreadsheets/test.xlsx.axlsx} +2 -7
  21. data/test/dummy_app/config.ru +4 -0
  22. data/test/dummy_app/config/application.rb +63 -0
  23. data/test/dummy_app/config/boot.rb +10 -0
  24. data/test/dummy_app/config/database.yml +25 -0
  25. data/test/dummy_app/config/environment.rb +5 -0
  26. data/test/dummy_app/config/environments/development.rb +30 -0
  27. data/test/dummy_app/config/environments/production.rb +60 -0
  28. data/test/dummy_app/config/environments/test.rb +41 -0
  29. data/test/dummy_app/config/initializers/backtrace_silencers.rb +7 -0
  30. data/test/dummy_app/config/initializers/inflections.rb +10 -0
  31. data/test/dummy_app/config/initializers/mime_types.rb +5 -0
  32. data/test/dummy_app/config/initializers/secret_token.rb +11 -0
  33. data/test/dummy_app/config/initializers/session_store.rb +8 -0
  34. data/test/dummy_app/config/initializers/wrap_parameters.rb +14 -0
  35. data/test/dummy_app/config/locales/en.yml +5 -0
  36. data/test/dummy_app/config/routes.rb +3 -0
  37. data/test/dummy_app/config/secrets.yml +22 -0
  38. data/test/dummy_app/db/schema.rb +15 -0
  39. data/test/dummy_app/db/test.sqlite3 +0 -0
  40. data/test/dummy_app/log/test.log +730 -0
  41. data/test/helper_methods.rb +12 -0
  42. data/test/integration/application_test.rb +18 -0
  43. data/test/test_helper.rb +29 -5
  44. data/test/unit/borders_test.rb +127 -0
  45. data/test/unit/examples_test.rb +20 -0
  46. data/test/unit/general_test.rb +84 -0
  47. data/test/unit/merge_styles_test.rb +56 -0
  48. data/test/unit/serialize_test.rb +34 -0
  49. data/test/unit/to_stream_test.rb +34 -0
  50. metadata +136 -56
  51. data/.gitignore +0 -26
  52. data/.travis.yml +0 -7
  53. data/Appraisals +0 -7
  54. data/Gemfile +0 -4
  55. data/axlsx_styler.gemspec +0 -37
  56. data/examples/mixing_styles.rb +0 -22
  57. data/examples/vanilla_axlsx.md +0 -70
  58. data/gemfiles/axlsx_2.gemfile +0 -7
  59. data/gemfiles/axlsx_3.gemfile +0 -7
  60. data/spreadsheet.png +0 -0
  61. data/test/cell_test.rb +0 -14
  62. data/test/integration_test.rb +0 -288
  63. data/test/workbook_test.rb +0 -10
@@ -0,0 +1,15 @@
1
+ # This file is auto-generated from the current state of the database. Instead
2
+ # of editing this file, please use the migrations feature of Active Record to
3
+ # incrementally modify your database, and then regenerate this schema definition.
4
+ #
5
+ # Note that this schema.rb definition is the authoritative source for your
6
+ # database schema. If you need to create the application database on another
7
+ # system, you should be using db:schema:load, not running all the migrations
8
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
9
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
10
+ #
11
+ # It's strongly recommended that you check this file into your version control system.
12
+
13
+ ActiveRecord::Schema.define(version: 2018_07_03_234524) do
14
+
15
+ end
@@ -0,0 +1,730 @@
1
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
2
+  (0.2ms) begin transaction
3
+  (0.1ms) commit transaction
4
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
5
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
6
+ ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
7
+  (0.1ms) begin transaction
8
+  (0.1ms) commit transaction
9
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
10
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
11
+  (0.1ms) begin transaction
12
+ -----------------------------------------
13
+ ApplicationTest: test_adding_styled_cells
14
+ -----------------------------------------
15
+  (0.1ms) rollback transaction
16
+  (0.1ms) begin transaction
17
+ -----------------------------------
18
+ ApplicationTest: test_can_add_style
19
+ -----------------------------------
20
+  (0.1ms) rollback transaction
21
+  (0.2ms) begin transaction
22
+ -------------------------
23
+ SampleModelTest: test_foo
24
+ -------------------------
25
+  (0.1ms) rollback transaction
26
+ ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
27
+  (0.1ms) begin transaction
28
+  (0.0ms) commit transaction
29
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
30
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
31
+  (0.1ms) begin transaction
32
+ -------------------------
33
+ SampleModelTest: test_foo
34
+ -------------------------
35
+  (0.0ms) rollback transaction
36
+  (0.1ms) begin transaction
37
+ -----------------------------------------
38
+ ApplicationTest: test_adding_styled_cells
39
+ -----------------------------------------
40
+  (0.1ms) rollback transaction
41
+  (0.1ms) begin transaction
42
+ -----------------------------------
43
+ ApplicationTest: test_can_add_style
44
+ -----------------------------------
45
+  (0.2ms) rollback transaction
46
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
47
+  (0.1ms) begin transaction
48
+  (0.1ms) commit transaction
49
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
50
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
51
+  (0.1ms) begin transaction
52
+ --------------------------
53
+ ApplicationTest: test_xlsx
54
+ --------------------------
55
+ Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-03 23:18:31 -0700
56
+ Processing by SpreadsheetsController#xlsx as HTML
57
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
58
+  (0.1ms) rollback transaction
59
+  (0.1ms) begin transaction
60
+ -------------------------
61
+ SampleModelTest: test_foo
62
+ -------------------------
63
+  (0.0ms) rollback transaction
64
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
65
+  (0.2ms) begin transaction
66
+  (0.0ms) commit transaction
67
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
68
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
69
+  (0.1ms) begin transaction
70
+ --------------------------
71
+ ApplicationTest: test_xlsx
72
+ --------------------------
73
+ Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-03 23:19:27 -0700
74
+  (0.2ms) rollback transaction
75
+  (0.1ms) begin transaction
76
+ -------------------------
77
+ SampleModelTest: test_foo
78
+ -------------------------
79
+  (0.1ms) rollback transaction
80
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
81
+  (0.1ms) begin transaction
82
+  (0.1ms) commit transaction
83
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
84
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
85
+  (0.1ms) begin transaction
86
+ -------------------------
87
+ SampleModelTest: test_foo
88
+ -------------------------
89
+  (0.0ms) rollback transaction
90
+  (0.1ms) begin transaction
91
+ --------------------------
92
+ ApplicationTest: test_xlsx
93
+ --------------------------
94
+ Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-03 23:20:13 -0700
95
+  (0.1ms) rollback transaction
96
+ ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
97
+  (0.2ms) begin transaction
98
+  (0.1ms) commit transaction
99
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
100
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
101
+  (0.1ms) begin transaction
102
+ --------------------------
103
+ ApplicationTest: test_xlsx
104
+ --------------------------
105
+ Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-03 23:21:56 -0700
106
+  (0.1ms) rollback transaction
107
+  (0.1ms) begin transaction
108
+ -------------------------
109
+ SampleModelTest: test_foo
110
+ -------------------------
111
+  (0.0ms) rollback transaction
112
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
113
+  (0.1ms) begin transaction
114
+  (0.1ms) commit transaction
115
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
116
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
117
+  (0.2ms) begin transaction
118
+ --------------------------
119
+ ApplicationTest: test_xlsx
120
+ --------------------------
121
+ Started GET "/spreadsheet/xlsx" for 127.0.0.1 at 2018-07-03 23:22:10 -0700
122
+ Processing by SpreadsheetsController#xlsx as HTML
123
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
124
+  (0.1ms) rollback transaction
125
+  (0.1ms) begin transaction
126
+ -------------------------
127
+ SampleModelTest: test_foo
128
+ -------------------------
129
+  (0.1ms) rollback transaction
130
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
131
+  (0.1ms) begin transaction
132
+  (0.1ms) commit transaction
133
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
134
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
135
+  (0.1ms) begin transaction
136
+ -------------------------
137
+ SampleModelTest: test_foo
138
+ -------------------------
139
+  (0.0ms) rollback transaction
140
+  (0.1ms) begin transaction
141
+ --------------------------
142
+ ApplicationTest: test_xlsx
143
+ --------------------------
144
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:24:58 -0700
145
+ Processing by SpreadsheetsController#xlsx as
146
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
147
+  (0.1ms) rollback transaction
148
+ ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
149
+  (0.1ms) begin transaction
150
+  (0.1ms) commit transaction
151
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
152
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
153
+  (0.2ms) begin transaction
154
+ --------------------------
155
+ ApplicationTest: test_xlsx
156
+ --------------------------
157
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:27:16 -0700
158
+ Processing by SpreadsheetsController#xlsx as XLSX
159
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
160
+ Completed 204 No Content in 111ms (ActiveRecord: 0.0ms)
161
+  (0.1ms) rollback transaction
162
+  (0.1ms) begin transaction
163
+ -------------------------
164
+ SampleModelTest: test_foo
165
+ -------------------------
166
+  (0.1ms) rollback transaction
167
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
168
+  (0.1ms) begin transaction
169
+  (0.0ms) commit transaction
170
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
171
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
172
+  (0.1ms) begin transaction
173
+ -------------------------
174
+ SampleModelTest: test_foo
175
+ -------------------------
176
+  (0.0ms) rollback transaction
177
+  (0.1ms) begin transaction
178
+ --------------------------
179
+ ApplicationTest: test_xlsx
180
+ --------------------------
181
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:28:23 -0700
182
+ Processing by SpreadsheetsController#xlsx as XLSX
183
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
184
+ Completed 204 No Content in 132ms (ActiveRecord: 0.0ms)
185
+  (0.1ms) rollback transaction
186
+ ActiveRecord::InternalMetadata Load (1.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
187
+  (0.1ms) begin transaction
188
+  (0.1ms) commit transaction
189
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
190
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
191
+  (0.1ms) begin transaction
192
+ --------------------------
193
+ ApplicationTest: test_xlsx
194
+ --------------------------
195
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:30:06 -0700
196
+ Processing by SpreadsheetsController#xlsx as XLSX
197
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
198
+ Completed 204 No Content in 108ms (ActiveRecord: 0.0ms)
199
+  (0.1ms) rollback transaction
200
+  (0.1ms) begin transaction
201
+ -------------------------
202
+ SampleModelTest: test_foo
203
+ -------------------------
204
+  (0.1ms) rollback transaction
205
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
206
+  (0.1ms) begin transaction
207
+  (0.1ms) commit transaction
208
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
209
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
210
+  (0.2ms) begin transaction
211
+ --------------------------
212
+ ApplicationTest: test_xlsx
213
+ --------------------------
214
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:30:11 -0700
215
+ Processing by SpreadsheetsController#xlsx as XLSX
216
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
217
+ Completed 204 No Content in 116ms (ActiveRecord: 0.0ms)
218
+  (0.1ms) rollback transaction
219
+  (0.1ms) begin transaction
220
+ -------------------------
221
+ SampleModelTest: test_foo
222
+ -------------------------
223
+  (0.1ms) rollback transaction
224
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
225
+  (0.1ms) begin transaction
226
+  (0.0ms) commit transaction
227
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
228
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
229
+  (0.1ms) begin transaction
230
+ -------------------------
231
+ SampleModelTest: test_foo
232
+ -------------------------
233
+  (0.0ms) rollback transaction
234
+  (0.1ms) begin transaction
235
+ --------------------------
236
+ ApplicationTest: test_xlsx
237
+ --------------------------
238
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:31:58 -0700
239
+ Processing by SpreadsheetsController#xlsx as XLSX
240
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
241
+ Completed 204 No Content in 124ms (ActiveRecord: 0.0ms)
242
+  (0.1ms) rollback transaction
243
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
244
+  (0.1ms) begin transaction
245
+  (0.1ms) commit transaction
246
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
247
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
248
+  (0.1ms) begin transaction
249
+ -------------------------
250
+ SampleModelTest: test_foo
251
+ -------------------------
252
+  (0.1ms) rollback transaction
253
+  (0.1ms) begin transaction
254
+ --------------------------
255
+ ApplicationTest: test_xlsx
256
+ --------------------------
257
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:32:03 -0700
258
+ Processing by SpreadsheetsController#xlsx as XLSX
259
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
260
+ Completed 204 No Content in 106ms (ActiveRecord: 0.0ms)
261
+  (0.1ms) rollback transaction
262
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
263
+  (0.1ms) begin transaction
264
+  (0.0ms) commit transaction
265
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
266
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
267
+  (0.2ms) begin transaction
268
+ -------------------------
269
+ SampleModelTest: test_foo
270
+ -------------------------
271
+  (0.1ms) rollback transaction
272
+  (0.0ms) begin transaction
273
+ --------------------------
274
+ ApplicationTest: test_xlsx
275
+ --------------------------
276
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:36:13 -0700
277
+ Processing by SpreadsheetsController#xlsx as XLSX
278
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
279
+ Completed 204 No Content in 127ms (ActiveRecord: 0.0ms)
280
+  (0.1ms) rollback transaction
281
+ ActiveRecord::InternalMetadata Load (0.4ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
282
+  (0.3ms) begin transaction
283
+  (0.1ms) commit transaction
284
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
285
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
286
+  (0.1ms) begin transaction
287
+ -------------------------
288
+ SampleModelTest: test_foo
289
+ -------------------------
290
+  (0.0ms) rollback transaction
291
+  (0.1ms) begin transaction
292
+ --------------------------
293
+ ApplicationTest: test_xlsx
294
+ --------------------------
295
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:36:18 -0700
296
+ Processing by SpreadsheetsController#xlsx as XLSX
297
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
298
+ Completed 204 No Content in 122ms (ActiveRecord: 0.0ms)
299
+  (0.1ms) rollback transaction
300
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
301
+  (0.1ms) begin transaction
302
+  (0.1ms) commit transaction
303
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
304
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
305
+  (0.1ms) begin transaction
306
+ --------------------------
307
+ ApplicationTest: test_xlsx
308
+ --------------------------
309
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:36:24 -0700
310
+ Processing by SpreadsheetsController#xlsx as XLSX
311
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
312
+ Completed 204 No Content in 137ms (ActiveRecord: 0.0ms)
313
+  (0.1ms) rollback transaction
314
+  (0.1ms) begin transaction
315
+ -------------------------
316
+ SampleModelTest: test_foo
317
+ -------------------------
318
+  (0.1ms) rollback transaction
319
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
320
+  (0.1ms) begin transaction
321
+  (0.2ms) commit transaction
322
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
323
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
324
+  (0.2ms) begin transaction
325
+ --------------------------
326
+ ApplicationTest: test_xlsx
327
+ --------------------------
328
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:41:17 -0700
329
+ Processing by SpreadsheetsController#xlsx as XLSX
330
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
331
+ Completed 204 No Content in 115ms (ActiveRecord: 0.0ms)
332
+  (0.1ms) rollback transaction
333
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
334
+  (0.1ms) begin transaction
335
+  (0.1ms) commit transaction
336
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
337
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
338
+  (0.1ms) begin transaction
339
+ --------------------------
340
+ ApplicationTest: test_xlsx
341
+ --------------------------
342
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:47:13 -0700
343
+ Processing by SpreadsheetsController#xlsx as XLSX
344
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)
345
+  (0.1ms) rollback transaction
346
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
347
+  (0.1ms) begin transaction
348
+  (0.1ms) commit transaction
349
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
350
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
351
+  (0.1ms) begin transaction
352
+ --------------------------
353
+ ApplicationTest: test_xlsx
354
+ --------------------------
355
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:47:55 -0700
356
+ Processing by SpreadsheetsController#xlsx as XLSX
357
+ Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
358
+  (0.1ms) rollback transaction
359
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
360
+  (0.2ms) begin transaction
361
+  (0.2ms) commit transaction
362
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
363
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
364
+  (0.1ms) begin transaction
365
+ --------------------------
366
+ ApplicationTest: test_xlsx
367
+ --------------------------
368
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:56:24 -0700
369
+ Processing by SpreadsheetsController#xlsx as XLSX
370
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
371
+ Completed 204 No Content in 123ms (ActiveRecord: 0.0ms)
372
+  (0.1ms) rollback transaction
373
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
374
+  (0.1ms) begin transaction
375
+  (0.0ms) commit transaction
376
+  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
377
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
378
+  (0.2ms) begin transaction
379
+ --------------------------
380
+ ApplicationTest: test_xlsx
381
+ --------------------------
382
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:56:51 -0700
383
+ Processing by SpreadsheetsController#xlsx as XLSX
384
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
385
+ Completed 204 No Content in 112ms (ActiveRecord: 0.0ms)
386
+  (0.1ms) rollback transaction
387
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
388
+  (0.1ms) begin transaction
389
+  (0.0ms) commit transaction
390
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
391
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
392
+  (0.2ms) begin transaction
393
+ --------------------------
394
+ ApplicationTest: test_xlsx
395
+ --------------------------
396
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:57:16 -0700
397
+ Processing by SpreadsheetsController#xlsx as XLSX
398
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
399
+ Completed 204 No Content in 118ms (ActiveRecord: 0.0ms)
400
+  (0.1ms) rollback transaction
401
+ ActiveRecord::InternalMetadata Load (0.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
402
+  (0.2ms) begin transaction
403
+  (0.1ms) commit transaction
404
+  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
405
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
406
+  (0.1ms) begin transaction
407
+ --------------------------
408
+ ApplicationTest: test_xlsx
409
+ --------------------------
410
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-03 23:59:23 -0700
411
+ Processing by SpreadsheetsController#xlsx as XLSX
412
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
413
+ Completed 204 No Content in 133ms (ActiveRecord: 0.0ms)
414
+  (0.1ms) rollback transaction
415
+ ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
416
+  (0.1ms) begin transaction
417
+  (0.1ms) commit transaction
418
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
419
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
420
+  (0.1ms) begin transaction
421
+ --------------------------
422
+ ApplicationTest: test_xlsx
423
+ --------------------------
424
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-04 00:05:20 -0700
425
+ Processing by SpreadsheetsController#xlsx as XLSX
426
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
427
+ Completed 204 No Content in 128ms (ActiveRecord: 0.0ms)
428
+  (0.1ms) rollback transaction
429
+ ActiveRecord::InternalMetadata Load (0.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
430
+  (0.1ms) begin transaction
431
+  (0.0ms) commit transaction
432
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
433
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
434
+  (0.2ms) begin transaction
435
+ --------------------------
436
+ ApplicationTest: test_xlsx
437
+ --------------------------
438
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-04 00:06:09 -0700
439
+ Processing by SpreadsheetsController#xlsx as XLSX
440
+ No template found for SpreadsheetsController#xlsx, rendering head :no_content
441
+ Completed 204 No Content in 114ms (ActiveRecord: 0.0ms)
442
+  (0.1ms) rollback transaction
443
+ ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
444
+  (0.2ms) begin transaction
445
+  (0.1ms) commit transaction
446
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
447
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
448
+  (0.2ms) begin transaction
449
+ --------------------------
450
+ ApplicationTest: test_xlsx
451
+ --------------------------
452
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-04 00:10:34 -0700
453
+ Processing by SpreadsheetsController#xlsx as XLSX
454
+ Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
455
+  (0.1ms) rollback transaction
456
+ ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
457
+  (0.1ms) begin transaction
458
+  (0.1ms) commit transaction
459
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
460
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
461
+  (0.1ms) begin transaction
462
+ --------------------------
463
+ ApplicationTest: test_xlsx
464
+ --------------------------
465
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-04 00:21:28 -0700
466
+ Processing by SpreadsheetsController#xlsx as
467
+ Completed 500 Internal Server Error in 61ms (ActiveRecord: 0.0ms)
468
+  (0.1ms) rollback transaction
469
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
470
+  (0.1ms) begin transaction
471
+  (0.1ms) commit transaction
472
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
473
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
474
+  (1.2ms) begin transaction
475
+ --------------------------
476
+ ApplicationTest: test_xlsx
477
+ --------------------------
478
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-04 00:24:29 -0700
479
+ Processing by SpreadsheetsController#xlsx as
480
+ Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.0ms)
481
+  (0.1ms) rollback transaction
482
+ ActiveRecord::InternalMetadata Load (1.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
483
+  (0.2ms) begin transaction
484
+  (0.1ms) commit transaction
485
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
486
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
487
+  (0.1ms) begin transaction
488
+ --------------------------
489
+ ApplicationTest: test_xlsx
490
+ --------------------------
491
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2018-07-04 00:25:33 -0700
492
+ Processing by SpreadsheetsController#xlsx as
493
+ Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.0ms)
494
+  (0.1ms) rollback transaction
495
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
496
+  (0.1ms) begin transaction
497
+  (0.1ms) commit transaction
498
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
499
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
500
+  (0.1ms) begin transaction
501
+ --------------------------
502
+ ApplicationTest: test_xlsx
503
+ --------------------------
504
+  (0.1ms) rollback transaction
505
+  (0.2ms) SELECT sqlite_version(*)
506
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
507
+  (3.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
508
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
509
+  (0.1ms) begin transaction
510
+ ActiveRecord::InternalMetadata Create (0.6ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2020-01-25 16:55:20.010401"], ["updated_at", "2020-01-25 16:55:20.010401"]]
511
+  (0.9ms) commit transaction
512
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
513
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
514
+  (0.1ms) begin transaction
515
+ --------------------------
516
+ ApplicationTest: test_xlsx
517
+ --------------------------
518
+  (0.1ms) rollback transaction
519
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
520
+  (0.1ms) begin transaction
521
+  (0.1ms) commit transaction
522
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
523
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
524
+  (0.1ms) begin transaction
525
+ --------------------------
526
+ ApplicationTest: test_xlsx
527
+ --------------------------
528
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 08:56:04 -0800
529
+ Processing by SpreadsheetsController#xlsx as
530
+ Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
531
+  (0.1ms) rollback transaction
532
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
533
+  (0.1ms) begin transaction
534
+  (0.1ms) commit transaction
535
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
536
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
537
+  (0.1ms) begin transaction
538
+ --------------------------
539
+ ApplicationTest: test_xlsx
540
+ --------------------------
541
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 08:59:29 -0800
542
+ Processing by SpreadsheetsController#xlsx as
543
+ Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms)
544
+  (0.1ms) rollback transaction
545
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
546
+  (0.1ms) begin transaction
547
+  (0.1ms) commit transaction
548
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
549
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
550
+  (0.1ms) begin transaction
551
+ --------------------------
552
+ ApplicationTest: test_xlsx
553
+ --------------------------
554
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 09:00:32 -0800
555
+ Processing by SpreadsheetsController#xlsx as
556
+ Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)
557
+  (0.1ms) rollback transaction
558
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
559
+  (0.1ms) begin transaction
560
+  (0.1ms) commit transaction
561
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
562
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
563
+  (0.1ms) begin transaction
564
+ --------------------------
565
+ ApplicationTest: test_xlsx
566
+ --------------------------
567
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 09:01:00 -0800
568
+ Processing by SpreadsheetsController#xlsx as
569
+ Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
570
+  (0.1ms) rollback transaction
571
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
572
+  (0.1ms) begin transaction
573
+  (0.1ms) commit transaction
574
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
575
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
576
+  (0.1ms) begin transaction
577
+ --------------------------
578
+ ApplicationTest: test_xlsx
579
+ --------------------------
580
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 09:03:45 -0800
581
+ Processing by SpreadsheetsController#xlsx as
582
+ Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.0ms)
583
+  (0.1ms) rollback transaction
584
+ ActiveRecord::InternalMetadata Load (0.8ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
585
+  (0.1ms) begin transaction
586
+  (0.1ms) commit transaction
587
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
588
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
589
+  (0.1ms) begin transaction
590
+ --------------------------
591
+ ApplicationTest: test_xlsx
592
+ --------------------------
593
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 09:09:22 -0800
594
+ Processing by SpreadsheetsController#xlsx as XLSX
595
+ Rendering spreadsheets/test.xlsx.axlsx
596
+ Rendered spreadsheets/test.xlsx.axlsx (18.2ms)
597
+ Rendering text template
598
+ Rendered text template (0.0ms)
599
+ Sent data test.xlsx (2.9ms)
600
+ Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.0ms)
601
+  (0.1ms) rollback transaction
602
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
603
+  (0.1ms) begin transaction
604
+  (0.1ms) commit transaction
605
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
606
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
607
+  (0.1ms) begin transaction
608
+ --------------------------
609
+ ApplicationTest: test_xlsx
610
+ --------------------------
611
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 09:09:56 -0800
612
+ Processing by SpreadsheetsController#xlsx as XLSX
613
+ Rendering spreadsheets/test.xlsx.axlsx
614
+ Rendered spreadsheets/test.xlsx.axlsx (21.0ms)
615
+ Rendering text template
616
+ Rendered text template (0.0ms)
617
+ Sent data test.xlsx (2.2ms)
618
+ Completed 200 OK in 29ms (Views: 29.0ms | ActiveRecord: 0.0ms)
619
+  (0.1ms) rollback transaction
620
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
621
+  (0.1ms) begin transaction
622
+  (0.1ms) commit transaction
623
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
624
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
625
+  (0.2ms) begin transaction
626
+ --------------------------
627
+ ApplicationTest: test_xlsx
628
+ --------------------------
629
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 09:11:08 -0800
630
+ Processing by SpreadsheetsController#xlsx as XLSX
631
+ Rendering spreadsheets/test.xlsx.axlsx
632
+ Rendered spreadsheets/test.xlsx.axlsx (20.5ms)
633
+ Rendering text template
634
+ Rendered text template (0.0ms)
635
+ Sent data test.xlsx (2.2ms)
636
+ Completed 200 OK in 29ms (Views: 28.6ms | ActiveRecord: 0.0ms)
637
+  (0.1ms) rollback transaction
638
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
639
+  (0.1ms) begin transaction
640
+  (0.1ms) commit transaction
641
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
642
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
643
+  (0.2ms) begin transaction
644
+ --------------------------
645
+ ApplicationTest: test_xlsx
646
+ --------------------------
647
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 09:11:28 -0800
648
+ Processing by SpreadsheetsController#xlsx as XLSX
649
+ Rendering spreadsheets/test.xlsx.axlsx
650
+ Rendered spreadsheets/test.xlsx.axlsx (23.7ms)
651
+ Rendering text template
652
+ Rendered text template (0.0ms)
653
+ Sent data test.xlsx (1.9ms)
654
+ Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.0ms)
655
+  (0.1ms) rollback transaction
656
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
657
+  (0.1ms) begin transaction
658
+  (0.1ms) commit transaction
659
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
660
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
661
+  (0.1ms) begin transaction
662
+ --------------------------
663
+ ApplicationTest: test_xlsx
664
+ --------------------------
665
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 09:11:52 -0800
666
+ Processing by SpreadsheetsController#xlsx as XLSX
667
+ Rendering spreadsheets/test.xlsx.axlsx
668
+ Rendered spreadsheets/test.xlsx.axlsx (16.3ms)
669
+ Rendering text template
670
+ Rendered text template (0.0ms)
671
+ Sent data test.xlsx (1.8ms)
672
+ Completed 200 OK in 24ms (Views: 23.7ms | ActiveRecord: 0.0ms)
673
+  (0.1ms) rollback transaction
674
+ ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
675
+  (0.1ms) begin transaction
676
+  (0.1ms) commit transaction
677
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
678
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
679
+  (0.1ms) begin transaction
680
+ --------------------------
681
+ ApplicationTest: test_xlsx
682
+ --------------------------
683
+ Started GET "/spreadsheet/xlsx.xlsx" for 127.0.0.1 at 2020-01-25 09:12:37 -0800
684
+ Processing by SpreadsheetsController#xlsx as XLSX
685
+ Rendering spreadsheets/test.xlsx.axlsx
686
+ Rendered spreadsheets/test.xlsx.axlsx (37.9ms)
687
+ Rendering text template
688
+ Rendered text template (0.0ms)
689
+ Sent data test.xlsx (2.3ms)
690
+ Completed 200 OK in 50ms (Views: 49.8ms | ActiveRecord: 0.0ms)
691
+  (0.1ms) rollback transaction
692
+ ActiveRecord::InternalMetadata Load (0.9ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
693
+  (0.1ms) begin transaction
694
+  (0.1ms) commit transaction
695
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
696
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
697
+  (0.1ms) begin transaction
698
+ --------------------------
699
+ ApplicationTest: test_xlsx
700
+ --------------------------
701
+  (0.1ms) rollback transaction
702
+ ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
703
+  (0.1ms) begin transaction
704
+  (0.1ms) commit transaction
705
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
706
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
707
+  (0.1ms) begin transaction
708
+ --------------------------
709
+ ApplicationTest: test_xlsx
710
+ --------------------------
711
+ Started GET "/spreadsheets/test.xlsx" for 127.0.0.1 at 2020-01-25 09:15:57 -0800
712
+  (0.1ms) rollback transaction
713
+ ActiveRecord::InternalMetadata Load (0.5ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]
714
+  (0.1ms) begin transaction
715
+  (0.1ms) commit transaction
716
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
717
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
718
+  (0.1ms) begin transaction
719
+ --------------------------
720
+ ApplicationTest: test_xlsx
721
+ --------------------------
722
+ Started GET "/spreadsheets/test.xlsx" for 127.0.0.1 at 2020-01-25 09:16:46 -0800
723
+ Processing by SpreadsheetsController#test as XLSX
724
+ Rendering spreadsheets/test.xlsx.axlsx
725
+ Rendered spreadsheets/test.xlsx.axlsx (17.8ms)
726
+ Rendering text template
727
+ Rendered text template (0.0ms)
728
+ Sent data test.xlsx (1.9ms)
729
+ Completed 200 OK in 47ms (Views: 46.8ms | ActiveRecord: 0.0ms)
730
+  (0.1ms) rollback transaction