pdfcraft 0.0.1 → 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.
- checksums.yaml +4 -4
- data/CHANGELOG.rdoc +7 -0
- data/README.rdoc +25 -6
- data/lib/pdfcraft.rb +5 -0
- data/lib/pdfcraft/pdf_template_handler.rb +5 -3
- data/lib/pdfcraft/version.rb +1 -1
- data/test/dummy/app/controllers/home_controller.rb +4 -0
- data/test/dummy/app/views/home/_the_partial.pdf.pdfcraft +2 -2
- data/test/dummy/app/views/home/helpers.pdf.pdfcraft +1 -1
- data/test/dummy/app/views/home/index.pdf.pdfcraft +1 -1
- data/test/dummy/app/views/home/partials.pdf.pdfcraft +1 -1
- data/test/dummy/app/views/home/pdf_layout.pdf.pdfcraft +2 -2
- data/test/dummy/app/views/home/renamed_var.pdf.pdfcraft +3 -0
- data/test/dummy/app/views/layouts/application.pdf.pdfcraft +25 -0
- data/test/dummy/config/application.rb +4 -1
- data/test/dummy/config/environments/development.rb +1 -1
- data/test/dummy/config/environments/test.rb +1 -0
- data/test/dummy/config/routes.rb +1 -0
- data/test/dummy/log/development.log +872 -0
- data/test/dummy/log/test.log +2588 -0
- data/test/integration/configuration_test.rb +18 -0
- data/test/integration/pdf_rendering_test.rb +5 -3
- data/test/test_helper.rb +8 -0
- metadata +19 -32
- data/test/dummy/config/database.yml +0 -25
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
data/test/dummy/log/test.log
CHANGED
@@ -4163,3 +4163,2591 @@ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
|
4163
4163
|
PdfcraftTest: test_truth
|
4164
4164
|
------------------------
|
4165
4165
|
[1m[35m (0.0ms)[0m rollback transaction
|
4166
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
4167
|
+
----------------------------------------------------
|
4168
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4169
|
+
----------------------------------------------------
|
4170
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-02 20:27:03 -0500
|
4171
|
+
Processing by HomeController#pdf_layout as PDF
|
4172
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (50.8ms)
|
4173
|
+
Rendered text template (0.0ms)
|
4174
|
+
Sent data contents.pdf (1.6ms)
|
4175
|
+
Completed 200 OK in 61ms (Views: 60.9ms | ActiveRecord: 0.0ms)
|
4176
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4177
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4178
|
+
---------------------------------------------------------------
|
4179
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4180
|
+
---------------------------------------------------------------
|
4181
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-02 20:27:03 -0500
|
4182
|
+
Processing by HomeController#another as PDF
|
4183
|
+
Sent data contents.pdf (0.3ms)
|
4184
|
+
Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
4185
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4186
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4187
|
+
-------------------------------------------------------
|
4188
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4189
|
+
-------------------------------------------------------
|
4190
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-02 20:27:03 -0500
|
4191
|
+
Processing by HomeController#helpers as PDF
|
4192
|
+
Sent data contents.pdf (0.3ms)
|
4193
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
4194
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4195
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4196
|
+
-----------------------------------------------------
|
4197
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4198
|
+
-----------------------------------------------------
|
4199
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-02 20:27:04 -0500
|
4200
|
+
Processing by HomeController#partials as PDF
|
4201
|
+
Rendered home/_the_partial.pdf.pdfcraft (2.3ms)
|
4202
|
+
Sent data contents.pdf (0.3ms)
|
4203
|
+
Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
|
4204
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4205
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4206
|
+
--------------------------------------------------------
|
4207
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4208
|
+
--------------------------------------------------------
|
4209
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-02 20:27:04 -0500
|
4210
|
+
Processing by HomeController#index as PDF
|
4211
|
+
Sent data contents.pdf (0.3ms)
|
4212
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
4213
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4214
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4215
|
+
----------------------------------------------------
|
4216
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4217
|
+
----------------------------------------------------
|
4218
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-02 20:27:52 -0500
|
4219
|
+
Processing by HomeController#pdf_layout as PDF
|
4220
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (45.7ms)
|
4221
|
+
Rendered text template (0.0ms)
|
4222
|
+
Sent data contents.pdf (0.9ms)
|
4223
|
+
Completed 200 OK in 53ms (Views: 52.4ms | ActiveRecord: 0.0ms)
|
4224
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4225
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4226
|
+
---------------------------------------------------------------
|
4227
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4228
|
+
---------------------------------------------------------------
|
4229
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-02 20:27:52 -0500
|
4230
|
+
Processing by HomeController#another as PDF
|
4231
|
+
Sent data contents.pdf (0.3ms)
|
4232
|
+
Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
4233
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4234
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4235
|
+
-------------------------------------------------------
|
4236
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4237
|
+
-------------------------------------------------------
|
4238
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-02 20:27:52 -0500
|
4239
|
+
Processing by HomeController#helpers as PDF
|
4240
|
+
Sent data contents.pdf (0.3ms)
|
4241
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
4242
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4243
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4244
|
+
-----------------------------------------------------
|
4245
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4246
|
+
-----------------------------------------------------
|
4247
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-02 20:27:53 -0500
|
4248
|
+
Processing by HomeController#partials as PDF
|
4249
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.6ms)
|
4250
|
+
Sent data contents.pdf (0.3ms)
|
4251
|
+
Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
4252
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4253
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4254
|
+
--------------------------------------------------------
|
4255
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4256
|
+
--------------------------------------------------------
|
4257
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-02 20:27:53 -0500
|
4258
|
+
Processing by HomeController#index as PDF
|
4259
|
+
Sent data contents.pdf (0.3ms)
|
4260
|
+
Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
4261
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4262
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4263
|
+
----------------------------------------------------
|
4264
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4265
|
+
----------------------------------------------------
|
4266
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 10:05:23 -0500
|
4267
|
+
Processing by HomeController#pdf_layout as PDF
|
4268
|
+
Rendered home/pdf_layout.pdf.pdfcraft (31.8ms)
|
4269
|
+
Rendered text template (0.0ms)
|
4270
|
+
Sent data contents.pdf (1.6ms)
|
4271
|
+
Completed 200 OK in 41ms (Views: 41.0ms | ActiveRecord: 0.0ms)
|
4272
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4273
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4274
|
+
---------------------------------------------------------------
|
4275
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4276
|
+
---------------------------------------------------------------
|
4277
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 10:05:23 -0500
|
4278
|
+
Processing by HomeController#another as PDF
|
4279
|
+
Sent data contents.pdf (0.3ms)
|
4280
|
+
Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
4281
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4282
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4283
|
+
-------------------------------------------------------
|
4284
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4285
|
+
-------------------------------------------------------
|
4286
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 10:05:23 -0500
|
4287
|
+
Processing by HomeController#helpers as PDF
|
4288
|
+
Sent data contents.pdf (0.3ms)
|
4289
|
+
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
4290
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4291
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4292
|
+
-----------------------------------------------------
|
4293
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4294
|
+
-----------------------------------------------------
|
4295
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 10:05:23 -0500
|
4296
|
+
Processing by HomeController#partials as PDF
|
4297
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.7ms)
|
4298
|
+
Sent data contents.pdf (0.3ms)
|
4299
|
+
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
|
4300
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4301
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4302
|
+
--------------------------------------------------------
|
4303
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4304
|
+
--------------------------------------------------------
|
4305
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 10:05:23 -0500
|
4306
|
+
Processing by HomeController#index as PDF
|
4307
|
+
Sent data contents.pdf (0.2ms)
|
4308
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
4309
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4310
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4311
|
+
------------------------
|
4312
|
+
PdfcraftTest: test_truth
|
4313
|
+
------------------------
|
4314
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4315
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4316
|
+
----------------------------------------------------
|
4317
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4318
|
+
----------------------------------------------------
|
4319
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 10:05:55 -0500
|
4320
|
+
Processing by HomeController#pdf_layout as PDF
|
4321
|
+
Rendered home/pdf_layout.pdf.pdfcraft (26.7ms)
|
4322
|
+
Rendered text template (0.0ms)
|
4323
|
+
Sent data contents.pdf (0.9ms)
|
4324
|
+
Completed 200 OK in 32ms (Views: 31.7ms | ActiveRecord: 0.0ms)
|
4325
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4326
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4327
|
+
---------------------------------------------------------------
|
4328
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4329
|
+
---------------------------------------------------------------
|
4330
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 10:05:55 -0500
|
4331
|
+
Processing by HomeController#another as PDF
|
4332
|
+
Sent data contents.pdf (0.3ms)
|
4333
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
4334
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4335
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4336
|
+
-------------------------------------------------------
|
4337
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4338
|
+
-------------------------------------------------------
|
4339
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 10:05:55 -0500
|
4340
|
+
Processing by HomeController#helpers as PDF
|
4341
|
+
Sent data contents.pdf (0.3ms)
|
4342
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
4343
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4344
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4345
|
+
-----------------------------------------------------
|
4346
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4347
|
+
-----------------------------------------------------
|
4348
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 10:05:55 -0500
|
4349
|
+
Processing by HomeController#partials as PDF
|
4350
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
4351
|
+
Sent data contents.pdf (0.3ms)
|
4352
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
4353
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4354
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4355
|
+
--------------------------------------------------------
|
4356
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4357
|
+
--------------------------------------------------------
|
4358
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 10:05:55 -0500
|
4359
|
+
Processing by HomeController#index as PDF
|
4360
|
+
Sent data contents.pdf (0.2ms)
|
4361
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
4362
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4363
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4364
|
+
------------------------
|
4365
|
+
PdfcraftTest: test_truth
|
4366
|
+
------------------------
|
4367
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4368
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4369
|
+
----------------------------------------------------
|
4370
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4371
|
+
----------------------------------------------------
|
4372
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 10:08:38 -0500
|
4373
|
+
Processing by HomeController#pdf_layout as PDF
|
4374
|
+
Rendered home/pdf_layout.pdf.pdfcraft (39.2ms)
|
4375
|
+
Rendered text template (0.0ms)
|
4376
|
+
Sent data contents.pdf (1.1ms)
|
4377
|
+
Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms)
|
4378
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4379
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4380
|
+
---------------------------------------------------------------
|
4381
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4382
|
+
---------------------------------------------------------------
|
4383
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 10:08:38 -0500
|
4384
|
+
Processing by HomeController#another as PDF
|
4385
|
+
Sent data contents.pdf (0.2ms)
|
4386
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
4387
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4388
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4389
|
+
-------------------------------------------------------
|
4390
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4391
|
+
-------------------------------------------------------
|
4392
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 10:08:38 -0500
|
4393
|
+
Processing by HomeController#helpers as PDF
|
4394
|
+
Sent data contents.pdf (0.2ms)
|
4395
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
4396
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4397
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4398
|
+
-----------------------------------------------------
|
4399
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4400
|
+
-----------------------------------------------------
|
4401
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 10:08:38 -0500
|
4402
|
+
Processing by HomeController#partials as PDF
|
4403
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.7ms)
|
4404
|
+
Sent data contents.pdf (0.4ms)
|
4405
|
+
Completed 200 OK in 7ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
4406
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4407
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4408
|
+
--------------------------------------------------------
|
4409
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4410
|
+
--------------------------------------------------------
|
4411
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 10:08:38 -0500
|
4412
|
+
Processing by HomeController#index as PDF
|
4413
|
+
Sent data contents.pdf (0.1ms)
|
4414
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
4415
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4416
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4417
|
+
------------------------
|
4418
|
+
PdfcraftTest: test_truth
|
4419
|
+
------------------------
|
4420
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4421
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4422
|
+
----------------------------------------------------
|
4423
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4424
|
+
----------------------------------------------------
|
4425
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 10:10:09 -0500
|
4426
|
+
Processing by HomeController#pdf_layout as PDF
|
4427
|
+
Rendered home/pdf_layout.pdf.pdfcraft (31.5ms)
|
4428
|
+
Rendered text template (0.0ms)
|
4429
|
+
Sent data contents.pdf (0.9ms)
|
4430
|
+
Completed 200 OK in 42ms (Views: 41.6ms | ActiveRecord: 0.0ms)
|
4431
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4432
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4433
|
+
---------------------------------------------------------------
|
4434
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4435
|
+
---------------------------------------------------------------
|
4436
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 10:10:09 -0500
|
4437
|
+
Processing by HomeController#another as PDF
|
4438
|
+
Sent data contents.pdf (0.2ms)
|
4439
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
4440
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4441
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4442
|
+
-------------------------------------------------------
|
4443
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4444
|
+
-------------------------------------------------------
|
4445
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 10:10:09 -0500
|
4446
|
+
Processing by HomeController#helpers as PDF
|
4447
|
+
Sent data contents.pdf (0.2ms)
|
4448
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
4449
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4450
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4451
|
+
-----------------------------------------------------
|
4452
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4453
|
+
-----------------------------------------------------
|
4454
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 10:10:09 -0500
|
4455
|
+
Processing by HomeController#partials as PDF
|
4456
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
4457
|
+
Sent data contents.pdf (0.3ms)
|
4458
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
4459
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4460
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4461
|
+
--------------------------------------------------------
|
4462
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4463
|
+
--------------------------------------------------------
|
4464
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 10:10:09 -0500
|
4465
|
+
Processing by HomeController#index as PDF
|
4466
|
+
Sent data contents.pdf (0.1ms)
|
4467
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
4468
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4469
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4470
|
+
------------------------
|
4471
|
+
PdfcraftTest: test_truth
|
4472
|
+
------------------------
|
4473
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4474
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4475
|
+
----------------------------------------------------
|
4476
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4477
|
+
----------------------------------------------------
|
4478
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 10:10:25 -0500
|
4479
|
+
Processing by HomeController#pdf_layout as PDF
|
4480
|
+
Rendered home/pdf_layout.pdf.pdfcraft (43.7ms)
|
4481
|
+
Rendered text template (0.0ms)
|
4482
|
+
Sent data contents.pdf (0.9ms)
|
4483
|
+
Completed 200 OK in 49ms (Views: 49.1ms | ActiveRecord: 0.0ms)
|
4484
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4485
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4486
|
+
---------------------------------------------------------------
|
4487
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4488
|
+
---------------------------------------------------------------
|
4489
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 10:10:25 -0500
|
4490
|
+
Processing by HomeController#another as PDF
|
4491
|
+
Sent data contents.pdf (0.3ms)
|
4492
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
4493
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4494
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4495
|
+
-------------------------------------------------------
|
4496
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4497
|
+
-------------------------------------------------------
|
4498
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 10:10:25 -0500
|
4499
|
+
Processing by HomeController#helpers as PDF
|
4500
|
+
Sent data contents.pdf (0.3ms)
|
4501
|
+
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
4502
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4503
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4504
|
+
-----------------------------------------------------
|
4505
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4506
|
+
-----------------------------------------------------
|
4507
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 10:10:25 -0500
|
4508
|
+
Processing by HomeController#partials as PDF
|
4509
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
4510
|
+
Sent data contents.pdf (0.3ms)
|
4511
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
4512
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4513
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4514
|
+
--------------------------------------------------------
|
4515
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4516
|
+
--------------------------------------------------------
|
4517
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 10:10:25 -0500
|
4518
|
+
Processing by HomeController#index as PDF
|
4519
|
+
Sent data contents.pdf (0.2ms)
|
4520
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
4521
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4522
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4523
|
+
------------------------
|
4524
|
+
PdfcraftTest: test_truth
|
4525
|
+
------------------------
|
4526
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4527
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4528
|
+
----------------------------------------------------
|
4529
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4530
|
+
----------------------------------------------------
|
4531
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 10:15:56 -0500
|
4532
|
+
Processing by HomeController#pdf_layout as PDF
|
4533
|
+
Rendered home/pdf_layout.pdf.pdfcraft (26.8ms)
|
4534
|
+
Rendered text template (0.0ms)
|
4535
|
+
Sent data contents.pdf (0.9ms)
|
4536
|
+
Completed 200 OK in 32ms (Views: 32.0ms | ActiveRecord: 0.0ms)
|
4537
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4538
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4539
|
+
---------------------------------------------------------------
|
4540
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4541
|
+
---------------------------------------------------------------
|
4542
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 10:15:56 -0500
|
4543
|
+
Processing by HomeController#another as PDF
|
4544
|
+
Sent data contents.pdf (0.3ms)
|
4545
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
4546
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4547
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4548
|
+
-------------------------------------------------------
|
4549
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4550
|
+
-------------------------------------------------------
|
4551
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 10:15:56 -0500
|
4552
|
+
Processing by HomeController#helpers as PDF
|
4553
|
+
Sent data contents.pdf (0.3ms)
|
4554
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
4555
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
4556
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4557
|
+
-----------------------------------------------------
|
4558
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4559
|
+
-----------------------------------------------------
|
4560
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 10:15:56 -0500
|
4561
|
+
Processing by HomeController#partials as PDF
|
4562
|
+
Rendered home/_the_partial.pdf.pdfcraft (2.4ms)
|
4563
|
+
Sent data contents.pdf (0.5ms)
|
4564
|
+
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
4565
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4566
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4567
|
+
--------------------------------------------------------
|
4568
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4569
|
+
--------------------------------------------------------
|
4570
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 10:15:56 -0500
|
4571
|
+
Processing by HomeController#index as PDF
|
4572
|
+
Sent data contents.pdf (0.2ms)
|
4573
|
+
Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
|
4574
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4575
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4576
|
+
------------------------
|
4577
|
+
PdfcraftTest: test_truth
|
4578
|
+
------------------------
|
4579
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4580
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4581
|
+
----------------------------------------------------
|
4582
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4583
|
+
----------------------------------------------------
|
4584
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 10:18:13 -0500
|
4585
|
+
Processing by HomeController#pdf_layout as PDF
|
4586
|
+
Rendered home/pdf_layout.pdf.pdfcraft (26.7ms)
|
4587
|
+
Rendered text template (0.0ms)
|
4588
|
+
Sent data contents.pdf (0.9ms)
|
4589
|
+
Completed 200 OK in 32ms (Views: 31.9ms | ActiveRecord: 0.0ms)
|
4590
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4591
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4592
|
+
---------------------------------------------------------------
|
4593
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4594
|
+
---------------------------------------------------------------
|
4595
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 10:18:13 -0500
|
4596
|
+
Processing by HomeController#another as PDF
|
4597
|
+
Sent data contents.pdf (0.3ms)
|
4598
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
4599
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4600
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4601
|
+
-------------------------------------------------------
|
4602
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4603
|
+
-------------------------------------------------------
|
4604
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 10:18:13 -0500
|
4605
|
+
Processing by HomeController#helpers as PDF
|
4606
|
+
Sent data contents.pdf (0.3ms)
|
4607
|
+
Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
4608
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4609
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4610
|
+
-----------------------------------------------------
|
4611
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4612
|
+
-----------------------------------------------------
|
4613
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 10:18:14 -0500
|
4614
|
+
Processing by HomeController#partials as PDF
|
4615
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
4616
|
+
Sent data contents.pdf (0.3ms)
|
4617
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
4618
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4619
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4620
|
+
--------------------------------------------------------
|
4621
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4622
|
+
--------------------------------------------------------
|
4623
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 10:18:14 -0500
|
4624
|
+
Processing by HomeController#index as PDF
|
4625
|
+
Sent data contents.pdf (0.2ms)
|
4626
|
+
Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
|
4627
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4628
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4629
|
+
------------------------
|
4630
|
+
PdfcraftTest: test_truth
|
4631
|
+
------------------------
|
4632
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4633
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4634
|
+
----------------------------------------------------
|
4635
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4636
|
+
----------------------------------------------------
|
4637
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 10:22:21 -0500
|
4638
|
+
Processing by HomeController#pdf_layout as PDF
|
4639
|
+
Rendered home/pdf_layout.pdf.pdfcraft (37.0ms)
|
4640
|
+
Rendered text template (0.0ms)
|
4641
|
+
Sent data contents.pdf (0.9ms)
|
4642
|
+
Completed 200 OK in 43ms (Views: 42.4ms | ActiveRecord: 0.0ms)
|
4643
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4644
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4645
|
+
---------------------------------------------------------------
|
4646
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4647
|
+
---------------------------------------------------------------
|
4648
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 10:22:21 -0500
|
4649
|
+
Processing by HomeController#another as PDF
|
4650
|
+
Sent data contents.pdf (0.2ms)
|
4651
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
4652
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4653
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4654
|
+
-------------------------------------------------------
|
4655
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4656
|
+
-------------------------------------------------------
|
4657
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 10:22:21 -0500
|
4658
|
+
Processing by HomeController#helpers as PDF
|
4659
|
+
Sent data contents.pdf (0.2ms)
|
4660
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
4661
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4662
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4663
|
+
-----------------------------------------------------
|
4664
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4665
|
+
-----------------------------------------------------
|
4666
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 10:22:21 -0500
|
4667
|
+
Processing by HomeController#partials as PDF
|
4668
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.8ms)
|
4669
|
+
Sent data contents.pdf (0.2ms)
|
4670
|
+
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
4671
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4672
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4673
|
+
--------------------------------------------------------
|
4674
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4675
|
+
--------------------------------------------------------
|
4676
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 10:22:21 -0500
|
4677
|
+
Processing by HomeController#index as PDF
|
4678
|
+
Sent data contents.pdf (0.2ms)
|
4679
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
4680
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4681
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4682
|
+
------------------------
|
4683
|
+
PdfcraftTest: test_truth
|
4684
|
+
------------------------
|
4685
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4686
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4687
|
+
----------------------------------------------------
|
4688
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4689
|
+
----------------------------------------------------
|
4690
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 10:27:58 -0500
|
4691
|
+
Processing by HomeController#pdf_layout as PDF
|
4692
|
+
Rendered home/pdf_layout.pdf.pdfcraft (37.6ms)
|
4693
|
+
Rendered text template (0.0ms)
|
4694
|
+
Sent data contents.pdf (1.1ms)
|
4695
|
+
Completed 200 OK in 44ms (Views: 43.3ms | ActiveRecord: 0.0ms)
|
4696
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4697
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4698
|
+
---------------------------------------------------------------
|
4699
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4700
|
+
---------------------------------------------------------------
|
4701
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 10:27:58 -0500
|
4702
|
+
Processing by HomeController#another as PDF
|
4703
|
+
Sent data contents.pdf (0.2ms)
|
4704
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
4705
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4706
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4707
|
+
-------------------------------------------------------
|
4708
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4709
|
+
-------------------------------------------------------
|
4710
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 10:27:58 -0500
|
4711
|
+
Processing by HomeController#helpers as PDF
|
4712
|
+
Sent data contents.pdf (0.2ms)
|
4713
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
4714
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4715
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4716
|
+
-----------------------------------------------------
|
4717
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4718
|
+
-----------------------------------------------------
|
4719
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 10:27:58 -0500
|
4720
|
+
Processing by HomeController#partials as PDF
|
4721
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.6ms)
|
4722
|
+
Sent data contents.pdf (0.2ms)
|
4723
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
4724
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4725
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4726
|
+
--------------------------------------------------------
|
4727
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4728
|
+
--------------------------------------------------------
|
4729
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 10:27:58 -0500
|
4730
|
+
Processing by HomeController#index as PDF
|
4731
|
+
Sent data contents.pdf (0.2ms)
|
4732
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
4733
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4734
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4735
|
+
------------------------
|
4736
|
+
PdfcraftTest: test_truth
|
4737
|
+
------------------------
|
4738
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4739
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4740
|
+
----------------------------------------------------------------------
|
4741
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
4742
|
+
----------------------------------------------------------------------
|
4743
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4744
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4745
|
+
----------------------------------------------------
|
4746
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4747
|
+
----------------------------------------------------
|
4748
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 20:39:09 -0500
|
4749
|
+
Processing by HomeController#pdf_layout as PDF
|
4750
|
+
Sent data contents.pdf (0.8ms)
|
4751
|
+
Completed 200 OK in 42ms (Views: 41.7ms | ActiveRecord: 0.0ms)
|
4752
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4753
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4754
|
+
---------------------------------------------------------------
|
4755
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4756
|
+
---------------------------------------------------------------
|
4757
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 20:39:09 -0500
|
4758
|
+
Processing by HomeController#another as PDF
|
4759
|
+
Sent data contents.pdf (0.2ms)
|
4760
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
4761
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4762
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4763
|
+
-------------------------------------------------------
|
4764
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4765
|
+
-------------------------------------------------------
|
4766
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 20:39:09 -0500
|
4767
|
+
Processing by HomeController#helpers as PDF
|
4768
|
+
Sent data contents.pdf (0.2ms)
|
4769
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
4770
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4771
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4772
|
+
-----------------------------------------------------
|
4773
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4774
|
+
-----------------------------------------------------
|
4775
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 20:39:09 -0500
|
4776
|
+
Processing by HomeController#partials as PDF
|
4777
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.6ms)
|
4778
|
+
Sent data contents.pdf (0.4ms)
|
4779
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
4780
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4781
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4782
|
+
--------------------------------------------------------
|
4783
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4784
|
+
--------------------------------------------------------
|
4785
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 20:39:09 -0500
|
4786
|
+
Processing by HomeController#index as PDF
|
4787
|
+
Sent data contents.pdf (0.2ms)
|
4788
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
4789
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4790
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4791
|
+
----------------------------------------------------------------------
|
4792
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
4793
|
+
----------------------------------------------------------------------
|
4794
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4795
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4796
|
+
----------------------------------------------------
|
4797
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4798
|
+
----------------------------------------------------
|
4799
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 20:40:23 -0500
|
4800
|
+
Processing by HomeController#pdf_layout as PDF
|
4801
|
+
Sent data contents.pdf (0.9ms)
|
4802
|
+
Completed 200 OK in 46ms (Views: 45.8ms | ActiveRecord: 0.0ms)
|
4803
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4804
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4805
|
+
---------------------------------------------------------------
|
4806
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4807
|
+
---------------------------------------------------------------
|
4808
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 20:40:23 -0500
|
4809
|
+
Processing by HomeController#another as PDF
|
4810
|
+
Sent data contents.pdf (0.2ms)
|
4811
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
4812
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4813
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4814
|
+
-------------------------------------------------------
|
4815
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4816
|
+
-------------------------------------------------------
|
4817
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 20:40:23 -0500
|
4818
|
+
Processing by HomeController#helpers as PDF
|
4819
|
+
Sent data contents.pdf (0.2ms)
|
4820
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
4821
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4822
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4823
|
+
-----------------------------------------------------
|
4824
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4825
|
+
-----------------------------------------------------
|
4826
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 20:40:23 -0500
|
4827
|
+
Processing by HomeController#partials as PDF
|
4828
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.6ms)
|
4829
|
+
Sent data contents.pdf (0.2ms)
|
4830
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
4831
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4832
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4833
|
+
--------------------------------------------------------
|
4834
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4835
|
+
--------------------------------------------------------
|
4836
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 20:40:23 -0500
|
4837
|
+
Processing by HomeController#index as PDF
|
4838
|
+
Sent data contents.pdf (0.2ms)
|
4839
|
+
Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
4840
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4841
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
4842
|
+
----------------------------------------------------------------------
|
4843
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
4844
|
+
----------------------------------------------------------------------
|
4845
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4846
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4847
|
+
----------------------------------------------------
|
4848
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4849
|
+
----------------------------------------------------
|
4850
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 20:41:24 -0500
|
4851
|
+
Processing by HomeController#pdf_layout as PDF
|
4852
|
+
Sent data contents.pdf (0.8ms)
|
4853
|
+
Completed 200 OK in 43ms (Views: 42.3ms | ActiveRecord: 0.0ms)
|
4854
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4855
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4856
|
+
---------------------------------------------------------------
|
4857
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4858
|
+
---------------------------------------------------------------
|
4859
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 20:41:24 -0500
|
4860
|
+
Processing by HomeController#another as PDF
|
4861
|
+
Sent data contents.pdf (0.2ms)
|
4862
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
4863
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4864
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4865
|
+
-------------------------------------------------------
|
4866
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4867
|
+
-------------------------------------------------------
|
4868
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 20:41:24 -0500
|
4869
|
+
Processing by HomeController#helpers as PDF
|
4870
|
+
Sent data contents.pdf (0.2ms)
|
4871
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
4872
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4873
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4874
|
+
-----------------------------------------------------
|
4875
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4876
|
+
-----------------------------------------------------
|
4877
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 20:41:24 -0500
|
4878
|
+
Processing by HomeController#partials as PDF
|
4879
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
4880
|
+
Sent data contents.pdf (0.2ms)
|
4881
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
4882
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4883
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4884
|
+
--------------------------------------------------------
|
4885
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4886
|
+
--------------------------------------------------------
|
4887
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 20:41:24 -0500
|
4888
|
+
Processing by HomeController#index as PDF
|
4889
|
+
Sent data contents.pdf (0.2ms)
|
4890
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
|
4891
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4892
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4893
|
+
----------------------------------------------------------------------
|
4894
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
4895
|
+
----------------------------------------------------------------------
|
4896
|
+
Started GET "/header_footer.pdf" for 127.0.0.1 at 2014-01-04 20:43:49 -0500
|
4897
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4898
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4899
|
+
----------------------------------------------------
|
4900
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4901
|
+
----------------------------------------------------
|
4902
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 20:43:49 -0500
|
4903
|
+
Processing by HomeController#pdf_layout as PDF
|
4904
|
+
Sent data contents.pdf (0.8ms)
|
4905
|
+
Completed 200 OK in 42ms (Views: 41.9ms | ActiveRecord: 0.0ms)
|
4906
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4907
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4908
|
+
---------------------------------------------------------------
|
4909
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4910
|
+
---------------------------------------------------------------
|
4911
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 20:43:49 -0500
|
4912
|
+
Processing by HomeController#another as PDF
|
4913
|
+
Sent data contents.pdf (0.3ms)
|
4914
|
+
Completed 200 OK in 3ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
4915
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4916
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4917
|
+
-------------------------------------------------------
|
4918
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4919
|
+
-------------------------------------------------------
|
4920
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 20:43:49 -0500
|
4921
|
+
Processing by HomeController#helpers as PDF
|
4922
|
+
Sent data contents.pdf (0.2ms)
|
4923
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
4924
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4925
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4926
|
+
-----------------------------------------------------
|
4927
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4928
|
+
-----------------------------------------------------
|
4929
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 20:43:49 -0500
|
4930
|
+
Processing by HomeController#partials as PDF
|
4931
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.6ms)
|
4932
|
+
Sent data contents.pdf (0.2ms)
|
4933
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
4934
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4935
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4936
|
+
--------------------------------------------------------
|
4937
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4938
|
+
--------------------------------------------------------
|
4939
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 20:43:49 -0500
|
4940
|
+
Processing by HomeController#index as PDF
|
4941
|
+
Sent data contents.pdf (0.2ms)
|
4942
|
+
Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
|
4943
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4944
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4945
|
+
----------------------------------------------------------------------
|
4946
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
4947
|
+
----------------------------------------------------------------------
|
4948
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 20:45:33 -0500
|
4949
|
+
Processing by HomeController#pdf_layout as PDF
|
4950
|
+
Rendered home/pdf_layout.pdf.pdfcraft (35.9ms)
|
4951
|
+
Rendered text template (0.0ms)
|
4952
|
+
Sent data contents.pdf (0.9ms)
|
4953
|
+
Completed 200 OK in 42ms (Views: 41.3ms | ActiveRecord: 0.0ms)
|
4954
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4955
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4956
|
+
----------------------------------------------------
|
4957
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
4958
|
+
----------------------------------------------------
|
4959
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 20:45:34 -0500
|
4960
|
+
Processing by HomeController#pdf_layout as PDF
|
4961
|
+
Sent data contents.pdf (0.2ms)
|
4962
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
4963
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4964
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4965
|
+
---------------------------------------------------------------
|
4966
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
4967
|
+
---------------------------------------------------------------
|
4968
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 20:45:34 -0500
|
4969
|
+
Processing by HomeController#another as PDF
|
4970
|
+
Sent data contents.pdf (0.2ms)
|
4971
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
4972
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4973
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4974
|
+
-------------------------------------------------------
|
4975
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
4976
|
+
-------------------------------------------------------
|
4977
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 20:45:34 -0500
|
4978
|
+
Processing by HomeController#helpers as PDF
|
4979
|
+
Sent data contents.pdf (0.2ms)
|
4980
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
4981
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4982
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4983
|
+
-----------------------------------------------------
|
4984
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
4985
|
+
-----------------------------------------------------
|
4986
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 20:45:34 -0500
|
4987
|
+
Processing by HomeController#partials as PDF
|
4988
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
4989
|
+
Sent data contents.pdf (0.2ms)
|
4990
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
4991
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4992
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4993
|
+
--------------------------------------------------------
|
4994
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
4995
|
+
--------------------------------------------------------
|
4996
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 20:45:34 -0500
|
4997
|
+
Processing by HomeController#index as PDF
|
4998
|
+
Sent data contents.pdf (0.2ms)
|
4999
|
+
Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
5000
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5001
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5002
|
+
----------------------------------------------------------------------
|
5003
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5004
|
+
----------------------------------------------------------------------
|
5005
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 20:56:19 -0500
|
5006
|
+
Processing by HomeController#pdf_layout as PDF
|
5007
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (39.8ms)
|
5008
|
+
Completed 500 Internal Server Error in 60ms
|
5009
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5010
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5011
|
+
----------------------------------------------------
|
5012
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5013
|
+
----------------------------------------------------
|
5014
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 20:56:19 -0500
|
5015
|
+
Processing by HomeController#pdf_layout as PDF
|
5016
|
+
Completed 500 Internal Server Error in 12ms
|
5017
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5018
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5019
|
+
---------------------------------------------------------------
|
5020
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5021
|
+
---------------------------------------------------------------
|
5022
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 20:56:19 -0500
|
5023
|
+
Processing by HomeController#another as PDF
|
5024
|
+
Completed 500 Internal Server Error in 13ms
|
5025
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5026
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5027
|
+
-------------------------------------------------------
|
5028
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5029
|
+
-------------------------------------------------------
|
5030
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 20:56:19 -0500
|
5031
|
+
Processing by HomeController#helpers as PDF
|
5032
|
+
Completed 500 Internal Server Error in 16ms
|
5033
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5034
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5035
|
+
-----------------------------------------------------
|
5036
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5037
|
+
-----------------------------------------------------
|
5038
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 20:56:19 -0500
|
5039
|
+
Processing by HomeController#partials as PDF
|
5040
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.6ms)
|
5041
|
+
Completed 500 Internal Server Error in 16ms
|
5042
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5043
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5044
|
+
--------------------------------------------------------
|
5045
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5046
|
+
--------------------------------------------------------
|
5047
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 20:56:19 -0500
|
5048
|
+
Processing by HomeController#index as PDF
|
5049
|
+
Completed 500 Internal Server Error in 12ms
|
5050
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5051
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5052
|
+
----------------------------------------------------------------------
|
5053
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5054
|
+
----------------------------------------------------------------------
|
5055
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 20:57:31 -0500
|
5056
|
+
Processing by HomeController#pdf_layout as PDF
|
5057
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (36.8ms)
|
5058
|
+
Completed 500 Internal Server Error in 52ms
|
5059
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5060
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5061
|
+
----------------------------------------------------
|
5062
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5063
|
+
----------------------------------------------------
|
5064
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 20:57:31 -0500
|
5065
|
+
Processing by HomeController#pdf_layout as PDF
|
5066
|
+
Completed 500 Internal Server Error in 11ms
|
5067
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5068
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5069
|
+
---------------------------------------------------------------
|
5070
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5071
|
+
---------------------------------------------------------------
|
5072
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 20:57:31 -0500
|
5073
|
+
Processing by HomeController#another as PDF
|
5074
|
+
Completed 500 Internal Server Error in 12ms
|
5075
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5076
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5077
|
+
-------------------------------------------------------
|
5078
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5079
|
+
-------------------------------------------------------
|
5080
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 20:57:31 -0500
|
5081
|
+
Processing by HomeController#helpers as PDF
|
5082
|
+
Completed 500 Internal Server Error in 16ms
|
5083
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5084
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5085
|
+
-----------------------------------------------------
|
5086
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5087
|
+
-----------------------------------------------------
|
5088
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 20:57:31 -0500
|
5089
|
+
Processing by HomeController#partials as PDF
|
5090
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
5091
|
+
Completed 500 Internal Server Error in 17ms
|
5092
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5093
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5094
|
+
--------------------------------------------------------
|
5095
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5096
|
+
--------------------------------------------------------
|
5097
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 20:57:31 -0500
|
5098
|
+
Processing by HomeController#index as PDF
|
5099
|
+
Completed 500 Internal Server Error in 12ms
|
5100
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5101
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5102
|
+
----------------------------------------------------------------------
|
5103
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5104
|
+
----------------------------------------------------------------------
|
5105
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:07:04 -0500
|
5106
|
+
Processing by HomeController#pdf_layout as PDF
|
5107
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (37.5ms)
|
5108
|
+
Completed 500 Internal Server Error in 46ms
|
5109
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5110
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5111
|
+
----------------------------------------------------
|
5112
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5113
|
+
----------------------------------------------------
|
5114
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:07:05 -0500
|
5115
|
+
Processing by HomeController#pdf_layout as PDF
|
5116
|
+
Completed 500 Internal Server Error in 4ms
|
5117
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5118
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5119
|
+
---------------------------------------------------------------
|
5120
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5121
|
+
---------------------------------------------------------------
|
5122
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 21:07:05 -0500
|
5123
|
+
Processing by HomeController#another as PDF
|
5124
|
+
Completed 500 Internal Server Error in 5ms
|
5125
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5126
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5127
|
+
-------------------------------------------------------
|
5128
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5129
|
+
-------------------------------------------------------
|
5130
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 21:07:05 -0500
|
5131
|
+
Processing by HomeController#helpers as PDF
|
5132
|
+
Completed 500 Internal Server Error in 5ms
|
5133
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5134
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5135
|
+
-----------------------------------------------------
|
5136
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5137
|
+
-----------------------------------------------------
|
5138
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 21:07:05 -0500
|
5139
|
+
Processing by HomeController#partials as PDF
|
5140
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.6ms)
|
5141
|
+
Completed 500 Internal Server Error in 8ms
|
5142
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5143
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5144
|
+
--------------------------------------------------------
|
5145
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5146
|
+
--------------------------------------------------------
|
5147
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 21:07:05 -0500
|
5148
|
+
Processing by HomeController#index as PDF
|
5149
|
+
Completed 500 Internal Server Error in 4ms
|
5150
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5151
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5152
|
+
----------------------------------------------------------------------
|
5153
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5154
|
+
----------------------------------------------------------------------
|
5155
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:16:32 -0500
|
5156
|
+
Processing by HomeController#pdf_layout as PDF
|
5157
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (37.0ms)
|
5158
|
+
Rendered text template (0.0ms)
|
5159
|
+
Sent data contents.pdf (1.0ms)
|
5160
|
+
Completed 200 OK in 46ms (Views: 45.3ms | ActiveRecord: 0.0ms)
|
5161
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5162
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5163
|
+
----------------------------------------------------
|
5164
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5165
|
+
----------------------------------------------------
|
5166
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:16:32 -0500
|
5167
|
+
Processing by HomeController#pdf_layout as PDF
|
5168
|
+
Sent data contents.pdf (0.2ms)
|
5169
|
+
Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
5170
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5171
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5172
|
+
---------------------------------------------------------------
|
5173
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5174
|
+
---------------------------------------------------------------
|
5175
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 21:16:32 -0500
|
5176
|
+
Processing by HomeController#another as PDF
|
5177
|
+
Sent data contents.pdf (0.2ms)
|
5178
|
+
Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
5179
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5180
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5181
|
+
-------------------------------------------------------
|
5182
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5183
|
+
-------------------------------------------------------
|
5184
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 21:16:32 -0500
|
5185
|
+
Processing by HomeController#helpers as PDF
|
5186
|
+
Sent data contents.pdf (0.2ms)
|
5187
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
5188
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5189
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5190
|
+
-----------------------------------------------------
|
5191
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5192
|
+
-----------------------------------------------------
|
5193
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 21:16:32 -0500
|
5194
|
+
Processing by HomeController#partials as PDF
|
5195
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.4ms)
|
5196
|
+
Sent data contents.pdf (0.3ms)
|
5197
|
+
Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
5198
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5199
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5200
|
+
--------------------------------------------------------
|
5201
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5202
|
+
--------------------------------------------------------
|
5203
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 21:16:32 -0500
|
5204
|
+
Processing by HomeController#index as PDF
|
5205
|
+
Sent data contents.pdf (0.2ms)
|
5206
|
+
Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
5207
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5208
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5209
|
+
----------------------------------------------------------------------
|
5210
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5211
|
+
----------------------------------------------------------------------
|
5212
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:16:39 -0500
|
5213
|
+
Processing by HomeController#pdf_layout as PDF
|
5214
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (39.0ms)
|
5215
|
+
Rendered text template (0.0ms)
|
5216
|
+
Sent data contents.pdf (1.0ms)
|
5217
|
+
Completed 200 OK in 48ms (Views: 47.4ms | ActiveRecord: 0.0ms)
|
5218
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5219
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5220
|
+
----------------------------------------------------
|
5221
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5222
|
+
----------------------------------------------------
|
5223
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:16:39 -0500
|
5224
|
+
Processing by HomeController#pdf_layout as PDF
|
5225
|
+
Sent data contents.pdf (0.2ms)
|
5226
|
+
Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
5227
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5228
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5229
|
+
---------------------------------------------------------------
|
5230
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5231
|
+
---------------------------------------------------------------
|
5232
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 21:16:39 -0500
|
5233
|
+
Processing by HomeController#another as PDF
|
5234
|
+
Sent data contents.pdf (0.2ms)
|
5235
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
5236
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5237
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5238
|
+
-------------------------------------------------------
|
5239
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5240
|
+
-------------------------------------------------------
|
5241
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 21:16:39 -0500
|
5242
|
+
Processing by HomeController#helpers as PDF
|
5243
|
+
Sent data contents.pdf (0.2ms)
|
5244
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
5245
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5246
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5247
|
+
-----------------------------------------------------
|
5248
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5249
|
+
-----------------------------------------------------
|
5250
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 21:16:39 -0500
|
5251
|
+
Processing by HomeController#partials as PDF
|
5252
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
5253
|
+
Sent data contents.pdf (0.2ms)
|
5254
|
+
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
|
5255
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5256
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5257
|
+
--------------------------------------------------------
|
5258
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5259
|
+
--------------------------------------------------------
|
5260
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 21:16:39 -0500
|
5261
|
+
Processing by HomeController#index as PDF
|
5262
|
+
Sent data contents.pdf (0.2ms)
|
5263
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
5264
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5265
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5266
|
+
------------------------
|
5267
|
+
PdfcraftTest: test_truth
|
5268
|
+
------------------------
|
5269
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5270
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5271
|
+
----------------------------------------------------------------------
|
5272
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5273
|
+
----------------------------------------------------------------------
|
5274
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:16:47 -0500
|
5275
|
+
Processing by HomeController#pdf_layout as PDF
|
5276
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (32.5ms)
|
5277
|
+
Rendered text template (0.0ms)
|
5278
|
+
Sent data contents.pdf (0.9ms)
|
5279
|
+
Completed 200 OK in 45ms (Views: 45.0ms | ActiveRecord: 0.0ms)
|
5280
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5281
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5282
|
+
----------------------------------------------------
|
5283
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5284
|
+
----------------------------------------------------
|
5285
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:16:47 -0500
|
5286
|
+
Processing by HomeController#pdf_layout as PDF
|
5287
|
+
Sent data contents.pdf (0.2ms)
|
5288
|
+
Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
5289
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5290
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5291
|
+
---------------------------------------------------------------
|
5292
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5293
|
+
---------------------------------------------------------------
|
5294
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 21:16:47 -0500
|
5295
|
+
Processing by HomeController#another as PDF
|
5296
|
+
Sent data contents.pdf (0.2ms)
|
5297
|
+
Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
5298
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5299
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5300
|
+
-------------------------------------------------------
|
5301
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5302
|
+
-------------------------------------------------------
|
5303
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 21:16:47 -0500
|
5304
|
+
Processing by HomeController#helpers as PDF
|
5305
|
+
Sent data contents.pdf (0.2ms)
|
5306
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
5307
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5308
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5309
|
+
-----------------------------------------------------
|
5310
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5311
|
+
-----------------------------------------------------
|
5312
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 21:16:47 -0500
|
5313
|
+
Processing by HomeController#partials as PDF
|
5314
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
5315
|
+
Sent data contents.pdf (0.3ms)
|
5316
|
+
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
|
5317
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5318
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5319
|
+
--------------------------------------------------------
|
5320
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5321
|
+
--------------------------------------------------------
|
5322
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 21:16:47 -0500
|
5323
|
+
Processing by HomeController#index as PDF
|
5324
|
+
Sent data contents.pdf (0.2ms)
|
5325
|
+
Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
|
5326
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5327
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5328
|
+
------------------------
|
5329
|
+
PdfcraftTest: test_truth
|
5330
|
+
------------------------
|
5331
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5332
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5333
|
+
----------------------------------------------------------------------
|
5334
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5335
|
+
----------------------------------------------------------------------
|
5336
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:42:53 -0500
|
5337
|
+
Processing by HomeController#pdf_layout as PDF
|
5338
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (31.8ms)
|
5339
|
+
Rendered text template (0.0ms)
|
5340
|
+
Sent data contents.pdf (1.0ms)
|
5341
|
+
Completed 200 OK in 44ms (Views: 43.9ms | ActiveRecord: 0.0ms)
|
5342
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5343
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5344
|
+
----------------------------------------------------
|
5345
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5346
|
+
----------------------------------------------------
|
5347
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:42:53 -0500
|
5348
|
+
Processing by HomeController#pdf_layout as PDF
|
5349
|
+
Sent data contents.pdf (0.2ms)
|
5350
|
+
Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
5351
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5352
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5353
|
+
---------------------------------------------------------------
|
5354
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5355
|
+
---------------------------------------------------------------
|
5356
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 21:42:53 -0500
|
5357
|
+
Processing by HomeController#another as PDF
|
5358
|
+
Sent data contents.pdf (0.2ms)
|
5359
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
5360
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5361
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5362
|
+
-------------------------------------------------------
|
5363
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5364
|
+
-------------------------------------------------------
|
5365
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 21:42:53 -0500
|
5366
|
+
Processing by HomeController#helpers as PDF
|
5367
|
+
Sent data contents.pdf (0.2ms)
|
5368
|
+
Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
5369
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5370
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5371
|
+
-----------------------------------------------------
|
5372
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5373
|
+
-----------------------------------------------------
|
5374
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 21:42:53 -0500
|
5375
|
+
Processing by HomeController#partials as PDF
|
5376
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
5377
|
+
Sent data contents.pdf (0.2ms)
|
5378
|
+
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
|
5379
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5380
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5381
|
+
--------------------------------------------------------
|
5382
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5383
|
+
--------------------------------------------------------
|
5384
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 21:42:53 -0500
|
5385
|
+
Processing by HomeController#index as PDF
|
5386
|
+
Sent data contents.pdf (0.2ms)
|
5387
|
+
Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
|
5388
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5389
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5390
|
+
------------------------
|
5391
|
+
PdfcraftTest: test_truth
|
5392
|
+
------------------------
|
5393
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5394
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5395
|
+
----------------------------------------------------------------------
|
5396
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5397
|
+
----------------------------------------------------------------------
|
5398
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:47:13 -0500
|
5399
|
+
Processing by HomeController#pdf_layout as PDF
|
5400
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (37.0ms)
|
5401
|
+
Rendered text template (0.0ms)
|
5402
|
+
Sent data contents.pdf (0.9ms)
|
5403
|
+
Completed 200 OK in 45ms (Views: 44.7ms | ActiveRecord: 0.0ms)
|
5404
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5405
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5406
|
+
----------------------------------------------------
|
5407
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5408
|
+
----------------------------------------------------
|
5409
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-04 21:47:13 -0500
|
5410
|
+
Processing by HomeController#pdf_layout as PDF
|
5411
|
+
Sent data contents.pdf (0.2ms)
|
5412
|
+
Completed 200 OK in 4ms (Views: 4.4ms | ActiveRecord: 0.0ms)
|
5413
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5414
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5415
|
+
---------------------------------------------------------------
|
5416
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5417
|
+
---------------------------------------------------------------
|
5418
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-04 21:47:13 -0500
|
5419
|
+
Processing by HomeController#another as PDF
|
5420
|
+
Sent data contents.pdf (0.2ms)
|
5421
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
5422
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5423
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5424
|
+
-------------------------------------------------------
|
5425
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5426
|
+
-------------------------------------------------------
|
5427
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-04 21:47:13 -0500
|
5428
|
+
Processing by HomeController#helpers as PDF
|
5429
|
+
Sent data contents.pdf (0.2ms)
|
5430
|
+
Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
5431
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5432
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5433
|
+
-----------------------------------------------------
|
5434
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5435
|
+
-----------------------------------------------------
|
5436
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-04 21:47:13 -0500
|
5437
|
+
Processing by HomeController#partials as PDF
|
5438
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.4ms)
|
5439
|
+
Sent data contents.pdf (0.2ms)
|
5440
|
+
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
|
5441
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5442
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5443
|
+
--------------------------------------------------------
|
5444
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5445
|
+
--------------------------------------------------------
|
5446
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-04 21:47:13 -0500
|
5447
|
+
Processing by HomeController#index as PDF
|
5448
|
+
Sent data contents.pdf (0.2ms)
|
5449
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
5450
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5451
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5452
|
+
------------------------
|
5453
|
+
PdfcraftTest: test_truth
|
5454
|
+
------------------------
|
5455
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5456
|
+
----------------------------------------------------------------------
|
5457
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5458
|
+
----------------------------------------------------------------------
|
5459
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-05 09:56:32 -0500
|
5460
|
+
Processing by HomeController#pdf_layout as PDF
|
5461
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (482.0ms)
|
5462
|
+
Rendered text template (1.0ms)
|
5463
|
+
Sent data contents.pdf (5.0ms)
|
5464
|
+
Completed 200 OK in 568ms (Views: 565.0ms)
|
5465
|
+
----------------------------------------------------
|
5466
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5467
|
+
----------------------------------------------------
|
5468
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-05 09:56:33 -0500
|
5469
|
+
Processing by HomeController#pdf_layout as PDF
|
5470
|
+
Sent data contents.pdf (2.0ms)
|
5471
|
+
Completed 200 OK in 59ms (Views: 59.0ms)
|
5472
|
+
---------------------------------------------------------------
|
5473
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5474
|
+
---------------------------------------------------------------
|
5475
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-05 09:56:33 -0500
|
5476
|
+
Processing by HomeController#another as PDF
|
5477
|
+
Sent data contents.pdf (2.0ms)
|
5478
|
+
Completed 200 OK in 150ms (Views: 150.0ms)
|
5479
|
+
-------------------------------------------------------
|
5480
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5481
|
+
-------------------------------------------------------
|
5482
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-05 09:56:33 -0500
|
5483
|
+
Processing by HomeController#helpers as PDF
|
5484
|
+
Sent data contents.pdf (2.0ms)
|
5485
|
+
Completed 200 OK in 61ms (Views: 60.0ms)
|
5486
|
+
-----------------------------------------------------
|
5487
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5488
|
+
-----------------------------------------------------
|
5489
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-05 09:56:34 -0500
|
5490
|
+
Processing by HomeController#partials as PDF
|
5491
|
+
Rendered home/_the_partial.pdf.pdfcraft (17.0ms)
|
5492
|
+
Sent data contents.pdf (1.0ms)
|
5493
|
+
Completed 200 OK in 65ms (Views: 65.0ms)
|
5494
|
+
--------------------------------------------------------
|
5495
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5496
|
+
--------------------------------------------------------
|
5497
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-05 09:56:34 -0500
|
5498
|
+
Processing by HomeController#index as PDF
|
5499
|
+
Sent data contents.pdf (1.0ms)
|
5500
|
+
Completed 200 OK in 42ms (Views: 41.0ms)
|
5501
|
+
------------------------
|
5502
|
+
PdfcraftTest: test_truth
|
5503
|
+
------------------------
|
5504
|
+
----------------------------------------------------------------------
|
5505
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5506
|
+
----------------------------------------------------------------------
|
5507
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:24:41 -0500
|
5508
|
+
Processing by HomeController#pdf_layout as PDF
|
5509
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (43.2ms)
|
5510
|
+
Rendered text template (0.0ms)
|
5511
|
+
Sent data contents.pdf (1.5ms)
|
5512
|
+
Completed 200 OK in 57ms (Views: 57.1ms)
|
5513
|
+
----------------------------------------------------
|
5514
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5515
|
+
----------------------------------------------------
|
5516
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:24:41 -0500
|
5517
|
+
Processing by HomeController#pdf_layout as PDF
|
5518
|
+
Sent data contents.pdf (0.1ms)
|
5519
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
5520
|
+
---------------------------------------------------------------
|
5521
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5522
|
+
---------------------------------------------------------------
|
5523
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 21:24:41 -0500
|
5524
|
+
Processing by HomeController#another as PDF
|
5525
|
+
Sent data contents.pdf (0.2ms)
|
5526
|
+
Completed 200 OK in 5ms (Views: 4.8ms)
|
5527
|
+
-------------------------------------------------------
|
5528
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5529
|
+
-------------------------------------------------------
|
5530
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 21:24:41 -0500
|
5531
|
+
Processing by HomeController#helpers as PDF
|
5532
|
+
Sent data contents.pdf (0.2ms)
|
5533
|
+
Completed 200 OK in 7ms (Views: 7.4ms)
|
5534
|
+
-----------------------------------------------------
|
5535
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5536
|
+
-----------------------------------------------------
|
5537
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 21:24:41 -0500
|
5538
|
+
Processing by HomeController#partials as PDF
|
5539
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.7ms)
|
5540
|
+
Sent data contents.pdf (0.2ms)
|
5541
|
+
Completed 200 OK in 11ms (Views: 10.6ms)
|
5542
|
+
--------------------------------------------------------
|
5543
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5544
|
+
--------------------------------------------------------
|
5545
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 21:24:42 -0500
|
5546
|
+
Processing by HomeController#index as PDF
|
5547
|
+
Sent data contents.pdf (0.1ms)
|
5548
|
+
Completed 200 OK in 4ms (Views: 4.2ms)
|
5549
|
+
------------------------
|
5550
|
+
PdfcraftTest: test_truth
|
5551
|
+
------------------------
|
5552
|
+
----------------------------------------------------------------------
|
5553
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5554
|
+
----------------------------------------------------------------------
|
5555
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:37:16 -0500
|
5556
|
+
Processing by HomeController#pdf_layout as PDF
|
5557
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (36.9ms)
|
5558
|
+
Rendered text template (0.0ms)
|
5559
|
+
Sent data contents.pdf (0.9ms)
|
5560
|
+
Completed 200 OK in 45ms (Views: 45.0ms)
|
5561
|
+
----------------------------------------------------
|
5562
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5563
|
+
----------------------------------------------------
|
5564
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:37:16 -0500
|
5565
|
+
Processing by HomeController#pdf_layout as PDF
|
5566
|
+
Sent data contents.pdf (0.2ms)
|
5567
|
+
Completed 200 OK in 4ms (Views: 4.2ms)
|
5568
|
+
---------------------------------------------------------------
|
5569
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5570
|
+
---------------------------------------------------------------
|
5571
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 21:37:16 -0500
|
5572
|
+
Processing by HomeController#another as PDF
|
5573
|
+
Completed 500 Internal Server Error in 15ms
|
5574
|
+
-------------------------------------------------------
|
5575
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5576
|
+
-------------------------------------------------------
|
5577
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 21:37:16 -0500
|
5578
|
+
Processing by HomeController#helpers as PDF
|
5579
|
+
Sent data contents.pdf (0.2ms)
|
5580
|
+
Completed 200 OK in 4ms (Views: 4.4ms)
|
5581
|
+
-----------------------------------------------------
|
5582
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5583
|
+
-----------------------------------------------------
|
5584
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 21:37:16 -0500
|
5585
|
+
Processing by HomeController#partials as PDF
|
5586
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.4ms)
|
5587
|
+
Sent data contents.pdf (0.2ms)
|
5588
|
+
Completed 200 OK in 9ms (Views: 8.5ms)
|
5589
|
+
--------------------------------------------------------
|
5590
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5591
|
+
--------------------------------------------------------
|
5592
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 21:37:16 -0500
|
5593
|
+
Processing by HomeController#index as PDF
|
5594
|
+
Completed 500 Internal Server Error in 9ms
|
5595
|
+
------------------------
|
5596
|
+
PdfcraftTest: test_truth
|
5597
|
+
------------------------
|
5598
|
+
----------------------------------------------------------------------
|
5599
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5600
|
+
----------------------------------------------------------------------
|
5601
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:41:23 -0500
|
5602
|
+
Processing by HomeController#pdf_layout as PDF
|
5603
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (8.2ms)
|
5604
|
+
Completed 500 Internal Server Error in 13ms
|
5605
|
+
----------------------------------------------------
|
5606
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5607
|
+
----------------------------------------------------
|
5608
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:41:23 -0500
|
5609
|
+
Processing by HomeController#pdf_layout as PDF
|
5610
|
+
Completed 500 Internal Server Error in 10ms
|
5611
|
+
---------------------------------------------------------------
|
5612
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5613
|
+
---------------------------------------------------------------
|
5614
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 21:41:23 -0500
|
5615
|
+
Processing by HomeController#another as PDF
|
5616
|
+
Completed 500 Internal Server Error in 8ms
|
5617
|
+
-------------------------------------------------------
|
5618
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5619
|
+
-------------------------------------------------------
|
5620
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 21:41:23 -0500
|
5621
|
+
Processing by HomeController#helpers as PDF
|
5622
|
+
Completed 500 Internal Server Error in 8ms
|
5623
|
+
-----------------------------------------------------
|
5624
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5625
|
+
-----------------------------------------------------
|
5626
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 21:41:23 -0500
|
5627
|
+
Processing by HomeController#partials as PDF
|
5628
|
+
Completed 500 Internal Server Error in 8ms
|
5629
|
+
--------------------------------------------------------
|
5630
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5631
|
+
--------------------------------------------------------
|
5632
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 21:41:24 -0500
|
5633
|
+
Processing by HomeController#index as PDF
|
5634
|
+
Completed 500 Internal Server Error in 8ms
|
5635
|
+
------------------------
|
5636
|
+
PdfcraftTest: test_truth
|
5637
|
+
------------------------
|
5638
|
+
----------------------------------------------------------------------
|
5639
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5640
|
+
----------------------------------------------------------------------
|
5641
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:43:36 -0500
|
5642
|
+
Processing by HomeController#pdf_layout as PDF
|
5643
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (8.2ms)
|
5644
|
+
Completed 500 Internal Server Error in 13ms
|
5645
|
+
----------------------------------------------------
|
5646
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5647
|
+
----------------------------------------------------
|
5648
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:43:36 -0500
|
5649
|
+
Processing by HomeController#pdf_layout as PDF
|
5650
|
+
Completed 500 Internal Server Error in 7ms
|
5651
|
+
---------------------------------------------------------------
|
5652
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5653
|
+
---------------------------------------------------------------
|
5654
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 21:43:36 -0500
|
5655
|
+
Processing by HomeController#another as PDF
|
5656
|
+
Completed 500 Internal Server Error in 11ms
|
5657
|
+
-------------------------------------------------------
|
5658
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5659
|
+
-------------------------------------------------------
|
5660
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 21:43:36 -0500
|
5661
|
+
Processing by HomeController#helpers as PDF
|
5662
|
+
Completed 500 Internal Server Error in 8ms
|
5663
|
+
-----------------------------------------------------
|
5664
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5665
|
+
-----------------------------------------------------
|
5666
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 21:43:36 -0500
|
5667
|
+
Processing by HomeController#partials as PDF
|
5668
|
+
Completed 500 Internal Server Error in 9ms
|
5669
|
+
--------------------------------------------------------
|
5670
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5671
|
+
--------------------------------------------------------
|
5672
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 21:43:36 -0500
|
5673
|
+
Processing by HomeController#index as PDF
|
5674
|
+
Completed 500 Internal Server Error in 9ms
|
5675
|
+
------------------------
|
5676
|
+
PdfcraftTest: test_truth
|
5677
|
+
------------------------
|
5678
|
+
----------------------------------------------------------------------
|
5679
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5680
|
+
----------------------------------------------------------------------
|
5681
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:44:20 -0500
|
5682
|
+
Processing by HomeController#pdf_layout as PDF
|
5683
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (1.9ms)
|
5684
|
+
Completed 500 Internal Server Error in 7ms
|
5685
|
+
----------------------------------------------------
|
5686
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5687
|
+
----------------------------------------------------
|
5688
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:44:20 -0500
|
5689
|
+
Processing by HomeController#pdf_layout as PDF
|
5690
|
+
Completed 500 Internal Server Error in 1ms
|
5691
|
+
---------------------------------------------------------------
|
5692
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5693
|
+
---------------------------------------------------------------
|
5694
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 21:44:20 -0500
|
5695
|
+
Processing by HomeController#another as PDF
|
5696
|
+
Completed 500 Internal Server Error in 39ms
|
5697
|
+
-------------------------------------------------------
|
5698
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5699
|
+
-------------------------------------------------------
|
5700
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 21:44:20 -0500
|
5701
|
+
Processing by HomeController#helpers as PDF
|
5702
|
+
Completed 500 Internal Server Error in 1ms
|
5703
|
+
-----------------------------------------------------
|
5704
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5705
|
+
-----------------------------------------------------
|
5706
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 21:44:20 -0500
|
5707
|
+
Processing by HomeController#partials as PDF
|
5708
|
+
Completed 500 Internal Server Error in 1ms
|
5709
|
+
--------------------------------------------------------
|
5710
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5711
|
+
--------------------------------------------------------
|
5712
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 21:44:20 -0500
|
5713
|
+
Processing by HomeController#index as PDF
|
5714
|
+
Completed 500 Internal Server Error in 3ms
|
5715
|
+
------------------------
|
5716
|
+
PdfcraftTest: test_truth
|
5717
|
+
------------------------
|
5718
|
+
----------------------------------------------------------------------
|
5719
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5720
|
+
----------------------------------------------------------------------
|
5721
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:47:42 -0500
|
5722
|
+
Processing by HomeController#pdf_layout as PDF
|
5723
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (36.3ms)
|
5724
|
+
Rendered text template (0.0ms)
|
5725
|
+
Sent data contents.pdf (0.8ms)
|
5726
|
+
Completed 200 OK in 45ms (Views: 44.3ms)
|
5727
|
+
----------------------------------------------------
|
5728
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5729
|
+
----------------------------------------------------
|
5730
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:47:42 -0500
|
5731
|
+
Processing by HomeController#pdf_layout as PDF
|
5732
|
+
Sent data contents.pdf (0.2ms)
|
5733
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
5734
|
+
---------------------------------------------------------------
|
5735
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5736
|
+
---------------------------------------------------------------
|
5737
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 21:47:42 -0500
|
5738
|
+
Processing by HomeController#another as PDF
|
5739
|
+
Sent data contents.pdf (0.2ms)
|
5740
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
5741
|
+
-------------------------------------------------------
|
5742
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5743
|
+
-------------------------------------------------------
|
5744
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 21:47:42 -0500
|
5745
|
+
Processing by HomeController#helpers as PDF
|
5746
|
+
Sent data contents.pdf (0.2ms)
|
5747
|
+
Completed 200 OK in 5ms (Views: 5.1ms)
|
5748
|
+
-----------------------------------------------------
|
5749
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5750
|
+
-----------------------------------------------------
|
5751
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 21:47:42 -0500
|
5752
|
+
Processing by HomeController#partials as PDF
|
5753
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.4ms)
|
5754
|
+
Sent data contents.pdf (0.2ms)
|
5755
|
+
Completed 200 OK in 8ms (Views: 8.2ms)
|
5756
|
+
--------------------------------------------------------
|
5757
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5758
|
+
--------------------------------------------------------
|
5759
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 21:47:42 -0500
|
5760
|
+
Processing by HomeController#index as PDF
|
5761
|
+
Sent data contents.pdf (0.2ms)
|
5762
|
+
Completed 200 OK in 4ms (Views: 3.8ms)
|
5763
|
+
------------------------
|
5764
|
+
PdfcraftTest: test_truth
|
5765
|
+
------------------------
|
5766
|
+
----------------------------------------------------------------------
|
5767
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5768
|
+
----------------------------------------------------------------------
|
5769
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:48:43 -0500
|
5770
|
+
Processing by HomeController#pdf_layout as PDF
|
5771
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (36.4ms)
|
5772
|
+
Rendered text template (0.0ms)
|
5773
|
+
Sent data contents.pdf (0.9ms)
|
5774
|
+
Completed 200 OK in 44ms (Views: 44.0ms)
|
5775
|
+
----------------------------------------------------
|
5776
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5777
|
+
----------------------------------------------------
|
5778
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 21:48:43 -0500
|
5779
|
+
Processing by HomeController#pdf_layout as PDF
|
5780
|
+
Sent data contents.pdf (0.2ms)
|
5781
|
+
Completed 200 OK in 4ms (Views: 3.9ms)
|
5782
|
+
---------------------------------------------------------------
|
5783
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5784
|
+
---------------------------------------------------------------
|
5785
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 21:48:43 -0500
|
5786
|
+
Processing by HomeController#another as PDF
|
5787
|
+
Sent data contents.pdf (0.2ms)
|
5788
|
+
Completed 200 OK in 7ms (Views: 7.0ms)
|
5789
|
+
-------------------------------------------------------
|
5790
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5791
|
+
-------------------------------------------------------
|
5792
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 21:48:43 -0500
|
5793
|
+
Processing by HomeController#helpers as PDF
|
5794
|
+
Sent data contents.pdf (0.2ms)
|
5795
|
+
Completed 200 OK in 5ms (Views: 5.3ms)
|
5796
|
+
-----------------------------------------------------
|
5797
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5798
|
+
-----------------------------------------------------
|
5799
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 21:48:43 -0500
|
5800
|
+
Processing by HomeController#partials as PDF
|
5801
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
5802
|
+
Sent data contents.pdf (0.2ms)
|
5803
|
+
Completed 200 OK in 8ms (Views: 7.6ms)
|
5804
|
+
--------------------------------------------------------
|
5805
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5806
|
+
--------------------------------------------------------
|
5807
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 21:48:43 -0500
|
5808
|
+
Processing by HomeController#index as PDF
|
5809
|
+
Sent data contents.pdf (0.2ms)
|
5810
|
+
Completed 200 OK in 5ms (Views: 4.5ms)
|
5811
|
+
------------------------
|
5812
|
+
PdfcraftTest: test_truth
|
5813
|
+
------------------------
|
5814
|
+
----------------------------------------------------------------
|
5815
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
5816
|
+
----------------------------------------------------------------
|
5817
|
+
----------------------------------------------------------------
|
5818
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
5819
|
+
----------------------------------------------------------------
|
5820
|
+
------------------------
|
5821
|
+
PdfcraftTest: test_truth
|
5822
|
+
------------------------
|
5823
|
+
----------------------------------------------------------------
|
5824
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
5825
|
+
----------------------------------------------------------------
|
5826
|
+
----------------------------------------------------------------
|
5827
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
5828
|
+
----------------------------------------------------------------
|
5829
|
+
----------------------------------------------------------------
|
5830
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
5831
|
+
----------------------------------------------------------------
|
5832
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:06:52 -0500
|
5833
|
+
----------------------------------------------------------------
|
5834
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
5835
|
+
----------------------------------------------------------------
|
5836
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:07:51 -0500
|
5837
|
+
Processing by HomeController#renamed_var as PDF
|
5838
|
+
Completed 500 Internal Server Error in 5ms
|
5839
|
+
----------------------------------------------------------------
|
5840
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
5841
|
+
----------------------------------------------------------------
|
5842
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:09:34 -0500
|
5843
|
+
Processing by HomeController#renamed_var as PDF
|
5844
|
+
Rendered home/renamed_var.pdf.erb (3.5ms)
|
5845
|
+
Rendered text template (0.0ms)
|
5846
|
+
Sent data contents.pdf (1.6ms)
|
5847
|
+
Completed 200 OK in 10ms (Views: 9.5ms)
|
5848
|
+
----------------------------------------------------------------
|
5849
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
5850
|
+
----------------------------------------------------------------
|
5851
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:11:34 -0500
|
5852
|
+
Processing by HomeController#renamed_var as PDF
|
5853
|
+
Rendered home/renamed_var.pdf.erb (0.9ms)
|
5854
|
+
Rendered text template (0.0ms)
|
5855
|
+
Sent data contents.pdf (0.7ms)
|
5856
|
+
Completed 200 OK in 6ms (Views: 5.6ms)
|
5857
|
+
----------------------------------------------------------------------
|
5858
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5859
|
+
----------------------------------------------------------------------
|
5860
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:12:09 -0500
|
5861
|
+
Processing by HomeController#pdf_layout as PDF
|
5862
|
+
Rendered home/pdf_layout.pdf.pdfcraft within layouts/application (40.1ms)
|
5863
|
+
Rendered text template (0.0ms)
|
5864
|
+
Sent data contents.pdf (0.9ms)
|
5865
|
+
Completed 200 OK in 48ms (Views: 48.1ms)
|
5866
|
+
----------------------------------------------------
|
5867
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5868
|
+
----------------------------------------------------
|
5869
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:12:09 -0500
|
5870
|
+
Processing by HomeController#pdf_layout as PDF
|
5871
|
+
Sent data contents.pdf (0.2ms)
|
5872
|
+
Completed 200 OK in 4ms (Views: 4.2ms)
|
5873
|
+
---------------------------------------------------------------
|
5874
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5875
|
+
---------------------------------------------------------------
|
5876
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:12:09 -0500
|
5877
|
+
Processing by HomeController#another as PDF
|
5878
|
+
Sent data contents.pdf (0.2ms)
|
5879
|
+
Completed 200 OK in 5ms (Views: 5.2ms)
|
5880
|
+
-------------------------------------------------------
|
5881
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5882
|
+
-------------------------------------------------------
|
5883
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:12:09 -0500
|
5884
|
+
Processing by HomeController#helpers as PDF
|
5885
|
+
Sent data contents.pdf (0.2ms)
|
5886
|
+
Completed 200 OK in 4ms (Views: 4.4ms)
|
5887
|
+
-----------------------------------------------------
|
5888
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5889
|
+
-----------------------------------------------------
|
5890
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:12:09 -0500
|
5891
|
+
Processing by HomeController#partials as PDF
|
5892
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
5893
|
+
Sent data contents.pdf (0.2ms)
|
5894
|
+
Completed 200 OK in 8ms (Views: 8.1ms)
|
5895
|
+
--------------------------------------------------------
|
5896
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5897
|
+
--------------------------------------------------------
|
5898
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:12:09 -0500
|
5899
|
+
Processing by HomeController#index as PDF
|
5900
|
+
Sent data contents.pdf (0.2ms)
|
5901
|
+
Completed 200 OK in 4ms (Views: 3.9ms)
|
5902
|
+
----------------------------------------------------------------
|
5903
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
5904
|
+
----------------------------------------------------------------
|
5905
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:12:51 -0500
|
5906
|
+
Processing by HomeController#renamed_var as PDF
|
5907
|
+
Rendered home/renamed_var.pdf.erb (1.6ms)
|
5908
|
+
Rendered text template (0.0ms)
|
5909
|
+
Sent data contents.pdf (0.8ms)
|
5910
|
+
Completed 200 OK in 10ms (Views: 9.4ms)
|
5911
|
+
----------------------------------------------------------------------
|
5912
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5913
|
+
----------------------------------------------------------------------
|
5914
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:12:51 -0500
|
5915
|
+
Processing by HomeController#pdf_layout as PDF
|
5916
|
+
Sent data contents.pdf (0.2ms)
|
5917
|
+
Completed 200 OK in 41ms (Views: 40.5ms)
|
5918
|
+
----------------------------------------------------
|
5919
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5920
|
+
----------------------------------------------------
|
5921
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:12:51 -0500
|
5922
|
+
Processing by HomeController#pdf_layout as PDF
|
5923
|
+
Sent data contents.pdf (0.1ms)
|
5924
|
+
Completed 200 OK in 4ms (Views: 3.8ms)
|
5925
|
+
---------------------------------------------------------------
|
5926
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5927
|
+
---------------------------------------------------------------
|
5928
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:12:51 -0500
|
5929
|
+
Processing by HomeController#another as PDF
|
5930
|
+
Sent data contents.pdf (0.2ms)
|
5931
|
+
Completed 200 OK in 4ms (Views: 4.4ms)
|
5932
|
+
-------------------------------------------------------
|
5933
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5934
|
+
-------------------------------------------------------
|
5935
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:12:51 -0500
|
5936
|
+
Processing by HomeController#helpers as PDF
|
5937
|
+
Sent data contents.pdf (0.2ms)
|
5938
|
+
Completed 200 OK in 4ms (Views: 4.3ms)
|
5939
|
+
-----------------------------------------------------
|
5940
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5941
|
+
-----------------------------------------------------
|
5942
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:12:51 -0500
|
5943
|
+
Processing by HomeController#partials as PDF
|
5944
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
5945
|
+
Sent data contents.pdf (0.2ms)
|
5946
|
+
Completed 200 OK in 8ms (Views: 8.0ms)
|
5947
|
+
--------------------------------------------------------
|
5948
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
5949
|
+
--------------------------------------------------------
|
5950
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:12:51 -0500
|
5951
|
+
Processing by HomeController#index as PDF
|
5952
|
+
Sent data contents.pdf (0.2ms)
|
5953
|
+
Completed 200 OK in 4ms (Views: 3.9ms)
|
5954
|
+
------------------------
|
5955
|
+
PdfcraftTest: test_truth
|
5956
|
+
------------------------
|
5957
|
+
----------------------------------------------------------------
|
5958
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
5959
|
+
----------------------------------------------------------------
|
5960
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:12:53 -0500
|
5961
|
+
Processing by HomeController#renamed_var as PDF
|
5962
|
+
Rendered home/renamed_var.pdf.erb (0.9ms)
|
5963
|
+
Rendered text template (0.0ms)
|
5964
|
+
Sent data contents.pdf (0.7ms)
|
5965
|
+
Completed 200 OK in 6ms (Views: 5.6ms)
|
5966
|
+
----------------------------------------------------------------------
|
5967
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
5968
|
+
----------------------------------------------------------------------
|
5969
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:12:53 -0500
|
5970
|
+
Processing by HomeController#pdf_layout as PDF
|
5971
|
+
Sent data contents.pdf (0.2ms)
|
5972
|
+
Completed 200 OK in 41ms (Views: 40.8ms)
|
5973
|
+
----------------------------------------------------
|
5974
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
5975
|
+
----------------------------------------------------
|
5976
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:12:53 -0500
|
5977
|
+
Processing by HomeController#pdf_layout as PDF
|
5978
|
+
Sent data contents.pdf (0.1ms)
|
5979
|
+
Completed 200 OK in 4ms (Views: 3.9ms)
|
5980
|
+
---------------------------------------------------------------
|
5981
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
5982
|
+
---------------------------------------------------------------
|
5983
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:12:53 -0500
|
5984
|
+
Processing by HomeController#another as PDF
|
5985
|
+
Sent data contents.pdf (0.1ms)
|
5986
|
+
Completed 200 OK in 5ms (Views: 4.4ms)
|
5987
|
+
-------------------------------------------------------
|
5988
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
5989
|
+
-------------------------------------------------------
|
5990
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:12:53 -0500
|
5991
|
+
Processing by HomeController#helpers as PDF
|
5992
|
+
Sent data contents.pdf (0.2ms)
|
5993
|
+
Completed 200 OK in 4ms (Views: 4.2ms)
|
5994
|
+
-----------------------------------------------------
|
5995
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
5996
|
+
-----------------------------------------------------
|
5997
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:12:53 -0500
|
5998
|
+
Processing by HomeController#partials as PDF
|
5999
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6000
|
+
Sent data contents.pdf (0.2ms)
|
6001
|
+
Completed 200 OK in 8ms (Views: 7.9ms)
|
6002
|
+
--------------------------------------------------------
|
6003
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6004
|
+
--------------------------------------------------------
|
6005
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:12:53 -0500
|
6006
|
+
Processing by HomeController#index as PDF
|
6007
|
+
Sent data contents.pdf (0.3ms)
|
6008
|
+
Completed 200 OK in 8ms (Views: 8.2ms)
|
6009
|
+
------------------------
|
6010
|
+
PdfcraftTest: test_truth
|
6011
|
+
------------------------
|
6012
|
+
----------------------------------------------------------------
|
6013
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6014
|
+
----------------------------------------------------------------
|
6015
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:15:55 -0500
|
6016
|
+
Processing by HomeController#renamed_var as PDF
|
6017
|
+
Rendered home/renamed_var.pdf.erb (0.9ms)
|
6018
|
+
Rendered text template (0.0ms)
|
6019
|
+
Sent data contents.pdf (0.7ms)
|
6020
|
+
Completed 200 OK in 6ms (Views: 5.7ms)
|
6021
|
+
----------------------------------------------------------------
|
6022
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6023
|
+
----------------------------------------------------------------
|
6024
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:17:44 -0500
|
6025
|
+
Processing by HomeController#renamed_var as PDF
|
6026
|
+
Rendered home/renamed_var.pdf.erb (0.9ms)
|
6027
|
+
Rendered text template (0.0ms)
|
6028
|
+
Sent data contents.pdf (0.7ms)
|
6029
|
+
Completed 200 OK in 6ms (Views: 5.5ms)
|
6030
|
+
----------------------------------------------------------------------
|
6031
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6032
|
+
----------------------------------------------------------------------
|
6033
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:17:44 -0500
|
6034
|
+
Processing by HomeController#pdf_layout as PDF
|
6035
|
+
Sent data contents.pdf (0.2ms)
|
6036
|
+
Completed 200 OK in 41ms (Views: 40.6ms)
|
6037
|
+
----------------------------------------------------
|
6038
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6039
|
+
----------------------------------------------------
|
6040
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:17:44 -0500
|
6041
|
+
Processing by HomeController#pdf_layout as PDF
|
6042
|
+
Sent data contents.pdf (0.1ms)
|
6043
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
6044
|
+
---------------------------------------------------------------
|
6045
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6046
|
+
---------------------------------------------------------------
|
6047
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:17:44 -0500
|
6048
|
+
Processing by HomeController#another as PDF
|
6049
|
+
Sent data contents.pdf (0.2ms)
|
6050
|
+
Completed 200 OK in 7ms (Views: 7.3ms)
|
6051
|
+
-------------------------------------------------------
|
6052
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6053
|
+
-------------------------------------------------------
|
6054
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:17:44 -0500
|
6055
|
+
Processing by HomeController#helpers as PDF
|
6056
|
+
Sent data contents.pdf (0.2ms)
|
6057
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
6058
|
+
-----------------------------------------------------
|
6059
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6060
|
+
-----------------------------------------------------
|
6061
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:17:44 -0500
|
6062
|
+
Processing by HomeController#partials as PDF
|
6063
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6064
|
+
Sent data contents.pdf (0.2ms)
|
6065
|
+
Completed 200 OK in 8ms (Views: 8.2ms)
|
6066
|
+
--------------------------------------------------------
|
6067
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6068
|
+
--------------------------------------------------------
|
6069
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:17:44 -0500
|
6070
|
+
Processing by HomeController#index as PDF
|
6071
|
+
Sent data contents.pdf (0.2ms)
|
6072
|
+
Completed 200 OK in 5ms (Views: 4.4ms)
|
6073
|
+
------------------------
|
6074
|
+
PdfcraftTest: test_truth
|
6075
|
+
------------------------
|
6076
|
+
----------------------------------------------------------------
|
6077
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6078
|
+
----------------------------------------------------------------
|
6079
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:19:56 -0500
|
6080
|
+
Processing by HomeController#renamed_var as PDF
|
6081
|
+
Rendered home/renamed_var.pdf.erb (0.9ms)
|
6082
|
+
Rendered text template (0.0ms)
|
6083
|
+
Sent data contents.pdf (0.7ms)
|
6084
|
+
Completed 200 OK in 6ms (Views: 5.8ms)
|
6085
|
+
----------------------------------------------------------------
|
6086
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6087
|
+
----------------------------------------------------------------
|
6088
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:21:25 -0500
|
6089
|
+
Processing by HomeController#renamed_var as PDF
|
6090
|
+
Rendered home/renamed_var.pdf.erb (0.9ms)
|
6091
|
+
Rendered text template (0.0ms)
|
6092
|
+
Sent data contents.pdf (0.7ms)
|
6093
|
+
Completed 200 OK in 6ms (Views: 5.5ms)
|
6094
|
+
----------------------------------------------------------------
|
6095
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6096
|
+
----------------------------------------------------------------
|
6097
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:22:50 -0500
|
6098
|
+
Processing by HomeController#renamed_var as PDF
|
6099
|
+
Rendered home/renamed_var.pdf.erb (0.9ms)
|
6100
|
+
Rendered text template (0.0ms)
|
6101
|
+
Sent data contents.pdf (0.7ms)
|
6102
|
+
Completed 200 OK in 6ms (Views: 5.6ms)
|
6103
|
+
----------------------------------------------------------------
|
6104
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6105
|
+
----------------------------------------------------------------
|
6106
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:23:10 -0500
|
6107
|
+
Processing by HomeController#renamed_var as PDF
|
6108
|
+
Rendered home/renamed_var.pdf.pdfcraft (7.4ms)
|
6109
|
+
Completed 500 Internal Server Error in 12ms
|
6110
|
+
----------------------------------------------------------------
|
6111
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6112
|
+
----------------------------------------------------------------
|
6113
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:25:44 -0500
|
6114
|
+
Processing by HomeController#renamed_var as PDF
|
6115
|
+
Rendered home/renamed_var.pdf.pdfcraft (7.3ms)
|
6116
|
+
Completed 500 Internal Server Error in 11ms
|
6117
|
+
----------------------------------------------------------------------
|
6118
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6119
|
+
----------------------------------------------------------------------
|
6120
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:25:44 -0500
|
6121
|
+
Processing by HomeController#pdf_layout as PDF
|
6122
|
+
Sent data contents.pdf (4.6ms)
|
6123
|
+
Completed 200 OK in 50ms (Views: 50.3ms)
|
6124
|
+
----------------------------------------------------
|
6125
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6126
|
+
----------------------------------------------------
|
6127
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:25:44 -0500
|
6128
|
+
Processing by HomeController#pdf_layout as PDF
|
6129
|
+
Sent data contents.pdf (0.2ms)
|
6130
|
+
Completed 200 OK in 4ms (Views: 4.3ms)
|
6131
|
+
---------------------------------------------------------------
|
6132
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6133
|
+
---------------------------------------------------------------
|
6134
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:25:44 -0500
|
6135
|
+
Processing by HomeController#another as PDF
|
6136
|
+
Sent data contents.pdf (0.2ms)
|
6137
|
+
Completed 200 OK in 4ms (Views: 4.4ms)
|
6138
|
+
-------------------------------------------------------
|
6139
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6140
|
+
-------------------------------------------------------
|
6141
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:25:44 -0500
|
6142
|
+
Processing by HomeController#helpers as PDF
|
6143
|
+
Sent data contents.pdf (0.2ms)
|
6144
|
+
Completed 200 OK in 4ms (Views: 4.3ms)
|
6145
|
+
-----------------------------------------------------
|
6146
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6147
|
+
-----------------------------------------------------
|
6148
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:25:44 -0500
|
6149
|
+
Processing by HomeController#partials as PDF
|
6150
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6151
|
+
Sent data contents.pdf (0.2ms)
|
6152
|
+
Completed 200 OK in 8ms (Views: 8.0ms)
|
6153
|
+
--------------------------------------------------------
|
6154
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6155
|
+
--------------------------------------------------------
|
6156
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:25:44 -0500
|
6157
|
+
Processing by HomeController#index as PDF
|
6158
|
+
Sent data contents.pdf (0.1ms)
|
6159
|
+
Completed 200 OK in 4ms (Views: 3.8ms)
|
6160
|
+
------------------------
|
6161
|
+
PdfcraftTest: test_truth
|
6162
|
+
------------------------
|
6163
|
+
----------------------------------------------------------------
|
6164
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6165
|
+
----------------------------------------------------------------
|
6166
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:30:58 -0500
|
6167
|
+
Processing by HomeController#renamed_var as PDF
|
6168
|
+
Rendered home/renamed_var.pdf.pdfcraft (7.8ms)
|
6169
|
+
Completed 500 Internal Server Error in 13ms
|
6170
|
+
----------------------------------------------------------------------
|
6171
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6172
|
+
----------------------------------------------------------------------
|
6173
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:30:59 -0500
|
6174
|
+
Processing by HomeController#pdf_layout as PDF
|
6175
|
+
Sent data contents.pdf (0.8ms)
|
6176
|
+
Completed 200 OK in 45ms (Views: 45.2ms)
|
6177
|
+
----------------------------------------------------
|
6178
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6179
|
+
----------------------------------------------------
|
6180
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:30:59 -0500
|
6181
|
+
Processing by HomeController#pdf_layout as PDF
|
6182
|
+
Sent data contents.pdf (0.2ms)
|
6183
|
+
Completed 200 OK in 5ms (Views: 5.0ms)
|
6184
|
+
---------------------------------------------------------------
|
6185
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6186
|
+
---------------------------------------------------------------
|
6187
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:30:59 -0500
|
6188
|
+
Processing by HomeController#another as PDF
|
6189
|
+
Sent data contents.pdf (0.2ms)
|
6190
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
6191
|
+
-------------------------------------------------------
|
6192
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6193
|
+
-------------------------------------------------------
|
6194
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:30:59 -0500
|
6195
|
+
Processing by HomeController#helpers as PDF
|
6196
|
+
Sent data contents.pdf (0.2ms)
|
6197
|
+
Completed 200 OK in 5ms (Views: 4.9ms)
|
6198
|
+
-----------------------------------------------------
|
6199
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6200
|
+
-----------------------------------------------------
|
6201
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:30:59 -0500
|
6202
|
+
Processing by HomeController#partials as PDF
|
6203
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6204
|
+
Sent data contents.pdf (0.2ms)
|
6205
|
+
Completed 200 OK in 9ms (Views: 8.5ms)
|
6206
|
+
--------------------------------------------------------
|
6207
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6208
|
+
--------------------------------------------------------
|
6209
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:30:59 -0500
|
6210
|
+
Processing by HomeController#index as PDF
|
6211
|
+
Sent data contents.pdf (0.2ms)
|
6212
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
6213
|
+
------------------------
|
6214
|
+
PdfcraftTest: test_truth
|
6215
|
+
------------------------
|
6216
|
+
----------------------------------------------------------------
|
6217
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6218
|
+
----------------------------------------------------------------
|
6219
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:31:24 -0500
|
6220
|
+
Processing by HomeController#renamed_var as PDF
|
6221
|
+
Rendered home/renamed_var.pdf.pdfcraft (7.6ms)
|
6222
|
+
Completed 500 Internal Server Error in 12ms
|
6223
|
+
----------------------------------------------------------------------
|
6224
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6225
|
+
----------------------------------------------------------------------
|
6226
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:31:24 -0500
|
6227
|
+
Processing by HomeController#pdf_layout as PDF
|
6228
|
+
Sent data contents.pdf (0.8ms)
|
6229
|
+
Completed 200 OK in 41ms (Views: 41.2ms)
|
6230
|
+
----------------------------------------------------
|
6231
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6232
|
+
----------------------------------------------------
|
6233
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:31:24 -0500
|
6234
|
+
Processing by HomeController#pdf_layout as PDF
|
6235
|
+
Sent data contents.pdf (0.2ms)
|
6236
|
+
Completed 200 OK in 5ms (Views: 4.8ms)
|
6237
|
+
---------------------------------------------------------------
|
6238
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6239
|
+
---------------------------------------------------------------
|
6240
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:31:24 -0500
|
6241
|
+
Processing by HomeController#another as PDF
|
6242
|
+
Sent data contents.pdf (0.2ms)
|
6243
|
+
Completed 200 OK in 5ms (Views: 5.2ms)
|
6244
|
+
-------------------------------------------------------
|
6245
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6246
|
+
-------------------------------------------------------
|
6247
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:31:24 -0500
|
6248
|
+
Processing by HomeController#helpers as PDF
|
6249
|
+
Sent data contents.pdf (0.2ms)
|
6250
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
6251
|
+
-----------------------------------------------------
|
6252
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6253
|
+
-----------------------------------------------------
|
6254
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:31:24 -0500
|
6255
|
+
Processing by HomeController#partials as PDF
|
6256
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6257
|
+
Sent data contents.pdf (0.2ms)
|
6258
|
+
Completed 200 OK in 9ms (Views: 8.7ms)
|
6259
|
+
--------------------------------------------------------
|
6260
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6261
|
+
--------------------------------------------------------
|
6262
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:31:24 -0500
|
6263
|
+
Processing by HomeController#index as PDF
|
6264
|
+
Sent data contents.pdf (0.2ms)
|
6265
|
+
Completed 200 OK in 5ms (Views: 4.8ms)
|
6266
|
+
------------------------
|
6267
|
+
PdfcraftTest: test_truth
|
6268
|
+
------------------------
|
6269
|
+
----------------------------------------------------------------
|
6270
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6271
|
+
----------------------------------------------------------------
|
6272
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:33:23 -0500
|
6273
|
+
Processing by HomeController#renamed_var as PDF
|
6274
|
+
Rendered home/renamed_var.pdf.pdfcraft (7.3ms)
|
6275
|
+
Completed 500 Internal Server Error in 12ms
|
6276
|
+
----------------------------------------------------------------
|
6277
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6278
|
+
----------------------------------------------------------------
|
6279
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:33:40 -0500
|
6280
|
+
Processing by HomeController#renamed_var as PDF
|
6281
|
+
Rendered home/renamed_var.pdf.pdfcraft (7.5ms)
|
6282
|
+
Completed 500 Internal Server Error in 12ms
|
6283
|
+
----------------------------------------------------------------------
|
6284
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6285
|
+
----------------------------------------------------------------------
|
6286
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:33:40 -0500
|
6287
|
+
Processing by HomeController#pdf_layout as PDF
|
6288
|
+
Sent data contents.pdf (0.8ms)
|
6289
|
+
Completed 200 OK in 41ms (Views: 40.9ms)
|
6290
|
+
----------------------------------------------------
|
6291
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6292
|
+
----------------------------------------------------
|
6293
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:33:40 -0500
|
6294
|
+
Processing by HomeController#pdf_layout as PDF
|
6295
|
+
Sent data contents.pdf (0.2ms)
|
6296
|
+
Completed 200 OK in 4ms (Views: 4.1ms)
|
6297
|
+
---------------------------------------------------------------
|
6298
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6299
|
+
---------------------------------------------------------------
|
6300
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:33:40 -0500
|
6301
|
+
Processing by HomeController#another as PDF
|
6302
|
+
Sent data contents.pdf (0.1ms)
|
6303
|
+
Completed 200 OK in 4ms (Views: 4.4ms)
|
6304
|
+
-------------------------------------------------------
|
6305
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6306
|
+
-------------------------------------------------------
|
6307
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:33:40 -0500
|
6308
|
+
Processing by HomeController#helpers as PDF
|
6309
|
+
Sent data contents.pdf (0.2ms)
|
6310
|
+
Completed 200 OK in 4ms (Views: 4.4ms)
|
6311
|
+
-----------------------------------------------------
|
6312
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6313
|
+
-----------------------------------------------------
|
6314
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:33:40 -0500
|
6315
|
+
Processing by HomeController#partials as PDF
|
6316
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6317
|
+
Sent data contents.pdf (0.2ms)
|
6318
|
+
Completed 200 OK in 8ms (Views: 8.0ms)
|
6319
|
+
--------------------------------------------------------
|
6320
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6321
|
+
--------------------------------------------------------
|
6322
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:33:40 -0500
|
6323
|
+
Processing by HomeController#index as PDF
|
6324
|
+
Sent data contents.pdf (0.2ms)
|
6325
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
6326
|
+
------------------------
|
6327
|
+
PdfcraftTest: test_truth
|
6328
|
+
------------------------
|
6329
|
+
----------------------------------------------------------------
|
6330
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6331
|
+
----------------------------------------------------------------
|
6332
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:35:08 -0500
|
6333
|
+
Processing by HomeController#renamed_var as PDF
|
6334
|
+
Rendered home/renamed_var.pdf.pdfcraft (7.4ms)
|
6335
|
+
Completed 500 Internal Server Error in 12ms
|
6336
|
+
----------------------------------------------------------------------
|
6337
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6338
|
+
----------------------------------------------------------------------
|
6339
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:35:08 -0500
|
6340
|
+
Processing by HomeController#pdf_layout as PDF
|
6341
|
+
Sent data contents.pdf (4.4ms)
|
6342
|
+
Completed 200 OK in 45ms (Views: 45.1ms)
|
6343
|
+
----------------------------------------------------
|
6344
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6345
|
+
----------------------------------------------------
|
6346
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:35:08 -0500
|
6347
|
+
Processing by HomeController#pdf_layout as PDF
|
6348
|
+
Sent data contents.pdf (0.2ms)
|
6349
|
+
Completed 200 OK in 4ms (Views: 4.2ms)
|
6350
|
+
---------------------------------------------------------------
|
6351
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6352
|
+
---------------------------------------------------------------
|
6353
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:35:08 -0500
|
6354
|
+
Processing by HomeController#another as PDF
|
6355
|
+
Sent data contents.pdf (0.1ms)
|
6356
|
+
Completed 200 OK in 4ms (Views: 4.3ms)
|
6357
|
+
-------------------------------------------------------
|
6358
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6359
|
+
-------------------------------------------------------
|
6360
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:35:08 -0500
|
6361
|
+
Processing by HomeController#helpers as PDF
|
6362
|
+
Sent data contents.pdf (0.1ms)
|
6363
|
+
Completed 200 OK in 4ms (Views: 4.3ms)
|
6364
|
+
-----------------------------------------------------
|
6365
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6366
|
+
-----------------------------------------------------
|
6367
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:35:08 -0500
|
6368
|
+
Processing by HomeController#partials as PDF
|
6369
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6370
|
+
Sent data contents.pdf (0.2ms)
|
6371
|
+
Completed 200 OK in 8ms (Views: 7.9ms)
|
6372
|
+
--------------------------------------------------------
|
6373
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6374
|
+
--------------------------------------------------------
|
6375
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:35:08 -0500
|
6376
|
+
Processing by HomeController#index as PDF
|
6377
|
+
Sent data contents.pdf (0.1ms)
|
6378
|
+
Completed 200 OK in 4ms (Views: 3.8ms)
|
6379
|
+
------------------------
|
6380
|
+
PdfcraftTest: test_truth
|
6381
|
+
------------------------
|
6382
|
+
----------------------------------------------------------------
|
6383
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6384
|
+
----------------------------------------------------------------
|
6385
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:37:10 -0500
|
6386
|
+
Processing by HomeController#renamed_var as PDF
|
6387
|
+
Rendered home/renamed_var.pdf.pdfcraft (7.5ms)
|
6388
|
+
Completed 500 Internal Server Error in 12ms
|
6389
|
+
----------------------------------------------------------------
|
6390
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6391
|
+
----------------------------------------------------------------
|
6392
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:40:13 -0500
|
6393
|
+
Processing by HomeController#renamed_var as PDF
|
6394
|
+
Rendered home/renamed_var.pdf.pdfcraft (7.5ms)
|
6395
|
+
Completed 500 Internal Server Error in 12ms
|
6396
|
+
----------------------------------------------------------------
|
6397
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6398
|
+
----------------------------------------------------------------
|
6399
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:41:33 -0500
|
6400
|
+
Processing by HomeController#renamed_var as PDF
|
6401
|
+
Rendered home/renamed_var.pdf.pdfcraft (7.9ms)
|
6402
|
+
Completed 500 Internal Server Error in 12ms
|
6403
|
+
------------------------
|
6404
|
+
PdfcraftTest: test_truth
|
6405
|
+
------------------------
|
6406
|
+
----------------------------------------------------------------
|
6407
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6408
|
+
----------------------------------------------------------------
|
6409
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:43:15 -0500
|
6410
|
+
Processing by HomeController#renamed_var as PDF
|
6411
|
+
Rendered home/renamed_var.pdf.pdfcraft (37.5ms)
|
6412
|
+
Rendered text template (0.0ms)
|
6413
|
+
Sent data contents.pdf (0.9ms)
|
6414
|
+
Completed 200 OK in 43ms (Views: 42.4ms)
|
6415
|
+
----------------------------------------------------------------
|
6416
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6417
|
+
----------------------------------------------------------------
|
6418
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:43:52 -0500
|
6419
|
+
Processing by HomeController#renamed_var as PDF
|
6420
|
+
Rendered home/renamed_var.pdf.pdfcraft (37.2ms)
|
6421
|
+
Rendered text template (0.0ms)
|
6422
|
+
Sent data contents.pdf (0.8ms)
|
6423
|
+
Completed 200 OK in 42ms (Views: 41.9ms)
|
6424
|
+
----------------------------------------------------------------
|
6425
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6426
|
+
----------------------------------------------------------------
|
6427
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:43:54 -0500
|
6428
|
+
Processing by HomeController#renamed_var as PDF
|
6429
|
+
Rendered home/renamed_var.pdf.pdfcraft (35.8ms)
|
6430
|
+
Rendered text template (0.0ms)
|
6431
|
+
Sent data contents.pdf (0.8ms)
|
6432
|
+
Completed 200 OK in 41ms (Views: 40.6ms)
|
6433
|
+
----------------------------------------------------------------------
|
6434
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6435
|
+
----------------------------------------------------------------------
|
6436
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:43:54 -0500
|
6437
|
+
Processing by HomeController#pdf_layout as PDF
|
6438
|
+
Sent data contents.pdf (0.2ms)
|
6439
|
+
Completed 200 OK in 6ms (Views: 5.7ms)
|
6440
|
+
----------------------------------------------------
|
6441
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6442
|
+
----------------------------------------------------
|
6443
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:43:54 -0500
|
6444
|
+
Processing by HomeController#pdf_layout as PDF
|
6445
|
+
Sent data contents.pdf (0.2ms)
|
6446
|
+
Completed 200 OK in 4ms (Views: 4.3ms)
|
6447
|
+
---------------------------------------------------------------
|
6448
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6449
|
+
---------------------------------------------------------------
|
6450
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:43:54 -0500
|
6451
|
+
Processing by HomeController#another as PDF
|
6452
|
+
Sent data contents.pdf (0.2ms)
|
6453
|
+
Completed 200 OK in 4ms (Views: 4.4ms)
|
6454
|
+
-------------------------------------------------------
|
6455
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6456
|
+
-------------------------------------------------------
|
6457
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:43:54 -0500
|
6458
|
+
Processing by HomeController#helpers as PDF
|
6459
|
+
Sent data contents.pdf (0.2ms)
|
6460
|
+
Completed 200 OK in 5ms (Views: 4.8ms)
|
6461
|
+
-----------------------------------------------------
|
6462
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6463
|
+
-----------------------------------------------------
|
6464
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:43:54 -0500
|
6465
|
+
Processing by HomeController#partials as PDF
|
6466
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6467
|
+
Sent data contents.pdf (0.2ms)
|
6468
|
+
Completed 200 OK in 8ms (Views: 8.3ms)
|
6469
|
+
--------------------------------------------------------
|
6470
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6471
|
+
--------------------------------------------------------
|
6472
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:43:54 -0500
|
6473
|
+
Processing by HomeController#index as PDF
|
6474
|
+
Sent data contents.pdf (0.1ms)
|
6475
|
+
Completed 200 OK in 4ms (Views: 3.8ms)
|
6476
|
+
------------------------
|
6477
|
+
PdfcraftTest: test_truth
|
6478
|
+
------------------------
|
6479
|
+
----------------------------------------------------------------
|
6480
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6481
|
+
----------------------------------------------------------------
|
6482
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:44:36 -0500
|
6483
|
+
Processing by HomeController#renamed_var as PDF
|
6484
|
+
Rendered home/renamed_var.pdf.pdfcraft (36.2ms)
|
6485
|
+
Rendered text template (0.0ms)
|
6486
|
+
Sent data contents.pdf (0.8ms)
|
6487
|
+
Completed 200 OK in 41ms (Views: 41.0ms)
|
6488
|
+
----------------------------------------------------------------------
|
6489
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6490
|
+
----------------------------------------------------------------------
|
6491
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:44:36 -0500
|
6492
|
+
Processing by HomeController#pdf_layout as PDF
|
6493
|
+
Sent data contents.pdf (0.2ms)
|
6494
|
+
Completed 200 OK in 5ms (Views: 5.4ms)
|
6495
|
+
----------------------------------------------------
|
6496
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6497
|
+
----------------------------------------------------
|
6498
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:44:36 -0500
|
6499
|
+
Processing by HomeController#pdf_layout as PDF
|
6500
|
+
Sent data contents.pdf (0.2ms)
|
6501
|
+
Completed 200 OK in 4ms (Views: 3.9ms)
|
6502
|
+
---------------------------------------------------------------
|
6503
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6504
|
+
---------------------------------------------------------------
|
6505
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:44:36 -0500
|
6506
|
+
Processing by HomeController#another as PDF
|
6507
|
+
Sent data contents.pdf (0.2ms)
|
6508
|
+
Completed 200 OK in 5ms (Views: 4.4ms)
|
6509
|
+
-------------------------------------------------------
|
6510
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6511
|
+
-------------------------------------------------------
|
6512
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:44:36 -0500
|
6513
|
+
Processing by HomeController#helpers as PDF
|
6514
|
+
Sent data contents.pdf (0.2ms)
|
6515
|
+
Completed 200 OK in 5ms (Views: 4.5ms)
|
6516
|
+
-----------------------------------------------------
|
6517
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6518
|
+
-----------------------------------------------------
|
6519
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:44:36 -0500
|
6520
|
+
Processing by HomeController#partials as PDF
|
6521
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.7ms)
|
6522
|
+
Sent data contents.pdf (0.2ms)
|
6523
|
+
Completed 200 OK in 8ms (Views: 8.2ms)
|
6524
|
+
--------------------------------------------------------
|
6525
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6526
|
+
--------------------------------------------------------
|
6527
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:44:36 -0500
|
6528
|
+
Processing by HomeController#index as PDF
|
6529
|
+
Sent data contents.pdf (0.1ms)
|
6530
|
+
Completed 200 OK in 4ms (Views: 3.8ms)
|
6531
|
+
------------------------
|
6532
|
+
PdfcraftTest: test_truth
|
6533
|
+
------------------------
|
6534
|
+
----------------------------------------------------------------
|
6535
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6536
|
+
----------------------------------------------------------------
|
6537
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:57:52 -0500
|
6538
|
+
Processing by HomeController#renamed_var as PDF
|
6539
|
+
Rendered home/renamed_var.pdf.pdfcraft (35.9ms)
|
6540
|
+
Rendered text template (0.0ms)
|
6541
|
+
Sent data contents.pdf (0.9ms)
|
6542
|
+
Completed 200 OK in 41ms (Views: 40.8ms)
|
6543
|
+
----------------------------------------------------------------------
|
6544
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6545
|
+
----------------------------------------------------------------------
|
6546
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:57:52 -0500
|
6547
|
+
Processing by HomeController#pdf_layout as PDF
|
6548
|
+
Sent data contents.pdf (0.2ms)
|
6549
|
+
Completed 200 OK in 6ms (Views: 5.6ms)
|
6550
|
+
----------------------------------------------------
|
6551
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6552
|
+
----------------------------------------------------
|
6553
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:57:52 -0500
|
6554
|
+
Processing by HomeController#pdf_layout as PDF
|
6555
|
+
Sent data contents.pdf (0.2ms)
|
6556
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
6557
|
+
---------------------------------------------------------------
|
6558
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6559
|
+
---------------------------------------------------------------
|
6560
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:57:52 -0500
|
6561
|
+
Processing by HomeController#another as PDF
|
6562
|
+
Sent data contents.pdf (0.2ms)
|
6563
|
+
Completed 200 OK in 5ms (Views: 4.5ms)
|
6564
|
+
-------------------------------------------------------
|
6565
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6566
|
+
-------------------------------------------------------
|
6567
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:57:52 -0500
|
6568
|
+
Processing by HomeController#helpers as PDF
|
6569
|
+
Sent data contents.pdf (0.2ms)
|
6570
|
+
Completed 200 OK in 5ms (Views: 4.5ms)
|
6571
|
+
-----------------------------------------------------
|
6572
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6573
|
+
-----------------------------------------------------
|
6574
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:57:52 -0500
|
6575
|
+
Processing by HomeController#partials as PDF
|
6576
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6577
|
+
Sent data contents.pdf (0.2ms)
|
6578
|
+
Completed 200 OK in 8ms (Views: 8.3ms)
|
6579
|
+
--------------------------------------------------------
|
6580
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6581
|
+
--------------------------------------------------------
|
6582
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:57:52 -0500
|
6583
|
+
Processing by HomeController#index as PDF
|
6584
|
+
Sent data contents.pdf (0.2ms)
|
6585
|
+
Completed 200 OK in 4ms (Views: 3.9ms)
|
6586
|
+
------------------------
|
6587
|
+
PdfcraftTest: test_truth
|
6588
|
+
------------------------
|
6589
|
+
----------------------------------------------------------------
|
6590
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6591
|
+
----------------------------------------------------------------
|
6592
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-01-31 22:57:59 -0500
|
6593
|
+
Processing by HomeController#renamed_var as PDF
|
6594
|
+
Rendered home/renamed_var.pdf.pdfcraft (37.5ms)
|
6595
|
+
Rendered text template (0.0ms)
|
6596
|
+
Sent data contents.pdf (0.8ms)
|
6597
|
+
Completed 200 OK in 44ms (Views: 43.4ms)
|
6598
|
+
----------------------------------------------------------------------
|
6599
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6600
|
+
----------------------------------------------------------------------
|
6601
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:57:59 -0500
|
6602
|
+
Processing by HomeController#pdf_layout as PDF
|
6603
|
+
Sent data contents.pdf (0.2ms)
|
6604
|
+
Completed 200 OK in 6ms (Views: 5.7ms)
|
6605
|
+
----------------------------------------------------
|
6606
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6607
|
+
----------------------------------------------------
|
6608
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-01-31 22:57:59 -0500
|
6609
|
+
Processing by HomeController#pdf_layout as PDF
|
6610
|
+
Sent data contents.pdf (0.1ms)
|
6611
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
6612
|
+
---------------------------------------------------------------
|
6613
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6614
|
+
---------------------------------------------------------------
|
6615
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-01-31 22:57:59 -0500
|
6616
|
+
Processing by HomeController#another as PDF
|
6617
|
+
Sent data contents.pdf (0.2ms)
|
6618
|
+
Completed 200 OK in 4ms (Views: 4.4ms)
|
6619
|
+
-------------------------------------------------------
|
6620
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6621
|
+
-------------------------------------------------------
|
6622
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-01-31 22:57:59 -0500
|
6623
|
+
Processing by HomeController#helpers as PDF
|
6624
|
+
Sent data contents.pdf (0.2ms)
|
6625
|
+
Completed 200 OK in 5ms (Views: 4.5ms)
|
6626
|
+
-----------------------------------------------------
|
6627
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6628
|
+
-----------------------------------------------------
|
6629
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-01-31 22:57:59 -0500
|
6630
|
+
Processing by HomeController#partials as PDF
|
6631
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6632
|
+
Sent data contents.pdf (0.2ms)
|
6633
|
+
Completed 200 OK in 8ms (Views: 7.9ms)
|
6634
|
+
--------------------------------------------------------
|
6635
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6636
|
+
--------------------------------------------------------
|
6637
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-01-31 22:57:59 -0500
|
6638
|
+
Processing by HomeController#index as PDF
|
6639
|
+
Sent data contents.pdf (0.1ms)
|
6640
|
+
Completed 200 OK in 4ms (Views: 4.0ms)
|
6641
|
+
------------------------
|
6642
|
+
PdfcraftTest: test_truth
|
6643
|
+
------------------------
|
6644
|
+
----------------------------------------------------------------
|
6645
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6646
|
+
----------------------------------------------------------------
|
6647
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-02-01 09:24:25 -0500
|
6648
|
+
Processing by HomeController#renamed_var as PDF
|
6649
|
+
Rendered home/renamed_var.pdf.pdfcraft (35.7ms)
|
6650
|
+
Rendered text template (0.0ms)
|
6651
|
+
Sent data contents.pdf (0.8ms)
|
6652
|
+
Completed 200 OK in 45ms (Views: 44.4ms)
|
6653
|
+
----------------------------------------------------------------------
|
6654
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6655
|
+
----------------------------------------------------------------------
|
6656
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-02-01 09:24:25 -0500
|
6657
|
+
Processing by HomeController#pdf_layout as PDF
|
6658
|
+
Sent data contents.pdf (0.2ms)
|
6659
|
+
Completed 200 OK in 6ms (Views: 5.9ms)
|
6660
|
+
----------------------------------------------------
|
6661
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6662
|
+
----------------------------------------------------
|
6663
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-02-01 09:24:25 -0500
|
6664
|
+
Processing by HomeController#pdf_layout as PDF
|
6665
|
+
Sent data contents.pdf (0.2ms)
|
6666
|
+
Completed 200 OK in 4ms (Views: 4.1ms)
|
6667
|
+
---------------------------------------------------------------
|
6668
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6669
|
+
---------------------------------------------------------------
|
6670
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-02-01 09:24:25 -0500
|
6671
|
+
Processing by HomeController#another as PDF
|
6672
|
+
Sent data contents.pdf (0.2ms)
|
6673
|
+
Completed 200 OK in 5ms (Views: 4.6ms)
|
6674
|
+
-------------------------------------------------------
|
6675
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6676
|
+
-------------------------------------------------------
|
6677
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-02-01 09:24:25 -0500
|
6678
|
+
Processing by HomeController#helpers as PDF
|
6679
|
+
Sent data contents.pdf (0.2ms)
|
6680
|
+
Completed 200 OK in 5ms (Views: 4.7ms)
|
6681
|
+
-----------------------------------------------------
|
6682
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6683
|
+
-----------------------------------------------------
|
6684
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-02-01 09:24:25 -0500
|
6685
|
+
Processing by HomeController#partials as PDF
|
6686
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.8ms)
|
6687
|
+
Sent data contents.pdf (0.3ms)
|
6688
|
+
Completed 200 OK in 11ms (Views: 11.1ms)
|
6689
|
+
--------------------------------------------------------
|
6690
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6691
|
+
--------------------------------------------------------
|
6692
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-02-01 09:24:25 -0500
|
6693
|
+
Processing by HomeController#index as PDF
|
6694
|
+
Sent data contents.pdf (0.1ms)
|
6695
|
+
Completed 200 OK in 4ms (Views: 3.9ms)
|
6696
|
+
------------------------
|
6697
|
+
PdfcraftTest: test_truth
|
6698
|
+
------------------------
|
6699
|
+
----------------------------------------------------------------
|
6700
|
+
ConfigurationTest: test_rendering_with_a_configured_pdf_variable
|
6701
|
+
----------------------------------------------------------------
|
6702
|
+
Started GET "/renamed_var.pdf" for 127.0.0.1 at 2014-02-01 09:28:15 -0500
|
6703
|
+
Processing by HomeController#renamed_var as PDF
|
6704
|
+
Rendered home/renamed_var.pdf.pdfcraft (36.1ms)
|
6705
|
+
Rendered text template (0.0ms)
|
6706
|
+
Sent data contents.pdf (0.8ms)
|
6707
|
+
Completed 200 OK in 42ms (Views: 42.1ms)
|
6708
|
+
----------------------------------------------------------------------
|
6709
|
+
PdfRenderingTest: test_pdf_can_use_rails_layouts_for_header_and_footer
|
6710
|
+
----------------------------------------------------------------------
|
6711
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-02-01 09:28:15 -0500
|
6712
|
+
Processing by HomeController#pdf_layout as PDF
|
6713
|
+
Sent data contents.pdf (0.2ms)
|
6714
|
+
Completed 200 OK in 6ms (Views: 5.7ms)
|
6715
|
+
----------------------------------------------------
|
6716
|
+
PdfRenderingTest: test_pdf_layout_can_be_set_in_view
|
6717
|
+
----------------------------------------------------
|
6718
|
+
Started GET "/pdf_layout.pdf" for 127.0.0.1 at 2014-02-01 09:28:15 -0500
|
6719
|
+
Processing by HomeController#pdf_layout as PDF
|
6720
|
+
Sent data contents.pdf (0.1ms)
|
6721
|
+
Completed 200 OK in 4ms (Views: 3.9ms)
|
6722
|
+
---------------------------------------------------------------
|
6723
|
+
PdfRenderingTest: test_pdf_renderer_uses_the_specified_template
|
6724
|
+
---------------------------------------------------------------
|
6725
|
+
Started GET "/another.pdf" for 127.0.0.1 at 2014-02-01 09:28:15 -0500
|
6726
|
+
Processing by HomeController#another as PDF
|
6727
|
+
Sent data contents.pdf (0.1ms)
|
6728
|
+
Completed 200 OK in 4ms (Views: 4.4ms)
|
6729
|
+
-------------------------------------------------------
|
6730
|
+
PdfRenderingTest: test_pdf_rendering_can_access_helpers
|
6731
|
+
-------------------------------------------------------
|
6732
|
+
Started GET "/helpers.pdf" for 127.0.0.1 at 2014-02-01 09:28:15 -0500
|
6733
|
+
Processing by HomeController#helpers as PDF
|
6734
|
+
Sent data contents.pdf (0.2ms)
|
6735
|
+
Completed 200 OK in 7ms (Views: 7.4ms)
|
6736
|
+
-----------------------------------------------------
|
6737
|
+
PdfRenderingTest: test_pdf_rendering_can_use_partials
|
6738
|
+
-----------------------------------------------------
|
6739
|
+
Started GET "/partials.pdf" for 127.0.0.1 at 2014-02-01 09:28:15 -0500
|
6740
|
+
Processing by HomeController#partials as PDF
|
6741
|
+
Rendered home/_the_partial.pdf.pdfcraft (1.5ms)
|
6742
|
+
Sent data contents.pdf (0.2ms)
|
6743
|
+
Completed 200 OK in 8ms (Views: 8.2ms)
|
6744
|
+
--------------------------------------------------------
|
6745
|
+
PdfRenderingTest: test_pdf_request_sends_a_pdf_as_a_file
|
6746
|
+
--------------------------------------------------------
|
6747
|
+
Started GET "/home.pdf" for 127.0.0.1 at 2014-02-01 09:28:15 -0500
|
6748
|
+
Processing by HomeController#index as PDF
|
6749
|
+
Sent data contents.pdf (0.1ms)
|
6750
|
+
Completed 200 OK in 4ms (Views: 3.9ms)
|
6751
|
+
------------------------
|
6752
|
+
PdfcraftTest: test_truth
|
6753
|
+
------------------------
|