fastly-rails 0.2.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8918d904c0624fdf6caab3e74b1eb248faba565e
4
- data.tar.gz: c6a42d20c196a1e7f4bb5ec2da05a287a5eb9a6e
3
+ metadata.gz: c33f6cdc0301c83e29813e50fd85e0c791c68e7d
4
+ data.tar.gz: 7c786e1f9e6ec1126c9233aaa5c51fc814259032
5
5
  SHA512:
6
- metadata.gz: 040273cea894f45524934a15f6dd0efe5f04448eb938b9bf75e14a3488acf53d7dbae67eab2fb2da505a23517d021265678949d1bd6f9a9028c5102348ef091e
7
- data.tar.gz: 9b6646a08090ed4b76f00b6f5ea78d56ac9bb561c67409556f9abe829aa5905ec307369baec76463506012416f5cec44f398bf30e7639d447d6dffe3c6e7eff2
6
+ metadata.gz: 495f4ee1f560315f8d0ff651513161f87c5fabbc34b3c075cc19554d30ef7c9aef95f2b22195dac5d2263439d1e7ed18dc5e71293c660a1fe145749f474f69c9
7
+ data.tar.gz: 7937a2042d5210407edc1aef74b9243fa6c58ecd73249ea86032b234651542d59803316d545b250c8f5b391b71f63dcc0b16227242ed28bb239aba7380781f2f
@@ -16,7 +16,7 @@ module FastlyRails
16
16
  table_name
17
17
  end
18
18
 
19
- def service_id
19
+ def fastly_service_identifier
20
20
  FastlyRails.service_id
21
21
  end
22
22
  end
@@ -37,8 +37,8 @@ module FastlyRails
37
37
  self.class.purge_all
38
38
  end
39
39
 
40
- def service_id
41
- self.class.service_id
40
+ def fastly_service_identifier
41
+ self.class.fastly_service_identifier
42
42
  end
43
43
  end
44
44
  end
@@ -14,7 +14,7 @@ module FastlyRails
14
14
  collection_name
15
15
  end
16
16
 
17
- def service_id
17
+ def fastly_service_identifier
18
18
  FastlyRails.service_id
19
19
  end
20
20
  end
@@ -35,8 +35,8 @@ module FastlyRails
35
35
  self.class.purge_all
36
36
  end
37
37
 
38
- def service_id
39
- self.class.service_id
38
+ def fastly_service_identifier
39
+ self.class.fastly_service_identifier
40
40
  end
41
41
 
42
42
  end
@@ -1,3 +1,3 @@
1
1
  module FastlyRails
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
@@ -0,0 +1,5 @@
1
+ class AddServiceIdToBooks < ActiveRecord::Migration
2
+ def change
3
+ add_column :books, :service_id, :string
4
+ end
5
+ end
@@ -11,12 +11,13 @@
11
11
  #
12
12
  # It's strongly recommended that you check this file into your version control system.
13
13
 
14
- ActiveRecord::Schema.define(version: 20140407202136) do
14
+ ActiveRecord::Schema.define(version: 20150312044151) do
15
15
 
16
16
  create_table "books", force: true do |t|
17
17
  t.text "name"
18
18
  t.datetime "created_at"
19
19
  t.datetime "updated_at"
20
+ t.string "service_id"
20
21
  end
21
22
 
22
23
  end
Binary file
@@ -63256,3 +63256,1856 @@ FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actionc
63256
63256
   (0.0ms) commit transaction
63257
63257
   (0.0ms) begin transaction
63258
63258
   (0.0ms) rollback transaction
63259
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
63260
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
63261
+  (0.1ms) begin transaction
63262
+ --------------------------------
63263
+ BooksControllerTest: test_create
63264
+ --------------------------------
63265
+  (0.1ms) SAVEPOINT active_record_1
63266
+ SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.684918"], ["name", "Je Vous Presente, Chase"], ["updated_at", "2014-12-05 19:33:34.684918"]]
63267
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63268
+  (0.1ms) SAVEPOINT active_record_1
63269
+ SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.690174"], ["name", "Planet of the Action Thief"], ["updated_at", "2014-12-05 19:33:34.690174"]]
63270
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63271
+  (0.0ms) SAVEPOINT active_record_1
63272
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.692153"], ["name", "Forbidden Demon"], ["updated_at", "2014-12-05 19:33:34.692153"]]
63273
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63274
+  (0.0ms) SAVEPOINT active_record_1
63275
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.692940"], ["name", "Case of the Missing American Monster"], ["updated_at", "2014-12-05 19:33:34.692940"]]
63276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63277
+  (0.0ms) SAVEPOINT active_record_1
63278
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.693633"], ["name", "Case of the Missing Woman"], ["updated_at", "2014-12-05 19:33:34.693633"]]
63279
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63280
+  (0.1ms) SELECT COUNT(*) FROM "books"
63281
+ Processing by BooksController#create as HTML
63282
+ Parameters: {"book"=>{"name"=>"newly-created-book"}}
63283
+  (0.1ms) SAVEPOINT active_record_1
63284
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.697937"], ["name", "newly-created-book"], ["updated_at", "2014-12-05 19:33:34.697937"]]
63285
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63286
+ Redirected to http://test.host/books
63287
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
63288
+  (0.1ms) SELECT COUNT(*) FROM "books"
63289
+  (0.7ms) rollback transaction
63290
+  (0.1ms) begin transaction
63291
+ -------------------------------
63292
+ BooksControllerTest: test_index
63293
+ -------------------------------
63294
+  (0.1ms) SAVEPOINT active_record_1
63295
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.732053"], ["name", "Ultra City"], ["updated_at", "2014-12-05 19:33:34.732053"]]
63296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63297
+  (0.0ms) SAVEPOINT active_record_1
63298
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.733317"], ["name", "Season of the Flying World"], ["updated_at", "2014-12-05 19:33:34.733317"]]
63299
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63300
+  (0.1ms) SAVEPOINT active_record_1
63301
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.735023"], ["name", "Killer Pickpocket: The Virginie Waters DDS Story"], ["updated_at", "2014-12-05 19:33:34.735023"]]
63302
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63303
+  (0.0ms) SAVEPOINT active_record_1
63304
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.736081"], ["name", "Danger Friday"], ["updated_at", "2014-12-05 19:33:34.736081"]]
63305
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63306
+  (0.0ms) SAVEPOINT active_record_1
63307
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.736918"], ["name", "The Death Thief"], ["updated_at", "2014-12-05 19:33:34.736918"]]
63308
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63309
+ Processing by BooksController#index as HTML
63310
+ Book Load (0.1ms) SELECT "books".* FROM "books"
63311
+ Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.1ms)
63312
+  (0.1ms) SELECT COUNT(*) FROM "books"
63313
+  (0.5ms) rollback transaction
63314
+  (0.0ms) begin transaction
63315
+ ----------------------------------------------------
63316
+ BooksControllerTest: test_index_with_multiple_params
63317
+ ----------------------------------------------------
63318
+  (0.0ms) SAVEPOINT active_record_1
63319
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.756009"], ["name", "Blue Cat"], ["updated_at", "2014-12-05 19:33:34.756009"]]
63320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63321
+  (0.0ms) SAVEPOINT active_record_1
63322
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.757245"], ["name", "1952 A.D."], ["updated_at", "2014-12-05 19:33:34.757245"]]
63323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63324
+  (0.0ms) SAVEPOINT active_record_1
63325
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.758217"], ["name", "The Nuclear Hills from Across the Ocean"], ["updated_at", "2014-12-05 19:33:34.758217"]]
63326
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63327
+  (0.0ms) SAVEPOINT active_record_1
63328
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.758922"], ["name", "Blue Fly: The Fidel Dietrich Story"], ["updated_at", "2014-12-05 19:33:34.758922"]]
63329
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63330
+  (0.0ms) SAVEPOINT active_record_1
63331
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.759587"], ["name", "The Danger Thief from Across the Ocean"], ["updated_at", "2014-12-05 19:33:34.759587"]]
63332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63333
+ Processing by BooksController#index as HTML
63334
+ Book Load (0.1ms) SELECT "books".* FROM "books"
63335
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)
63336
+  (0.6ms) rollback transaction
63337
+  (0.0ms) begin transaction
63338
+ ------------------------------
63339
+ BooksControllerTest: test_show
63340
+ ------------------------------
63341
+  (0.0ms) SAVEPOINT active_record_1
63342
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.764621"], ["name", "The Killer Monster"], ["updated_at", "2014-12-05 19:33:34.764621"]]
63343
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63344
+  (0.0ms) SAVEPOINT active_record_1
63345
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.765942"], ["name", "Fake Demon: The Ruby Bosco Story"], ["updated_at", "2014-12-05 19:33:34.765942"]]
63346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63347
+  (0.0ms) SAVEPOINT active_record_1
63348
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.766997"], ["name", "Journey of the City"], ["updated_at", "2014-12-05 19:33:34.766997"]]
63349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63350
+  (0.1ms) SAVEPOINT active_record_1
63351
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.768799"], ["name", "Christmas on Auer Square"], ["updated_at", "2014-12-05 19:33:34.768799"]]
63352
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63353
+  (0.0ms) SAVEPOINT active_record_1
63354
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.769881"], ["name", "Blonde Pickpocket"], ["updated_at", "2014-12-05 19:33:34.769881"]]
63355
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63356
+ Processing by BooksController#show as HTML
63357
+ Parameters: {"id"=>"1"}
63358
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
63359
+ Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)
63360
+  (0.6ms) rollback transaction
63361
+  (0.1ms) begin transaction
63362
+  (0.0ms) commit transaction
63363
+  (0.0ms) begin transaction
63364
+  (0.0ms) rollback transaction
63365
+  (0.0ms) begin transaction
63366
+  (0.0ms) commit transaction
63367
+  (0.0ms) begin transaction
63368
+  (0.1ms) rollback transaction
63369
+  (0.0ms) begin transaction
63370
+  (0.0ms) commit transaction
63371
+  (0.0ms) begin transaction
63372
+  (0.0ms) rollback transaction
63373
+  (0.0ms) begin transaction
63374
+  (0.0ms) commit transaction
63375
+  (0.0ms) begin transaction
63376
+  (0.0ms) rollback transaction
63377
+  (0.0ms) begin transaction
63378
+  (0.0ms) commit transaction
63379
+  (0.0ms) begin transaction
63380
+  (0.0ms) rollback transaction
63381
+  (0.0ms) begin transaction
63382
+  (0.0ms) commit transaction
63383
+  (0.0ms) begin transaction
63384
+  (0.0ms) SAVEPOINT active_record_1
63385
+ SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-05 19:33:34.788707"], ["id", 1], ["name", "The Rain from 9462 Leagues"], ["updated_at", "2014-12-05 19:33:34.788707"]]
63386
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63387
+  (0.3ms) rollback transaction
63388
+  (0.0ms) begin transaction
63389
+  (0.0ms) commit transaction
63390
+  (0.0ms) begin transaction
63391
+  (0.1ms) SAVEPOINT active_record_1
63392
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-05 19:33:34.791523"], ["id", 1], ["name", "Tokyo Tears"], ["updated_at", "2014-12-05 19:33:34.791523"]]
63393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63394
+  (0.3ms) rollback transaction
63395
+  (0.0ms) begin transaction
63396
+  (0.0ms) commit transaction
63397
+  (0.0ms) begin transaction
63398
+  (0.0ms) SAVEPOINT active_record_1
63399
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-05 19:33:34.794056"], ["id", 1], ["name", "The Diaries from Outer Space"], ["updated_at", "2014-12-05 19:33:34.794056"]]
63400
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63401
+  (0.3ms) rollback transaction
63402
+  (0.0ms) begin transaction
63403
+  (0.0ms) commit transaction
63404
+  (0.0ms) begin transaction
63405
+  (0.0ms) SAVEPOINT active_record_1
63406
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-05 19:33:34.796442"], ["id", 1], ["name", "Dr. Cat"], ["updated_at", "2014-12-05 19:33:34.796442"]]
63407
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63408
+  (0.3ms) rollback transaction
63409
+  (0.0ms) begin transaction
63410
+ -----------------------------------------------------------------------
63411
+ FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers
63412
+ -----------------------------------------------------------------------
63413
+  (0.1ms) SAVEPOINT active_record_1
63414
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-05 19:33:34.799648"], ["id", 1], ["name", "The Mutant from South of Lake Shore Blvd"], ["updated_at", "2014-12-05 19:33:34.799648"]]
63415
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63416
+ Started GET "/books/1" for 127.0.0.1 at 2014-12-05 11:33:34 -0800
63417
+ Processing by BooksController#show as HTML
63418
+ Parameters: {"id"=>"1"}
63419
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
63420
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)
63421
+  (0.4ms) rollback transaction
63422
+  (0.0ms) begin transaction
63423
+ --------------------------------------------------------------------
63424
+ FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers
63425
+ --------------------------------------------------------------------
63426
+ Started GET "/books" for 127.0.0.1 at 2014-12-05 11:33:34 -0800
63427
+ Processing by BooksController#index as HTML
63428
+ Book Load (0.1ms) SELECT "books".* FROM "books"
63429
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)
63430
+  (0.1ms) rollback transaction
63431
+  (0.0ms) begin transaction
63432
+ ----------------------------------------------------------------------------------------------
63433
+ FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values
63434
+ ----------------------------------------------------------------------------------------------
63435
+  (0.0ms) SAVEPOINT active_record_1
63436
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-05 19:33:34.812913"], ["id", 1], ["name", "I am Brains"], ["updated_at", "2014-12-05 19:33:34.812913"]]
63437
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63438
+ Started DELETE "/books/1" for 127.0.0.1 at 2014-12-05 11:33:34 -0800
63439
+ Processing by BooksController#destroy as HTML
63440
+ Parameters: {"id"=>"1"}
63441
+ Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
63442
+  (0.0ms) SAVEPOINT active_record_1
63443
+ SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]
63444
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63445
+ Redirected to http://www.example.com/books
63446
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
63447
+  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1
63448
+  (0.5ms) rollback transaction
63449
+  (0.0ms) begin transaction
63450
+ ----------------------------------------------------------------------------------------
63451
+ FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values
63452
+ ----------------------------------------------------------------------------------------
63453
+  (0.1ms) SELECT COUNT(*) FROM "books"
63454
+ Started POST "/books" for 127.0.0.1 at 2014-12-05 11:33:34 -0800
63455
+ Processing by BooksController#create as HTML
63456
+ Parameters: {"book"=>{"name"=>"some new book"}}
63457
+  (0.1ms) SAVEPOINT active_record_1
63458
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-12-05 19:33:34.826642"], ["name", "some new book"], ["updated_at", "2014-12-05 19:33:34.826642"]]
63459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63460
+ Redirected to http://www.example.com/books
63461
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
63462
+  (0.1ms) SELECT COUNT(*) FROM "books"
63463
+  (0.4ms) rollback transaction
63464
+  (0.0ms) begin transaction
63465
+ -------------------------------------------------------------------------------------------
63466
+ FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values
63467
+ -------------------------------------------------------------------------------------------
63468
+  (0.0ms) SAVEPOINT active_record_1
63469
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-05 19:33:34.830518"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-12-05 19:33:34.830518"]]
63470
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63471
+ Started PUT "/books/1" for 127.0.0.1 at 2014-12-05 11:33:34 -0800
63472
+ Processing by BooksController#update as HTML
63473
+ Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}}
63474
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
63475
+  (0.1ms) SAVEPOINT active_record_1
63476
+ SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-12-05 19:33:34.834248"]]
63477
+  (0.1ms) RELEASE SAVEPOINT active_record_1
63478
+ Redirected to http://www.example.com/books/1
63479
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
63480
+ Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
63481
+  (0.6ms) rollback transaction
63482
+  (0.1ms) begin transaction
63483
+  (0.0ms) commit transaction
63484
+  (0.0ms) begin transaction
63485
+  (0.0ms) rollback transaction
63486
+  (0.0ms) begin transaction
63487
+  (0.0ms) commit transaction
63488
+  (0.0ms) begin transaction
63489
+  (0.0ms) rollback transaction
63490
+  (0.0ms) begin transaction
63491
+  (0.0ms) commit transaction
63492
+  (0.0ms) begin transaction
63493
+  (0.0ms) rollback transaction
63494
+  (0.0ms) begin transaction
63495
+  (0.0ms) commit transaction
63496
+  (0.0ms) begin transaction
63497
+  (0.0ms) rollback transaction
63498
+  (0.1ms) begin transaction
63499
+  (0.0ms) commit transaction
63500
+  (0.0ms) begin transaction
63501
+  (0.1ms) rollback transaction
63502
+  (0.1ms) begin transaction
63503
+  (0.0ms) commit transaction
63504
+  (0.0ms) begin transaction
63505
+  (0.0ms) rollback transaction
63506
+  (0.0ms) begin transaction
63507
+  (0.0ms) commit transaction
63508
+  (0.0ms) begin transaction
63509
+  (0.0ms) rollback transaction
63510
+  (0.0ms) begin transaction
63511
+  (0.0ms) commit transaction
63512
+  (0.0ms) begin transaction
63513
+  (0.0ms) rollback transaction
63514
+  (0.0ms) begin transaction
63515
+  (0.0ms) commit transaction
63516
+  (0.0ms) begin transaction
63517
+  (0.0ms) rollback transaction
63518
+  (0.0ms) begin transaction
63519
+  (0.0ms) commit transaction
63520
+  (0.0ms) begin transaction
63521
+  (0.0ms) rollback transaction
63522
+  (0.0ms) begin transaction
63523
+ -------------------------------------------------------------------------------------------------
63524
+ FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request
63525
+ -------------------------------------------------------------------------------------------------
63526
+  (0.0ms) rollback transaction
63527
+  (0.0ms) begin transaction
63528
+  (0.0ms) commit transaction
63529
+  (0.0ms) begin transaction
63530
+  (0.1ms) rollback transaction
63531
+  (0.0ms) begin transaction
63532
+  (0.0ms) commit transaction
63533
+  (0.0ms) begin transaction
63534
+  (0.1ms) rollback transaction
63535
+  (0.0ms) begin transaction
63536
+  (0.0ms) commit transaction
63537
+  (0.0ms) begin transaction
63538
+  (0.1ms) rollback transaction
63539
+  (0.0ms) begin transaction
63540
+  (0.0ms) commit transaction
63541
+  (0.0ms) begin transaction
63542
+  (0.0ms) rollback transaction
63543
+  (0.0ms) begin transaction
63544
+  (0.0ms) commit transaction
63545
+  (0.0ms) begin transaction
63546
+  (0.0ms) rollback transaction
63547
+  (0.0ms) begin transaction
63548
+  (0.0ms) commit transaction
63549
+  (0.0ms) begin transaction
63550
+  (0.0ms) rollback transaction
63551
+  (0.0ms) begin transaction
63552
+  (0.0ms) commit transaction
63553
+  (0.0ms) begin transaction
63554
+  (0.0ms) rollback transaction
63555
+  (0.0ms) begin transaction
63556
+  (0.0ms) commit transaction
63557
+  (0.0ms) begin transaction
63558
+  (0.0ms) SAVEPOINT active_record_1
63559
+ SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-05 19:33:34.864840"], ["id", 1], ["name", "Hard Boiled Cousins"], ["updated_at", "2014-12-05 19:33:34.864840"]]
63560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63561
+  (0.4ms) rollback transaction
63562
+  (0.0ms) begin transaction
63563
+  (0.0ms) commit transaction
63564
+  (0.0ms) begin transaction
63565
+  (0.0ms) rollback transaction
63566
+  (0.0ms) begin transaction
63567
+  (0.0ms) commit transaction
63568
+  (0.0ms) begin transaction
63569
+  (0.0ms) SAVEPOINT active_record_1
63570
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-12-05 19:33:34.868287"], ["id", 1], ["name", "War of the Monster"], ["updated_at", "2014-12-05 19:33:34.868287"]]
63571
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63572
+  (0.3ms) rollback transaction
63573
+  (0.0ms) begin transaction
63574
+  (0.0ms) commit transaction
63575
+  (0.0ms) begin transaction
63576
+  (0.0ms) rollback transaction
63577
+  (0.0ms) begin transaction
63578
+  (0.0ms) commit transaction
63579
+  (0.0ms) begin transaction
63580
+  (0.0ms) rollback transaction
63581
+  (0.0ms) begin transaction
63582
+  (0.0ms) commit transaction
63583
+  (0.0ms) begin transaction
63584
+  (0.0ms) rollback transaction
63585
+  (0.0ms) begin transaction
63586
+  (0.0ms) commit transaction
63587
+  (0.0ms) begin transaction
63588
+  (0.0ms) rollback transaction
63589
+  (0.0ms) begin transaction
63590
+  (0.0ms) commit transaction
63591
+  (0.0ms) begin transaction
63592
+  (0.0ms) rollback transaction
63593
+ Connecting to database specified by database.yml
63594
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
63595
+ Migrating to CreateBooks (20140407202136)
63596
+ Migrating to AddServiceIdToBooks (20150312044151)
63597
+  (0.0ms) select sqlite_version(*)
63598
+  (0.0ms) begin transaction
63599
+  (0.7ms) ALTER TABLE "books" ADD "service_id" varchar(255)
63600
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150312044151')
63601
+  (0.5ms) commit transaction
63602
+  (0.1ms) begin transaction
63603
+  (0.0ms) commit transaction
63604
+  (0.0ms) begin transaction
63605
+  (0.0ms) rollback transaction
63606
+  (0.0ms) begin transaction
63607
+  (0.0ms) commit transaction
63608
+  (0.0ms) begin transaction
63609
+  (0.0ms) rollback transaction
63610
+  (0.0ms) begin transaction
63611
+  (0.0ms) commit transaction
63612
+  (0.0ms) begin transaction
63613
+  (0.0ms) rollback transaction
63614
+  (0.0ms) begin transaction
63615
+  (0.0ms) commit transaction
63616
+  (0.0ms) begin transaction
63617
+  (0.0ms) rollback transaction
63618
+  (0.0ms) begin transaction
63619
+  (0.0ms) commit transaction
63620
+  (0.0ms) begin transaction
63621
+  (0.0ms) rollback transaction
63622
+  (0.0ms) begin transaction
63623
+  (0.0ms) commit transaction
63624
+  (0.0ms) begin transaction
63625
+  (0.0ms) rollback transaction
63626
+  (0.0ms) begin transaction
63627
+  (0.0ms) commit transaction
63628
+  (0.0ms) begin transaction
63629
+  (0.0ms) rollback transaction
63630
+  (0.0ms) begin transaction
63631
+  (0.0ms) commit transaction
63632
+  (0.0ms) begin transaction
63633
+  (0.0ms) rollback transaction
63634
+  (0.0ms) begin transaction
63635
+  (0.0ms) commit transaction
63636
+  (0.0ms) begin transaction
63637
+  (0.0ms) rollback transaction
63638
+  (0.0ms) begin transaction
63639
+  (0.0ms) rollback transaction
63640
+  (0.0ms) begin transaction
63641
+  (0.0ms) rollback transaction
63642
+  (0.0ms) begin transaction
63643
+  (0.0ms) rollback transaction
63644
+  (0.0ms) begin transaction
63645
+  (0.0ms) rollback transaction
63646
+  (0.0ms) begin transaction
63647
+  (0.0ms) rollback transaction
63648
+  (0.0ms) begin transaction
63649
+ Started GET "/books" for 127.0.0.1 at 2015-03-13 16:38:04 -0700
63650
+ Processing by BooksController#index as HTML
63651
+ Book Load (0.1ms) SELECT "books".* FROM "books"
63652
+ Completed 200 OK in 6.8ms (Views: 5.8ms | ActiveRecord: 0.1ms)
63653
+  (0.1ms) rollback transaction
63654
+  (0.0ms) begin transaction
63655
+  (0.0ms) rollback transaction
63656
+  (0.0ms) begin transaction
63657
+  (0.1ms) SELECT COUNT(*) FROM "books" 
63658
+ Started POST "/books" for 127.0.0.1 at 2015-03-13 16:38:04 -0700
63659
+ Processing by BooksController#create as HTML
63660
+ Parameters: {"book"=>{"name"=>"some new book"}}
63661
+  (0.0ms) SAVEPOINT active_record_1
63662
+ SQL (2.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:04 UTC +00:00], ["name", "some new book"], ["updated_at", Fri, 13 Mar 2015 23:38:04 UTC +00:00]]
63663
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63664
+ Redirected to http://www.example.com/books
63665
+ Completed 302 Found in 4.7ms (ActiveRecord: 2.5ms)
63666
+  (0.1ms) SELECT COUNT(*) FROM "books" 
63667
+  (0.6ms) rollback transaction
63668
+  (0.0ms) begin transaction
63669
+  (0.0ms) rollback transaction
63670
+  (0.0ms) begin transaction
63671
+  (0.0ms) commit transaction
63672
+  (0.0ms) begin transaction
63673
+  (0.0ms) rollback transaction
63674
+  (0.0ms) begin transaction
63675
+  (0.0ms) rollback transaction
63676
+  (0.0ms) begin transaction
63677
+  (0.0ms) commit transaction
63678
+  (0.0ms) begin transaction
63679
+  (0.0ms) rollback transaction
63680
+  (0.0ms) begin transaction
63681
+  (0.0ms) commit transaction
63682
+  (0.0ms) begin transaction
63683
+  (0.0ms) rollback transaction
63684
+  (0.0ms) begin transaction
63685
+  (0.0ms) commit transaction
63686
+  (0.0ms) begin transaction
63687
+  (0.0ms) rollback transaction
63688
+  (0.0ms) begin transaction
63689
+  (0.0ms) commit transaction
63690
+  (0.0ms) begin transaction
63691
+  (0.0ms) rollback transaction
63692
+  (0.0ms) begin transaction
63693
+  (0.0ms) commit transaction
63694
+  (0.0ms) begin transaction
63695
+  (0.0ms) rollback transaction
63696
+  (0.0ms) begin transaction
63697
+  (0.0ms) commit transaction
63698
+  (0.0ms) begin transaction
63699
+  (0.0ms) rollback transaction
63700
+  (0.0ms) begin transaction
63701
+  (0.0ms) commit transaction
63702
+  (0.0ms) begin transaction
63703
+  (0.0ms) rollback transaction
63704
+  (0.0ms) begin transaction
63705
+  (0.0ms) commit transaction
63706
+  (0.0ms) begin transaction
63707
+  (0.0ms) rollback transaction
63708
+  (0.0ms) begin transaction
63709
+  (0.0ms) commit transaction
63710
+  (0.0ms) begin transaction
63711
+  (0.0ms) rollback transaction
63712
+  (0.0ms) begin transaction
63713
+  (0.0ms) commit transaction
63714
+  (0.0ms) begin transaction
63715
+  (0.0ms) rollback transaction
63716
+  (0.0ms) begin transaction
63717
+  (0.0ms) commit transaction
63718
+  (0.0ms) begin transaction
63719
+  (0.0ms) rollback transaction
63720
+  (0.0ms) begin transaction
63721
+  (0.0ms) commit transaction
63722
+  (0.0ms) begin transaction
63723
+  (0.0ms) rollback transaction
63724
+  (0.0ms) begin transaction
63725
+  (0.0ms) commit transaction
63726
+  (0.0ms) begin transaction
63727
+  (0.0ms) rollback transaction
63728
+  (0.0ms) begin transaction
63729
+  (0.0ms) commit transaction
63730
+  (0.0ms) begin transaction
63731
+  (0.0ms) rollback transaction
63732
+  (0.0ms) begin transaction
63733
+  (0.0ms) commit transaction
63734
+  (0.0ms) begin transaction
63735
+  (0.0ms) rollback transaction
63736
+  (0.0ms) begin transaction
63737
+  (0.0ms) commit transaction
63738
+  (0.0ms) begin transaction
63739
+  (0.0ms) rollback transaction
63740
+  (0.0ms) begin transaction
63741
+  (0.0ms) commit transaction
63742
+  (0.0ms) begin transaction
63743
+  (0.0ms) rollback transaction
63744
+  (0.0ms) begin transaction
63745
+  (0.0ms) commit transaction
63746
+  (0.0ms) begin transaction
63747
+  (0.0ms) rollback transaction
63748
+  (0.0ms) begin transaction
63749
+  (0.0ms) commit transaction
63750
+  (0.0ms) begin transaction
63751
+  (0.0ms) rollback transaction
63752
+  (0.0ms) begin transaction
63753
+  (0.0ms) commit transaction
63754
+  (0.0ms) begin transaction
63755
+  (0.0ms) rollback transaction
63756
+  (0.0ms) begin transaction
63757
+  (0.0ms) commit transaction
63758
+  (0.0ms) begin transaction
63759
+  (0.0ms) rollback transaction
63760
+  (0.0ms) begin transaction
63761
+  (0.0ms) commit transaction
63762
+  (0.0ms) begin transaction
63763
+  (0.0ms) rollback transaction
63764
+  (0.0ms) begin transaction
63765
+  (0.0ms) commit transaction
63766
+  (0.0ms) begin transaction
63767
+  (0.0ms) rollback transaction
63768
+  (0.0ms) begin transaction
63769
+  (0.0ms) commit transaction
63770
+  (0.0ms) begin transaction
63771
+  (0.0ms) rollback transaction
63772
+  (0.0ms) begin transaction
63773
+  (0.0ms) commit transaction
63774
+  (0.0ms) begin transaction
63775
+  (0.0ms) rollback transaction
63776
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
63777
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
63778
+  (0.1ms) begin transaction
63779
+  (0.0ms) commit transaction
63780
+  (0.0ms) begin transaction
63781
+  (0.0ms) rollback transaction
63782
+  (0.0ms) begin transaction
63783
+  (0.0ms) commit transaction
63784
+  (0.0ms) begin transaction
63785
+  (0.0ms) rollback transaction
63786
+  (0.0ms) begin transaction
63787
+  (0.0ms) commit transaction
63788
+  (0.0ms) begin transaction
63789
+  (0.0ms) rollback transaction
63790
+  (0.0ms) begin transaction
63791
+  (0.0ms) commit transaction
63792
+  (0.0ms) begin transaction
63793
+  (0.0ms) rollback transaction
63794
+  (0.0ms) begin transaction
63795
+ -------------------------------------------------------------------------------------------------
63796
+ FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request
63797
+ -------------------------------------------------------------------------------------------------
63798
+  (0.0ms) rollback transaction
63799
+  (0.0ms) begin transaction
63800
+  (0.0ms) commit transaction
63801
+  (0.0ms) begin transaction
63802
+  (0.0ms) rollback transaction
63803
+  (0.0ms) begin transaction
63804
+  (0.0ms) commit transaction
63805
+  (0.0ms) begin transaction
63806
+  (0.0ms) rollback transaction
63807
+  (0.0ms) begin transaction
63808
+  (0.0ms) commit transaction
63809
+  (0.0ms) begin transaction
63810
+  (0.0ms) rollback transaction
63811
+  (0.0ms) begin transaction
63812
+  (0.0ms) commit transaction
63813
+  (0.0ms) begin transaction
63814
+  (0.0ms) rollback transaction
63815
+  (0.0ms) begin transaction
63816
+  (0.0ms) commit transaction
63817
+  (0.0ms) begin transaction
63818
+  (0.1ms) rollback transaction
63819
+  (0.0ms) begin transaction
63820
+  (0.0ms) commit transaction
63821
+  (0.0ms) begin transaction
63822
+  (0.0ms) rollback transaction
63823
+  (0.0ms) begin transaction
63824
+  (0.0ms) commit transaction
63825
+  (0.0ms) begin transaction
63826
+  (0.0ms) rollback transaction
63827
+  (0.0ms) begin transaction
63828
+  (0.0ms) commit transaction
63829
+  (0.0ms) begin transaction
63830
+  (0.0ms) rollback transaction
63831
+  (0.0ms) begin transaction
63832
+  (0.0ms) commit transaction
63833
+  (0.0ms) begin transaction
63834
+  (0.0ms) rollback transaction
63835
+  (0.0ms) begin transaction
63836
+  (0.0ms) commit transaction
63837
+  (0.0ms) begin transaction
63838
+  (0.0ms) rollback transaction
63839
+  (0.0ms) begin transaction
63840
+  (0.0ms) commit transaction
63841
+  (0.0ms) begin transaction
63842
+  (0.0ms) rollback transaction
63843
+  (0.0ms) begin transaction
63844
+  (0.0ms) commit transaction
63845
+  (0.0ms) begin transaction
63846
+  (0.0ms) rollback transaction
63847
+  (0.0ms) begin transaction
63848
+  (0.0ms) commit transaction
63849
+  (0.0ms) begin transaction
63850
+  (0.0ms) rollback transaction
63851
+  (0.0ms) begin transaction
63852
+ -----------------------------------------------------------------------
63853
+ FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers
63854
+ -----------------------------------------------------------------------
63855
+  (0.0ms) SAVEPOINT active_record_1
63856
+ SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.096802"], ["id", 1], ["name", "The Friday Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.096802"]]
63857
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63858
+ Started GET "/books/1" for 127.0.0.1 at 2015-03-13 16:38:16 -0700
63859
+ Processing by BooksController#show as HTML
63860
+ Parameters: {"id"=>"1"}
63861
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
63862
+ Rendered books/show.html.erb within layouts/application (1.1ms)
63863
+ Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.1ms)
63864
+  (0.5ms) rollback transaction
63865
+  (0.0ms) begin transaction
63866
+ --------------------------------------------------------------------
63867
+ FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers
63868
+ --------------------------------------------------------------------
63869
+ Started GET "/books" for 127.0.0.1 at 2015-03-13 16:38:16 -0700
63870
+ Processing by BooksController#index as HTML
63871
+ Book Load (0.1ms) SELECT "books".* FROM "books"
63872
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)
63873
+  (0.1ms) rollback transaction
63874
+  (0.0ms) begin transaction
63875
+ ----------------------------------------------------------------------------------------------
63876
+ FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values
63877
+ ----------------------------------------------------------------------------------------------
63878
+  (0.0ms) SAVEPOINT active_record_1
63879
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.193566"], ["id", 1], ["name", "Nuclear Identity"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.193566"]]
63880
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63881
+ Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 16:38:16 -0700
63882
+ Processing by BooksController#destroy as HTML
63883
+ Parameters: {"id"=>"1"}
63884
+ Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
63885
+  (0.0ms) SAVEPOINT active_record_1
63886
+ SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]
63887
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63888
+ Redirected to http://www.example.com/books
63889
+ Completed 302 Found in 2ms (ActiveRecord: 0.9ms)
63890
+  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1
63891
+  (0.5ms) rollback transaction
63892
+  (0.0ms) begin transaction
63893
+ ----------------------------------------------------------------------------------------
63894
+ FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values
63895
+ ----------------------------------------------------------------------------------------
63896
+  (0.1ms) SELECT COUNT(*) FROM "books"
63897
+ Started POST "/books" for 127.0.0.1 at 2015-03-13 16:38:16 -0700
63898
+ Processing by BooksController#create as HTML
63899
+ Parameters: {"book"=>{"name"=>"some new book"}}
63900
+  (0.1ms) SAVEPOINT active_record_1
63901
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-13 23:38:16.206389"], ["name", "some new book"], ["updated_at", "2015-03-13 23:38:16.206389"]]
63902
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63903
+ Redirected to http://www.example.com/books
63904
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
63905
+  (0.1ms) SELECT COUNT(*) FROM "books"
63906
+  (0.3ms) rollback transaction
63907
+  (0.0ms) begin transaction
63908
+ -------------------------------------------------------------------------------------------
63909
+ FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values
63910
+ -------------------------------------------------------------------------------------------
63911
+  (0.0ms) SAVEPOINT active_record_1
63912
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.210074"], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.210074"]]
63913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63914
+ Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 16:38:16 -0700
63915
+ Processing by BooksController#update as HTML
63916
+ Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}}
63917
+ Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
63918
+  (0.0ms) SAVEPOINT active_record_1
63919
+ SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2015-03-13 23:38:16.213524"]]
63920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63921
+ Redirected to http://www.example.com/books/1
63922
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
63923
+ Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
63924
+  (0.6ms) rollback transaction
63925
+  (0.0ms) begin transaction
63926
+  (0.0ms) commit transaction
63927
+  (0.0ms) begin transaction
63928
+  (0.0ms) rollback transaction
63929
+  (0.0ms) begin transaction
63930
+  (0.0ms) commit transaction
63931
+  (0.0ms) begin transaction
63932
+  (0.1ms) SAVEPOINT active_record_1
63933
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.219259"], ["id", 1], ["name", "The Blue Brains from Mars"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.219259"]]
63934
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63935
+  (0.4ms) rollback transaction
63936
+  (0.0ms) begin transaction
63937
+  (0.0ms) commit transaction
63938
+  (0.0ms) begin transaction
63939
+  (0.0ms) SAVEPOINT active_record_1
63940
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.221778"], ["id", 1], ["name", "The Black Rose of England"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.221778"]]
63941
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63942
+  (0.3ms) rollback transaction
63943
+  (0.0ms) begin transaction
63944
+  (0.0ms) commit transaction
63945
+  (0.0ms) begin transaction
63946
+  (0.0ms) SAVEPOINT active_record_1
63947
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.224955"], ["id", 1], ["name", "Flying Beast: The Cierra Kuhn Story"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.224955"]]
63948
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63949
+  (0.3ms) rollback transaction
63950
+  (0.0ms) begin transaction
63951
+  (0.0ms) commit transaction
63952
+  (0.0ms) begin transaction
63953
+  (0.0ms) SAVEPOINT active_record_1
63954
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.227451"], ["id", 1], ["name", "When Allen Met Chelsie"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.227451"]]
63955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
63956
+  (0.4ms) rollback transaction
63957
+  (0.0ms) begin transaction
63958
+  (0.0ms) commit transaction
63959
+  (0.0ms) begin transaction
63960
+  (0.0ms) rollback transaction
63961
+  (0.0ms) begin transaction
63962
+  (0.0ms) commit transaction
63963
+  (0.0ms) begin transaction
63964
+  (0.0ms) rollback transaction
63965
+  (0.0ms) begin transaction
63966
+  (0.0ms) commit transaction
63967
+  (0.0ms) begin transaction
63968
+  (0.0ms) rollback transaction
63969
+  (0.0ms) begin transaction
63970
+  (0.0ms) commit transaction
63971
+  (0.0ms) begin transaction
63972
+  (0.0ms) rollback transaction
63973
+  (0.0ms) begin transaction
63974
+  (0.0ms) commit transaction
63975
+  (0.0ms) begin transaction
63976
+  (0.0ms) rollback transaction
63977
+  (0.0ms) begin transaction
63978
+  (0.0ms) commit transaction
63979
+  (0.0ms) begin transaction
63980
+  (0.0ms) rollback transaction
63981
+  (0.0ms) begin transaction
63982
+  (0.0ms) commit transaction
63983
+  (0.0ms) begin transaction
63984
+  (0.0ms) rollback transaction
63985
+  (0.0ms) begin transaction
63986
+  (0.0ms) commit transaction
63987
+  (0.0ms) begin transaction
63988
+  (0.1ms) rollback transaction
63989
+  (0.0ms) begin transaction
63990
+  (0.0ms) commit transaction
63991
+  (0.0ms) begin transaction
63992
+  (0.0ms) rollback transaction
63993
+  (0.0ms) begin transaction
63994
+  (0.0ms) commit transaction
63995
+  (0.0ms) begin transaction
63996
+  (0.0ms) rollback transaction
63997
+  (0.0ms) begin transaction
63998
+  (0.0ms) commit transaction
63999
+  (0.0ms) begin transaction
64000
+  (0.1ms) SAVEPOINT active_record_1
64001
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.240211"], ["id", 1], ["name", "Je Vous Presente, Lisette"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.240211"]]
64002
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64003
+  (0.4ms) rollback transaction
64004
+  (0.0ms) begin transaction
64005
+  (0.0ms) commit transaction
64006
+  (0.0ms) begin transaction
64007
+  (0.1ms) SAVEPOINT active_record_1
64008
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.242794"], ["id", 1], ["name", "The Red City with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.242794"]]
64009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64010
+  (0.3ms) rollback transaction
64011
+  (0.0ms) begin transaction
64012
+  (0.0ms) commit transaction
64013
+  (0.0ms) begin transaction
64014
+  (0.0ms) SAVEPOINT active_record_1
64015
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.245485"], ["id", 1], ["name", "Return of the Forbidden Wolf"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.245485"]]
64016
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64017
+  (0.4ms) rollback transaction
64018
+  (0.0ms) begin transaction
64019
+ --------------------------------
64020
+ BooksControllerTest: test_create
64021
+ --------------------------------
64022
+  (0.0ms) SAVEPOINT active_record_1
64023
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.248507"], ["name", "Killer Friday"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.248507"]]
64024
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64025
+  (0.0ms) SAVEPOINT active_record_1
64026
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.249628"], ["name", "The Green Friday"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.249628"]]
64027
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64028
+  (0.0ms) SAVEPOINT active_record_1
64029
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.250509"], ["name", "Brain 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.250509"]]
64030
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64031
+  (0.0ms) SAVEPOINT active_record_1
64032
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.251210"], ["name", "The Yellow Rose of Scotland"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.251210"]]
64033
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64034
+  (0.0ms) SAVEPOINT active_record_1
64035
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.252020"], ["name", "Man 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.252020"]]
64036
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64037
+  (0.1ms) SELECT COUNT(*) FROM "books"
64038
+ Processing by BooksController#create as HTML
64039
+ Parameters: {"book"=>{"name"=>"newly-created-book"}}
64040
+  (0.0ms) SAVEPOINT active_record_1
64041
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-13 23:38:16.255046"], ["name", "newly-created-book"], ["updated_at", "2015-03-13 23:38:16.255046"]]
64042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64043
+ Redirected to http://test.host/books
64044
+ Completed 302 Found in 1ms (ActiveRecord: 0.1ms)
64045
+  (0.0ms) SELECT COUNT(*) FROM "books"
64046
+  (0.7ms) rollback transaction
64047
+  (0.0ms) begin transaction
64048
+ -------------------------------
64049
+ BooksControllerTest: test_index
64050
+ -------------------------------
64051
+  (0.0ms) SAVEPOINT active_record_1
64052
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.258222"], ["name", "The Blow from Hell"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.258222"]]
64053
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64054
+  (0.0ms) SAVEPOINT active_record_1
64055
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.259311"], ["name", "The Man from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.259311"]]
64056
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64057
+  (0.1ms) SAVEPOINT active_record_1
64058
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.260951"], ["name", "Christmas on Akeem Harbors"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.260951"]]
64059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64060
+  (0.0ms) SAVEPOINT active_record_1
64061
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.262129"], ["name", "Christmas on Lera Route"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.262129"]]
64062
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64063
+  (0.0ms) SAVEPOINT active_record_1
64064
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.262885"], ["name", "Dangerous Clash"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.262885"]]
64065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64066
+ Processing by BooksController#index as HTML
64067
+ Book Load (0.1ms) SELECT "books".* FROM "books"
64068
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)
64069
+  (0.0ms) SELECT COUNT(*) FROM "books"
64070
+  (0.8ms) rollback transaction
64071
+  (0.1ms) begin transaction
64072
+ ----------------------------------------------------
64073
+ BooksControllerTest: test_index_with_multiple_params
64074
+ ----------------------------------------------------
64075
+  (0.0ms) SAVEPOINT active_record_1
64076
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.268363"], ["name", "The Jungle Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.268363"]]
64077
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64078
+  (0.0ms) SAVEPOINT active_record_1
64079
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.269491"], ["name", "Forbidden Cat"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.269491"]]
64080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64081
+  (0.0ms) SAVEPOINT active_record_1
64082
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.270438"], ["name", "Tokyo Brains"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.270438"]]
64083
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64084
+  (0.0ms) SAVEPOINT active_record_1
64085
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.271168"], ["name", "The Hungry Gypsy from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.271168"]]
64086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64087
+  (0.0ms) SAVEPOINT active_record_1
64088
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.271876"], ["name", "Hard Boiled Gypsy"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.271876"]]
64089
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64090
+ Processing by BooksController#index as HTML
64091
+ Book Load (0.1ms) SELECT "books".* FROM "books"
64092
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)
64093
+  (0.6ms) rollback transaction
64094
+  (0.0ms) begin transaction
64095
+ ------------------------------
64096
+ BooksControllerTest: test_show
64097
+ ------------------------------
64098
+  (0.0ms) SAVEPOINT active_record_1
64099
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.276887"], ["name", "Danger Tears"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.276887"]]
64100
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64101
+  (0.0ms) SAVEPOINT active_record_1
64102
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.278204"], ["name", "Death Diaries"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.278204"]]
64103
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64104
+  (0.0ms) SAVEPOINT active_record_1
64105
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.279321"], ["name", "Season of the Bloody Jungle"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.279321"]]
64106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64107
+  (0.0ms) SAVEPOINT active_record_1
64108
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.280129"], ["name", "Nuclear Clash"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.280129"]]
64109
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64110
+  (0.0ms) SAVEPOINT active_record_1
64111
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:16.280853"], ["name", "Electric World"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:16.280853"]]
64112
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64113
+ Processing by BooksController#show as HTML
64114
+ Parameters: {"id"=>"1"}
64115
+ Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
64116
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
64117
+  (0.7ms) rollback transaction
64118
+ Connecting to database specified by database.yml
64119
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
64120
+ Migrating to CreateBooks (20140407202136)
64121
+ Migrating to AddServiceIdToBooks (20150312044151)
64122
+  (0.1ms) begin transaction
64123
+  (0.0ms) commit transaction
64124
+  (0.0ms) begin transaction
64125
+  (0.1ms) SAVEPOINT active_record_1
64126
+ SQL (2.6ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:22 UTC +00:00], ["id", 1], ["name", "The Witch"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:22 UTC +00:00]]
64127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64128
+  (6.3ms) rollback transaction
64129
+  (0.1ms) begin transaction
64130
+  (0.0ms) commit transaction
64131
+  (0.0ms) begin transaction
64132
+  (0.0ms) rollback transaction
64133
+  (0.0ms) begin transaction
64134
+  (0.0ms) commit transaction
64135
+  (0.0ms) begin transaction
64136
+  (0.0ms) SAVEPOINT active_record_1
64137
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["id", 1], ["name", "The Rain from Olmsted Falls Central"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64138
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64139
+  (0.3ms) rollback transaction
64140
+  (0.0ms) begin transaction
64141
+  (0.0ms) commit transaction
64142
+  (0.0ms) begin transaction
64143
+  (0.0ms) SAVEPOINT active_record_1
64144
+ SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["id", 1], ["name", "The Ninja from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64145
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64146
+  (0.3ms) rollback transaction
64147
+  (0.0ms) begin transaction
64148
+  (0.0ms) commit transaction
64149
+  (0.0ms) begin transaction
64150
+  (0.0ms) SAVEPOINT active_record_1
64151
+ SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["id", 1], ["name", "Death Ninjas"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64152
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64153
+  (0.3ms) rollback transaction
64154
+  (0.0ms) begin transaction
64155
+  (0.0ms) commit transaction
64156
+  (0.0ms) begin transaction
64157
+  (0.0ms) rollback transaction
64158
+  (0.0ms) begin transaction
64159
+  (0.0ms) commit transaction
64160
+  (0.0ms) begin transaction
64161
+  (0.0ms) SAVEPOINT active_record_1
64162
+ SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["id", 1], ["name", "The Gypsy from Greater Las Vegas National"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64163
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64164
+  (0.4ms) rollback transaction
64165
+  (0.0ms) begin transaction
64166
+  (0.0ms) commit transaction
64167
+  (0.0ms) begin transaction
64168
+  (0.0ms) SAVEPOINT active_record_1
64169
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["id", 1], ["name", "Journey of the Mutant"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64170
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64171
+  (0.3ms) rollback transaction
64172
+  (0.0ms) begin transaction
64173
+  (0.0ms) commit transaction
64174
+  (0.0ms) begin transaction
64175
+  (0.0ms) SAVEPOINT active_record_1
64176
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Karlee"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64177
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64178
+  (0.3ms) rollback transaction
64179
+  (0.0ms) begin transaction
64180
+  (0.0ms) SAVEPOINT active_record_1
64181
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "The Blue Brain That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64182
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64183
+  (0.0ms) SAVEPOINT active_record_1
64184
+ SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Ultra Brain"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64186
+  (0.0ms) SAVEPOINT active_record_1
64187
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "The Killer Hills Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64189
+  (0.0ms) SAVEPOINT active_record_1
64190
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Action Beast"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64192
+  (0.0ms) SAVEPOINT active_record_1
64193
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "The Tokyo Rain"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64195
+  (0.0ms) SELECT COUNT(*) FROM "books" 
64196
+ Processing by BooksController#create as HTML
64197
+ Parameters: {"book"=>{"name"=>"newly-created-book"}}
64198
+  (0.1ms) SAVEPOINT active_record_1
64199
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "newly-created-book"], ["service_id", nil], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64201
+ Redirected to http://test.host/books
64202
+ Completed 302 Found in 2.0ms (ActiveRecord: 0.3ms)
64203
+  (0.0ms) SELECT COUNT(*) FROM "books" 
64204
+  (0.5ms) rollback transaction
64205
+  (0.0ms) begin transaction
64206
+  (0.0ms) SAVEPOINT active_record_1
64207
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Bloody Brains"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64208
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64209
+  (0.0ms) SAVEPOINT active_record_1
64210
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Ultra Blow"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64211
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64212
+  (0.0ms) SAVEPOINT active_record_1
64213
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "The Hungry Woman That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64214
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64215
+  (0.0ms) SAVEPOINT active_record_1
64216
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Time of the City"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64217
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64218
+  (0.0ms) SAVEPOINT active_record_1
64219
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Beast 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64220
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64221
+ Processing by BooksController#index as HTML
64222
+ Book Load (0.1ms) SELECT "books".* FROM "books" 
64223
+ Completed 200 OK in 8.1ms (Views: 6.8ms | ActiveRecord: 0.1ms)
64224
+  (0.6ms) rollback transaction
64225
+  (0.0ms) begin transaction
64226
+  (0.0ms) SAVEPOINT active_record_1
64227
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "The Demon from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64229
+  (0.0ms) SAVEPOINT active_record_1
64230
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Dangerous Dreams"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64231
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64232
+  (0.0ms) SAVEPOINT active_record_1
64233
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Hungry Women"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64234
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64235
+  (0.0ms) SAVEPOINT active_record_1
64236
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Killer Diaries"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64237
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64238
+  (0.0ms) SAVEPOINT active_record_1
64239
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "The City from Mars"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64241
+ Processing by BooksController#index as HTML
64242
+ Book Load (0.1ms) SELECT "books".* FROM "books" 
64243
+ Completed 200 OK in 1.5ms (Views: 0.9ms | ActiveRecord: 0.1ms)
64244
+  (0.5ms) rollback transaction
64245
+  (0.0ms) begin transaction
64246
+  (0.0ms) SAVEPOINT active_record_1
64247
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "A Fistful of Demon"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64249
+  (0.0ms) SAVEPOINT active_record_1
64250
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Day of the Ultra Ninja"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64251
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64252
+  (0.0ms) SAVEPOINT active_record_1
64253
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "The Pickpocket with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64254
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64255
+  (0.0ms) SAVEPOINT active_record_1
64256
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Tokyo Beast"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64258
+  (0.0ms) SAVEPOINT active_record_1
64259
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "Ultra Wizard"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64260
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64261
+ Processing by BooksController#show as HTML
64262
+ Parameters: {"id"=>"1"}
64263
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]
64264
+ Completed 200 OK in 3.2ms (Views: 1.6ms | ActiveRecord: 0.1ms)
64265
+  (0.6ms) rollback transaction
64266
+  (0.0ms) begin transaction
64267
+  (0.1ms) SAVEPOINT active_record_1
64268
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["id", 1], ["name", "Electric Witch"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64269
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64270
+ Started GET "/books/1" for 127.0.0.1 at 2015-03-13 16:38:23 -0700
64271
+ Processing by BooksController#show as HTML
64272
+ Parameters: {"id"=>"1"}
64273
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]
64274
+ Completed 200 OK in 1.7ms (Views: 0.9ms | ActiveRecord: 0.1ms)
64275
+  (0.4ms) rollback transaction
64276
+  (0.0ms) begin transaction
64277
+ Started GET "/books" for 127.0.0.1 at 2015-03-13 16:38:23 -0700
64278
+ Processing by BooksController#index as HTML
64279
+ Book Load (0.1ms) SELECT "books".* FROM "books"
64280
+ Completed 200 OK in 1.7ms (Views: 1.0ms | ActiveRecord: 0.1ms)
64281
+  (0.1ms) rollback transaction
64282
+  (0.0ms) begin transaction
64283
+  (0.0ms) SAVEPOINT active_record_1
64284
+ SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["id", 1], ["name", "Christmas on Kiley Orchard"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64286
+ Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 16:38:23 -0700
64287
+ Processing by BooksController#destroy as HTML
64288
+ Parameters: {"id"=>"1"}
64289
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]
64290
+  (0.0ms) SAVEPOINT active_record_1
64291
+ SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]
64292
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64293
+ Redirected to http://www.example.com/books
64294
+ Completed 302 Found in 2.5ms (ActiveRecord: 0.6ms)
64295
+  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1
64296
+  (0.6ms) rollback transaction
64297
+  (0.0ms) begin transaction
64298
+  (0.1ms) SELECT COUNT(*) FROM "books" 
64299
+ Started POST "/books" for 127.0.0.1 at 2015-03-13 16:38:23 -0700
64300
+ Processing by BooksController#create as HTML
64301
+ Parameters: {"book"=>{"name"=>"some new book"}}
64302
+  (0.0ms) SAVEPOINT active_record_1
64303
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["name", "some new book"], ["service_id", nil], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64305
+ Redirected to http://www.example.com/books
64306
+ Completed 302 Found in 1.7ms (ActiveRecord: 0.4ms)
64307
+  (0.0ms) SELECT COUNT(*) FROM "books" 
64308
+  (0.3ms) rollback transaction
64309
+  (0.0ms) begin transaction
64310
+  (0.0ms) SAVEPOINT active_record_1
64311
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:23 UTC +00:00]]
64312
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64313
+ Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 16:38:23 -0700
64314
+ Processing by BooksController#update as HTML
64315
+ Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}}
64316
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]
64317
+  (0.0ms) SAVEPOINT active_record_1
64318
+  (0.3ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2015-03-13 23:38:23.111461' WHERE "books"."id" = 1
64319
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64320
+ Redirected to http://www.example.com/books/1
64321
+ Completed 302 Found in 3.4ms (ActiveRecord: 0.5ms)
64322
+ Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
64323
+  (0.6ms) rollback transaction
64324
+  (0.1ms) begin transaction
64325
+  (0.0ms) commit transaction
64326
+  (0.0ms) begin transaction
64327
+  (0.0ms) rollback transaction
64328
+  (0.0ms) begin transaction
64329
+  (0.0ms) rollback transaction
64330
+  (0.0ms) begin transaction
64331
+  (0.0ms) commit transaction
64332
+  (0.0ms) begin transaction
64333
+  (0.1ms) rollback transaction
64334
+  (0.0ms) begin transaction
64335
+  (0.0ms) commit transaction
64336
+  (0.0ms) begin transaction
64337
+  (0.1ms) rollback transaction
64338
+  (0.0ms) begin transaction
64339
+  (0.0ms) commit transaction
64340
+  (0.0ms) begin transaction
64341
+  (0.1ms) rollback transaction
64342
+  (0.0ms) begin transaction
64343
+  (0.0ms) commit transaction
64344
+  (0.0ms) begin transaction
64345
+  (0.0ms) rollback transaction
64346
+  (0.0ms) begin transaction
64347
+  (0.0ms) commit transaction
64348
+  (0.0ms) begin transaction
64349
+  (0.0ms) rollback transaction
64350
+  (0.0ms) begin transaction
64351
+  (0.0ms) commit transaction
64352
+  (0.0ms) begin transaction
64353
+  (0.0ms) rollback transaction
64354
+  (0.0ms) begin transaction
64355
+  (0.0ms) commit transaction
64356
+  (0.0ms) begin transaction
64357
+  (0.0ms) rollback transaction
64358
+  (0.0ms) begin transaction
64359
+  (0.0ms) commit transaction
64360
+  (0.0ms) begin transaction
64361
+  (0.0ms) rollback transaction
64362
+  (0.0ms) begin transaction
64363
+  (0.0ms) commit transaction
64364
+  (0.0ms) begin transaction
64365
+  (0.0ms) rollback transaction
64366
+  (0.0ms) begin transaction
64367
+  (0.0ms) commit transaction
64368
+  (0.0ms) begin transaction
64369
+  (0.0ms) rollback transaction
64370
+  (0.0ms) begin transaction
64371
+  (0.0ms) commit transaction
64372
+  (0.0ms) begin transaction
64373
+  (0.0ms) rollback transaction
64374
+  (0.0ms) begin transaction
64375
+  (0.0ms) commit transaction
64376
+  (0.0ms) begin transaction
64377
+  (0.0ms) rollback transaction
64378
+  (0.0ms) begin transaction
64379
+  (0.0ms) commit transaction
64380
+  (0.0ms) begin transaction
64381
+  (0.0ms) rollback transaction
64382
+  (0.0ms) begin transaction
64383
+  (0.0ms) commit transaction
64384
+  (0.0ms) begin transaction
64385
+  (0.0ms) rollback transaction
64386
+  (0.0ms) begin transaction
64387
+  (0.0ms) commit transaction
64388
+  (0.0ms) begin transaction
64389
+  (0.0ms) rollback transaction
64390
+  (0.0ms) begin transaction
64391
+  (0.0ms) commit transaction
64392
+  (0.0ms) begin transaction
64393
+  (0.0ms) rollback transaction
64394
+  (0.0ms) begin transaction
64395
+  (0.0ms) commit transaction
64396
+  (0.0ms) begin transaction
64397
+  (0.0ms) rollback transaction
64398
+  (0.0ms) begin transaction
64399
+  (0.0ms) commit transaction
64400
+  (0.0ms) begin transaction
64401
+  (0.0ms) rollback transaction
64402
+  (0.0ms) begin transaction
64403
+  (0.0ms) commit transaction
64404
+  (0.0ms) begin transaction
64405
+  (0.0ms) rollback transaction
64406
+  (0.0ms) begin transaction
64407
+  (0.0ms) commit transaction
64408
+  (0.0ms) begin transaction
64409
+  (0.0ms) rollback transaction
64410
+  (0.0ms) begin transaction
64411
+  (0.0ms) commit transaction
64412
+  (0.0ms) begin transaction
64413
+  (0.0ms) rollback transaction
64414
+  (0.0ms) begin transaction
64415
+  (0.0ms) commit transaction
64416
+  (0.0ms) begin transaction
64417
+  (0.0ms) rollback transaction
64418
+  (0.0ms) begin transaction
64419
+  (0.0ms) commit transaction
64420
+  (0.0ms) begin transaction
64421
+  (0.0ms) rollback transaction
64422
+  (0.0ms) begin transaction
64423
+  (0.0ms) commit transaction
64424
+  (0.0ms) begin transaction
64425
+  (0.0ms) rollback transaction
64426
+  (0.0ms) begin transaction
64427
+  (0.0ms) commit transaction
64428
+  (0.0ms) begin transaction
64429
+  (0.0ms) rollback transaction
64430
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
64431
+  (0.1ms) begin transaction
64432
+  (0.0ms) commit transaction
64433
+  (0.0ms) begin transaction
64434
+  (0.0ms) rollback transaction
64435
+  (0.0ms) begin transaction
64436
+  (0.0ms) commit transaction
64437
+  (0.0ms) begin transaction
64438
+  (0.0ms) SAVEPOINT active_record_1
64439
+ SQL (2.8ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["id", 1], ["name", "The Monster Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64440
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64441
+  (0.3ms) rollback transaction
64442
+  (0.0ms) begin transaction
64443
+  (0.0ms) commit transaction
64444
+  (0.0ms) begin transaction
64445
+  (0.1ms) SAVEPOINT active_record_1
64446
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["id", 1], ["name", "The Blue Tentacle from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64447
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64448
+  (0.4ms) rollback transaction
64449
+  (0.0ms) begin transaction
64450
+  (0.0ms) commit transaction
64451
+  (0.0ms) begin transaction
64452
+  (0.0ms) SAVEPOINT active_record_1
64453
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Yoshiko"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64454
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64455
+  (0.4ms) rollback transaction
64456
+  (0.0ms) begin transaction
64457
+  (0.0ms) commit transaction
64458
+  (0.0ms) begin transaction
64459
+  (0.0ms) SAVEPOINT active_record_1
64460
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["id", 1], ["name", "The Black Rose of Scotland"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64461
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64462
+  (0.4ms) rollback transaction
64463
+  (0.0ms) begin transaction
64464
+  (0.0ms) commit transaction
64465
+  (0.0ms) begin transaction
64466
+  (0.0ms) rollback transaction
64467
+  (0.0ms) begin transaction
64468
+  (0.0ms) commit transaction
64469
+  (0.0ms) begin transaction
64470
+  (0.1ms) SAVEPOINT active_record_1
64471
+ SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["id", 1], ["name", "The Monster from 9783 Leagues"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64472
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64473
+  (0.3ms) rollback transaction
64474
+  (0.0ms) begin transaction
64475
+  (0.0ms) commit transaction
64476
+  (0.0ms) begin transaction
64477
+  (0.0ms) SAVEPOINT active_record_1
64478
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["id", 1], ["name", "Curse of the Tentacle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64479
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64480
+  (0.4ms) rollback transaction
64481
+  (0.0ms) begin transaction
64482
+  (0.0ms) commit transaction
64483
+  (0.0ms) begin transaction
64484
+  (0.0ms) SAVEPOINT active_record_1
64485
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["id", 1], ["name", "Tokyo Clash"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64486
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64487
+  (0.3ms) rollback transaction
64488
+  (0.0ms) begin transaction
64489
+ --------------------------------
64490
+ BooksControllerTest: test_create
64491
+ --------------------------------
64492
+  (0.1ms) SAVEPOINT active_record_1
64493
+ SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "Nuclear Monster"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64494
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64495
+  (0.0ms) SAVEPOINT active_record_1
64496
+ SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "Blue Diaries"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64498
+  (0.1ms) SAVEPOINT active_record_1
64499
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "The Women from Florissant West"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64500
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64501
+  (0.0ms) SAVEPOINT active_record_1
64502
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "The Wizard That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64503
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64504
+  (0.0ms) SAVEPOINT active_record_1
64505
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "The Men from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64506
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64507
+  (0.1ms) SELECT COUNT(*) FROM "books"
64508
+ Processing by BooksController#create as HTML
64509
+ Parameters: {"book"=>{"name"=>"newly-created-book"}}
64510
+  (0.1ms) SAVEPOINT active_record_1
64511
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64512
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64513
+ Redirected to http://test.host/books
64514
+ Completed 302 Found in 2ms (ActiveRecord: 0.3ms)
64515
+  (0.1ms) SELECT COUNT(*) FROM "books"
64516
+  (0.7ms) rollback transaction
64517
+  (0.1ms) begin transaction
64518
+ -------------------------------
64519
+ BooksControllerTest: test_index
64520
+ -------------------------------
64521
+  (0.0ms) SAVEPOINT active_record_1
64522
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "Blonde Demon"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64523
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64524
+  (0.0ms) SAVEPOINT active_record_1
64525
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "Return of the Cat"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64526
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64527
+  (0.0ms) SAVEPOINT active_record_1
64528
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "437 A.D."], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64529
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64530
+  (0.0ms) SAVEPOINT active_record_1
64531
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "Danger Rain"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64533
+  (0.0ms) SAVEPOINT active_record_1
64534
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "Hard Boiled Wolves"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64535
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64536
+ Processing by BooksController#index as HTML
64537
+ Book Load (0.1ms) SELECT "books".* FROM "books"
64538
+ Completed 200 OK in 42ms (Views: 41.0ms | ActiveRecord: 0.1ms)
64539
+  (0.1ms) SELECT COUNT(*) FROM "books"
64540
+  (0.5ms) rollback transaction
64541
+  (0.1ms) begin transaction
64542
+ ----------------------------------------------------
64543
+ BooksControllerTest: test_index_with_multiple_params
64544
+ ----------------------------------------------------
64545
+  (0.0ms) SAVEPOINT active_record_1
64546
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "The Identity That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64547
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64548
+  (0.0ms) SAVEPOINT active_record_1
64549
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "Dr. Men"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64550
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64551
+  (0.0ms) SAVEPOINT active_record_1
64552
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "The Fake Hills from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64553
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64554
+  (0.0ms) SAVEPOINT active_record_1
64555
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "Electric Man"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64556
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64557
+  (0.0ms) SAVEPOINT active_record_1
64558
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "The Cat Without a Thief"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64559
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64560
+ Processing by BooksController#index as HTML
64561
+ Book Load (0.1ms) SELECT "books".* FROM "books"
64562
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)
64563
+  (0.7ms) rollback transaction
64564
+  (0.0ms) begin transaction
64565
+ ------------------------------
64566
+ BooksControllerTest: test_show
64567
+ ------------------------------
64568
+  (0.0ms) SAVEPOINT active_record_1
64569
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "Green Blow"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64571
+  (0.0ms) SAVEPOINT active_record_1
64572
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "When Savannah Met Helen"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64573
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64574
+  (0.0ms) SAVEPOINT active_record_1
64575
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "The Diaries Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64576
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64577
+  (0.0ms) SAVEPOINT active_record_1
64578
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "The Rain from 2656 Leagues"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64579
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64580
+  (0.0ms) SAVEPOINT active_record_1
64581
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "The Black Rose of Northern Ireland"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64582
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64583
+ Processing by BooksController#show as HTML
64584
+ Parameters: {"id"=>"1"}
64585
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]
64586
+ Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)
64587
+  (0.7ms) rollback transaction
64588
+  (0.0ms) begin transaction
64589
+ -----------------------------------------------------------------------
64590
+ FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers
64591
+ -----------------------------------------------------------------------
64592
+  (0.0ms) SAVEPOINT active_record_1
64593
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Earnest"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64594
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64595
+ Started GET "/books/1" for 127.0.0.1 at 2015-03-13 16:38:26 -0700
64596
+ Processing by BooksController#show as HTML
64597
+ Parameters: {"id"=>"1"}
64598
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]
64599
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)
64600
+  (0.5ms) rollback transaction
64601
+  (0.0ms) begin transaction
64602
+ --------------------------------------------------------------------
64603
+ FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers
64604
+ --------------------------------------------------------------------
64605
+ Started GET "/books" for 127.0.0.1 at 2015-03-13 16:38:26 -0700
64606
+ Processing by BooksController#index as HTML
64607
+ Book Load (0.1ms) SELECT "books".* FROM "books"
64608
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)
64609
+  (0.1ms) rollback transaction
64610
+  (0.0ms) begin transaction
64611
+ ----------------------------------------------------------------------------------------------
64612
+ FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values
64613
+ ----------------------------------------------------------------------------------------------
64614
+  (0.0ms) SAVEPOINT active_record_1
64615
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["id", 1], ["name", "Killer Fly"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64616
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64617
+ Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 16:38:26 -0700
64618
+ Processing by BooksController#destroy as HTML
64619
+ Parameters: {"id"=>"1"}
64620
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]
64621
+  (0.0ms) SAVEPOINT active_record_1
64622
+ SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]
64623
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64624
+ Redirected to http://www.example.com/books
64625
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
64626
+  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1
64627
+  (0.6ms) rollback transaction
64628
+  (0.0ms) begin transaction
64629
+ ----------------------------------------------------------------------------------------
64630
+ FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values
64631
+ ----------------------------------------------------------------------------------------
64632
+  (0.1ms) SELECT COUNT(*) FROM "books"
64633
+ Started POST "/books" for 127.0.0.1 at 2015-03-13 16:38:26 -0700
64634
+ Processing by BooksController#create as HTML
64635
+ Parameters: {"book"=>{"name"=>"some new book"}}
64636
+  (0.1ms) SAVEPOINT active_record_1
64637
+ SQL (0.5ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["name", "some new book"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64638
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64639
+ Redirected to http://www.example.com/books
64640
+ Completed 302 Found in 2ms (ActiveRecord: 0.6ms)
64641
+  (0.1ms) SELECT COUNT(*) FROM "books"
64642
+  (0.4ms) rollback transaction
64643
+  (0.0ms) begin transaction
64644
+ -------------------------------------------------------------------------------------------
64645
+ FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values
64646
+ -------------------------------------------------------------------------------------------
64647
+  (0.1ms) SAVEPOINT active_record_1
64648
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64649
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64650
+ Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 16:38:26 -0700
64651
+ Processing by BooksController#update as HTML
64652
+ Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}}
64653
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]
64654
+  (0.0ms) SAVEPOINT active_record_1
64655
+ SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", Fri, 13 Mar 2015 23:38:26 UTC +00:00]]
64656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64657
+ Redirected to http://www.example.com/books/1
64658
+ Completed 302 Found in 3ms (ActiveRecord: 0.5ms)
64659
+ Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
64660
+  (0.7ms) rollback transaction
64661
+  (0.0ms) begin transaction
64662
+  (0.0ms) commit transaction
64663
+  (0.0ms) begin transaction
64664
+  (0.0ms) rollback transaction
64665
+  (0.0ms) begin transaction
64666
+ -------------------------------------------------------------------------------------------------
64667
+ FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request
64668
+ -------------------------------------------------------------------------------------------------
64669
+  (0.0ms) rollback transaction
64670
+  (0.1ms) begin transaction
64671
+  (0.0ms) commit transaction
64672
+  (0.0ms) begin transaction
64673
+  (0.1ms) rollback transaction
64674
+  (0.0ms) begin transaction
64675
+  (0.0ms) commit transaction
64676
+  (0.0ms) begin transaction
64677
+  (0.0ms) rollback transaction
64678
+  (0.0ms) begin transaction
64679
+  (0.0ms) commit transaction
64680
+  (0.0ms) begin transaction
64681
+  (0.0ms) rollback transaction
64682
+  (0.0ms) begin transaction
64683
+  (0.0ms) commit transaction
64684
+  (0.0ms) begin transaction
64685
+  (0.0ms) rollback transaction
64686
+  (0.0ms) begin transaction
64687
+  (0.0ms) commit transaction
64688
+  (0.0ms) begin transaction
64689
+  (0.1ms) rollback transaction
64690
+  (0.1ms) begin transaction
64691
+  (0.0ms) commit transaction
64692
+  (0.0ms) begin transaction
64693
+  (0.1ms) rollback transaction
64694
+  (0.0ms) begin transaction
64695
+  (0.0ms) commit transaction
64696
+  (0.0ms) begin transaction
64697
+  (0.0ms) rollback transaction
64698
+  (0.0ms) begin transaction
64699
+  (0.0ms) commit transaction
64700
+  (0.0ms) begin transaction
64701
+  (0.0ms) rollback transaction
64702
+  (0.0ms) begin transaction
64703
+  (0.0ms) commit transaction
64704
+  (0.0ms) begin transaction
64705
+  (0.0ms) rollback transaction
64706
+  (0.0ms) begin transaction
64707
+  (0.0ms) commit transaction
64708
+  (0.0ms) begin transaction
64709
+  (0.0ms) rollback transaction
64710
+  (0.1ms) begin transaction
64711
+  (0.0ms) commit transaction
64712
+  (0.0ms) begin transaction
64713
+  (0.0ms) rollback transaction
64714
+  (0.0ms) begin transaction
64715
+  (0.0ms) commit transaction
64716
+  (0.0ms) begin transaction
64717
+  (0.0ms) rollback transaction
64718
+  (0.0ms) begin transaction
64719
+  (0.0ms) commit transaction
64720
+  (0.0ms) begin transaction
64721
+  (0.0ms) rollback transaction
64722
+  (0.0ms) begin transaction
64723
+  (0.0ms) commit transaction
64724
+  (0.0ms) begin transaction
64725
+  (0.0ms) rollback transaction
64726
+  (0.0ms) begin transaction
64727
+  (0.0ms) commit transaction
64728
+  (0.0ms) begin transaction
64729
+  (0.0ms) rollback transaction
64730
+  (0.0ms) begin transaction
64731
+  (0.0ms) commit transaction
64732
+  (0.0ms) begin transaction
64733
+  (0.0ms) rollback transaction
64734
+  (0.0ms) begin transaction
64735
+  (0.0ms) commit transaction
64736
+  (0.0ms) begin transaction
64737
+  (0.0ms) rollback transaction
64738
+  (0.0ms) begin transaction
64739
+  (0.0ms) commit transaction
64740
+  (0.0ms) begin transaction
64741
+  (0.0ms) rollback transaction
64742
+  (0.0ms) begin transaction
64743
+  (0.0ms) commit transaction
64744
+  (0.0ms) begin transaction
64745
+  (0.0ms) rollback transaction
64746
+  (0.0ms) begin transaction
64747
+  (0.0ms) commit transaction
64748
+  (0.0ms) begin transaction
64749
+  (0.1ms) rollback transaction
64750
+  (0.0ms) begin transaction
64751
+  (0.0ms) commit transaction
64752
+  (0.0ms) begin transaction
64753
+  (0.0ms) rollback transaction
64754
+  (0.0ms) begin transaction
64755
+  (0.0ms) commit transaction
64756
+  (0.0ms) begin transaction
64757
+  (0.1ms) rollback transaction
64758
+  (0.0ms) begin transaction
64759
+  (0.0ms) commit transaction
64760
+  (0.0ms) begin transaction
64761
+  (0.1ms) rollback transaction
64762
+  (0.0ms) begin transaction
64763
+  (0.0ms) commit transaction
64764
+  (0.0ms) begin transaction
64765
+  (0.0ms) rollback transaction
64766
+  (0.0ms) begin transaction
64767
+  (0.0ms) commit transaction
64768
+  (0.0ms) begin transaction
64769
+  (0.0ms) rollback transaction
64770
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
64771
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
64772
+  (0.1ms) begin transaction
64773
+  (0.0ms) commit transaction
64774
+  (0.0ms) begin transaction
64775
+  (0.0ms) rollback transaction
64776
+  (0.0ms) begin transaction
64777
+  (0.0ms) commit transaction
64778
+  (0.0ms) begin transaction
64779
+  (0.0ms) rollback transaction
64780
+  (0.0ms) begin transaction
64781
+  (0.0ms) commit transaction
64782
+  (0.0ms) begin transaction
64783
+  (0.0ms) rollback transaction
64784
+  (0.0ms) begin transaction
64785
+  (0.0ms) commit transaction
64786
+  (0.0ms) begin transaction
64787
+  (0.0ms) rollback transaction
64788
+  (0.0ms) begin transaction
64789
+  (0.0ms) commit transaction
64790
+  (0.0ms) begin transaction
64791
+  (0.0ms) rollback transaction
64792
+  (0.0ms) begin transaction
64793
+  (0.0ms) commit transaction
64794
+  (0.0ms) begin transaction
64795
+  (0.0ms) rollback transaction
64796
+  (0.0ms) begin transaction
64797
+  (0.0ms) commit transaction
64798
+  (0.0ms) begin transaction
64799
+  (0.0ms) rollback transaction
64800
+  (0.0ms) begin transaction
64801
+  (0.0ms) commit transaction
64802
+  (0.0ms) begin transaction
64803
+  (0.1ms) rollback transaction
64804
+  (0.0ms) begin transaction
64805
+  (0.0ms) commit transaction
64806
+  (0.0ms) begin transaction
64807
+  (0.0ms) rollback transaction
64808
+  (0.0ms) begin transaction
64809
+  (0.0ms) commit transaction
64810
+  (0.0ms) begin transaction
64811
+  (0.0ms) rollback transaction
64812
+  (0.0ms) begin transaction
64813
+  (0.0ms) commit transaction
64814
+  (0.0ms) begin transaction
64815
+  (0.1ms) SAVEPOINT active_record_1
64816
+ SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:29.836835"], ["id", 1], ["name", "The Pickpocket from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:29.836835"]]
64817
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64818
+  (0.4ms) rollback transaction
64819
+  (0.1ms) begin transaction
64820
+  (0.1ms) commit transaction
64821
+  (0.0ms) begin transaction
64822
+  (0.1ms) SAVEPOINT active_record_1
64823
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:29.843717"], ["id", 1], ["name", "Legend of Ultra Demon"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:29.843717"]]
64824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64825
+  (0.4ms) rollback transaction
64826
+  (0.1ms) begin transaction
64827
+  (0.0ms) commit transaction
64828
+  (0.0ms) begin transaction
64829
+  (0.1ms) SAVEPOINT active_record_1
64830
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:29.847436"], ["id", 1], ["name", "The Red Rose of Wales"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:29.847436"]]
64831
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64832
+  (0.4ms) rollback transaction
64833
+  (0.1ms) begin transaction
64834
+  (0.0ms) commit transaction
64835
+  (0.0ms) begin transaction
64836
+  (0.0ms) rollback transaction
64837
+  (0.1ms) begin transaction
64838
+ -----------------------------------------------------------------------
64839
+ FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers
64840
+ -----------------------------------------------------------------------
64841
+  (0.1ms) SAVEPOINT active_record_1
64842
+ SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:29.853262"], ["id", 1], ["name", "The Flying Tentacle with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:29.853262"]]
64843
+  (0.1ms) RELEASE SAVEPOINT active_record_1
64844
+ Started GET "/books/1" for 127.0.0.1 at 2015-03-13 16:38:29 -0700
64845
+ Processing by BooksController#show as HTML
64846
+ Parameters: {"id"=>"1"}
64847
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
64848
+ Rendered books/show.html.erb within layouts/application (1.3ms)
64849
+ Completed 200 OK in 50ms (Views: 48.4ms | ActiveRecord: 0.1ms)
64850
+  (0.4ms) rollback transaction
64851
+  (0.0ms) begin transaction
64852
+ --------------------------------------------------------------------
64853
+ FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers
64854
+ --------------------------------------------------------------------
64855
+ Started GET "/books" for 127.0.0.1 at 2015-03-13 16:38:29 -0700
64856
+ Processing by BooksController#index as HTML
64857
+ Book Load (0.1ms) SELECT "books".* FROM "books"
64858
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)
64859
+  (0.1ms) rollback transaction
64860
+  (0.0ms) begin transaction
64861
+ ----------------------------------------------------------------------------------------------
64862
+ FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values
64863
+ ----------------------------------------------------------------------------------------------
64864
+  (0.1ms) SAVEPOINT active_record_1
64865
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:29.971089"], ["id", 1], ["name", "Death Woman"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:29.971089"]]
64866
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64867
+ Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 16:38:29 -0700
64868
+ Processing by BooksController#destroy as HTML
64869
+ Parameters: {"id"=>"1"}
64870
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
64871
+  (0.1ms) SAVEPOINT active_record_1
64872
+ SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]
64873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64874
+ Redirected to http://www.example.com/books
64875
+ Completed 302 Found in 3ms (ActiveRecord: 0.9ms)
64876
+  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1
64877
+  (0.5ms) rollback transaction
64878
+  (0.0ms) begin transaction
64879
+ ----------------------------------------------------------------------------------------
64880
+ FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values
64881
+ ----------------------------------------------------------------------------------------
64882
+  (0.1ms) SELECT COUNT(*) FROM "books"
64883
+ Started POST "/books" for 127.0.0.1 at 2015-03-13 16:38:29 -0700
64884
+ Processing by BooksController#create as HTML
64885
+ Parameters: {"book"=>{"name"=>"some new book"}}
64886
+  (0.1ms) SAVEPOINT active_record_1
64887
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-13 23:38:29.985008"], ["name", "some new book"], ["updated_at", "2015-03-13 23:38:29.985008"]]
64888
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64889
+ Redirected to http://www.example.com/books
64890
+ Completed 302 Found in 2ms (ActiveRecord: 0.4ms)
64891
+  (0.1ms) SELECT COUNT(*) FROM "books"
64892
+  (0.3ms) rollback transaction
64893
+  (0.0ms) begin transaction
64894
+ -------------------------------------------------------------------------------------------
64895
+ FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values
64896
+ -------------------------------------------------------------------------------------------
64897
+  (0.1ms) SAVEPOINT active_record_1
64898
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:29.989138"], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:29.989138"]]
64899
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64900
+ Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 16:38:29 -0700
64901
+ Processing by BooksController#update as HTML
64902
+ Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}}
64903
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
64904
+  (0.0ms) SAVEPOINT active_record_1
64905
+ SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2015-03-13 23:38:29.993096"]]
64906
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64907
+ Redirected to http://www.example.com/books/1
64908
+ Completed 302 Found in 3ms (ActiveRecord: 0.4ms)
64909
+ Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
64910
+  (0.5ms) rollback transaction
64911
+  (0.0ms) begin transaction
64912
+ --------------------------------
64913
+ BooksControllerTest: test_create
64914
+ --------------------------------
64915
+  (0.1ms) SAVEPOINT active_record_1
64916
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:29.998436"], ["name", "The Man from 950 Leagues"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:29.998436"]]
64917
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64918
+  (0.0ms) SAVEPOINT active_record_1
64919
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:29.999972"], ["name", "The Forbidden Brain"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:29.999972"]]
64920
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64921
+  (0.0ms) SAVEPOINT active_record_1
64922
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.001188"], ["name", "2342 A.D."], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.001188"]]
64923
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64924
+  (0.1ms) SAVEPOINT active_record_1
64925
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.002872"], ["name", "Je Vous Presente, Salvatore"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.002872"]]
64926
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64927
+  (0.0ms) SAVEPOINT active_record_1
64928
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.004119"], ["name", "Danger Ninja"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.004119"]]
64929
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64930
+  (0.0ms) SELECT COUNT(*) FROM "books"
64931
+ Processing by BooksController#create as HTML
64932
+ Parameters: {"book"=>{"name"=>"newly-created-book"}}
64933
+  (0.1ms) SAVEPOINT active_record_1
64934
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-13 23:38:30.007543"], ["name", "newly-created-book"], ["updated_at", "2015-03-13 23:38:30.007543"]]
64935
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64936
+ Redirected to http://test.host/books
64937
+ Completed 302 Found in 2ms (ActiveRecord: 0.2ms)
64938
+  (0.1ms) SELECT COUNT(*) FROM "books"
64939
+  (0.5ms) rollback transaction
64940
+  (0.1ms) begin transaction
64941
+ -------------------------------
64942
+ BooksControllerTest: test_index
64943
+ -------------------------------
64944
+  (0.0ms) SAVEPOINT active_record_1
64945
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.011286"], ["name", "Dr. Wizard"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.011286"]]
64946
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64947
+  (0.0ms) SAVEPOINT active_record_1
64948
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.012441"], ["name", "The Champagne Wolf from Outer Space"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.012441"]]
64949
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64950
+  (0.0ms) SAVEPOINT active_record_1
64951
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.013602"], ["name", "Blue Beast"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.013602"]]
64952
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64953
+  (0.0ms) SAVEPOINT active_record_1
64954
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.014406"], ["name", "The Flying Cousins Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.014406"]]
64955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64956
+  (0.0ms) SAVEPOINT active_record_1
64957
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.015192"], ["name", "Time of the Danger Blow"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.015192"]]
64958
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64959
+ Processing by BooksController#index as HTML
64960
+ Book Load (0.1ms) SELECT "books".* FROM "books"
64961
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
64962
+  (0.1ms) SELECT COUNT(*) FROM "books"
64963
+  (0.6ms) rollback transaction
64964
+  (0.1ms) begin transaction
64965
+ ----------------------------------------------------
64966
+ BooksControllerTest: test_index_with_multiple_params
64967
+ ----------------------------------------------------
64968
+  (0.0ms) SAVEPOINT active_record_1
64969
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.021146"], ["name", "The Tentacle from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.021146"]]
64970
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64971
+  (0.0ms) SAVEPOINT active_record_1
64972
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.022600"], ["name", "Flying Jungle"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.022600"]]
64973
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64974
+  (0.0ms) SAVEPOINT active_record_1
64975
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.023708"], ["name", "Time of the Diaries"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.023708"]]
64976
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64977
+  (0.0ms) SAVEPOINT active_record_1
64978
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.024623"], ["name", "The Cousins That Came to Dinner"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.024623"]]
64979
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64980
+  (0.0ms) SAVEPOINT active_record_1
64981
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.025560"], ["name", "When Leonel Met Yoshiko"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.025560"]]
64982
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64983
+ Processing by BooksController#index as HTML
64984
+ Book Load (0.1ms) SELECT "books".* FROM "books"
64985
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)
64986
+  (0.7ms) rollback transaction
64987
+  (0.1ms) begin transaction
64988
+ ------------------------------
64989
+ BooksControllerTest: test_show
64990
+ ------------------------------
64991
+  (0.1ms) SAVEPOINT active_record_1
64992
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.032125"], ["name", "Day of the Friday"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.032125"]]
64993
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64994
+  (0.0ms) SAVEPOINT active_record_1
64995
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.034010"], ["name", "Flying Cousins"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.034010"]]
64996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
64997
+  (0.0ms) SAVEPOINT active_record_1
64998
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.035363"], ["name", "Fake Cousins"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.035363"]]
64999
+  (0.1ms) RELEASE SAVEPOINT active_record_1
65000
+  (0.0ms) SAVEPOINT active_record_1
65001
+ SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.036690"], ["name", "Dangerous Witch"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.036690"]]
65002
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65003
+  (0.0ms) SAVEPOINT active_record_1
65004
+ SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.037620"], ["name", "The Killer Man from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.037620"]]
65005
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65006
+ Processing by BooksController#show as HTML
65007
+ Parameters: {"id"=>"1"}
65008
+ Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]
65009
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)
65010
+  (0.6ms) rollback transaction
65011
+  (0.0ms) begin transaction
65012
+  (0.0ms) commit transaction
65013
+  (0.0ms) begin transaction
65014
+  (0.1ms) rollback transaction
65015
+  (0.0ms) begin transaction
65016
+  (0.0ms) commit transaction
65017
+  (0.0ms) begin transaction
65018
+  (0.0ms) rollback transaction
65019
+  (0.0ms) begin transaction
65020
+  (0.0ms) commit transaction
65021
+  (0.0ms) begin transaction
65022
+  (0.0ms) rollback transaction
65023
+  (0.0ms) begin transaction
65024
+  (0.0ms) commit transaction
65025
+  (0.0ms) begin transaction
65026
+  (0.0ms) rollback transaction
65027
+  (0.0ms) begin transaction
65028
+  (0.0ms) commit transaction
65029
+  (0.0ms) begin transaction
65030
+  (0.1ms) SAVEPOINT active_record_1
65031
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.048546"], ["id", 1], ["name", "American Wolves 2: Son of American Wolves"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.048546"]]
65032
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65033
+  (0.3ms) rollback transaction
65034
+  (0.0ms) begin transaction
65035
+  (0.0ms) commit transaction
65036
+  (0.0ms) begin transaction
65037
+  (0.0ms) SAVEPOINT active_record_1
65038
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.051502"], ["id", 1], ["name", "Curse of the Forbidden Wolf"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.051502"]]
65039
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65040
+  (0.3ms) rollback transaction
65041
+  (0.0ms) begin transaction
65042
+  (0.0ms) commit transaction
65043
+  (0.0ms) begin transaction
65044
+  (0.0ms) SAVEPOINT active_record_1
65045
+ SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.054147"], ["id", 1], ["name", "The Wolves from Mars"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.054147"]]
65046
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65047
+  (0.3ms) rollback transaction
65048
+  (0.0ms) begin transaction
65049
+  (0.0ms) commit transaction
65050
+  (0.0ms) begin transaction
65051
+  (0.0ms) SAVEPOINT active_record_1
65052
+ SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 23:38:30.056959"], ["id", 1], ["name", "The Rain from 1135 Leagues"], ["service_id", "asdf"], ["updated_at", "2015-03-13 23:38:30.056959"]]
65053
+  (0.0ms) RELEASE SAVEPOINT active_record_1
65054
+  (0.3ms) rollback transaction
65055
+  (0.0ms) begin transaction
65056
+  (0.0ms) commit transaction
65057
+  (0.0ms) begin transaction
65058
+  (0.0ms) rollback transaction
65059
+  (0.0ms) begin transaction
65060
+  (0.0ms) commit transaction
65061
+  (0.0ms) begin transaction
65062
+  (0.0ms) rollback transaction
65063
+  (0.0ms) begin transaction
65064
+  (0.0ms) commit transaction
65065
+  (0.0ms) begin transaction
65066
+  (0.1ms) rollback transaction
65067
+  (0.0ms) begin transaction
65068
+  (0.0ms) commit transaction
65069
+  (0.0ms) begin transaction
65070
+  (0.0ms) rollback transaction
65071
+  (0.0ms) begin transaction
65072
+  (0.0ms) commit transaction
65073
+  (0.0ms) begin transaction
65074
+  (0.0ms) rollback transaction
65075
+  (0.0ms) begin transaction
65076
+  (0.0ms) commit transaction
65077
+  (0.0ms) begin transaction
65078
+  (0.0ms) rollback transaction
65079
+  (0.0ms) begin transaction
65080
+ -------------------------------------------------------------------------------------------------
65081
+ FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request
65082
+ -------------------------------------------------------------------------------------------------
65083
+  (0.0ms) rollback transaction
65084
+  (0.0ms) begin transaction
65085
+  (0.0ms) commit transaction
65086
+  (0.0ms) begin transaction
65087
+  (0.0ms) rollback transaction
65088
+  (0.0ms) begin transaction
65089
+  (0.0ms) commit transaction
65090
+  (0.0ms) begin transaction
65091
+  (0.0ms) rollback transaction
65092
+  (0.0ms) begin transaction
65093
+  (0.0ms) commit transaction
65094
+  (0.0ms) begin transaction
65095
+  (0.0ms) rollback transaction
65096
+  (0.0ms) begin transaction
65097
+  (0.0ms) commit transaction
65098
+  (0.0ms) begin transaction
65099
+  (0.0ms) rollback transaction
65100
+  (0.0ms) begin transaction
65101
+  (0.0ms) commit transaction
65102
+  (0.0ms) begin transaction
65103
+  (0.1ms) rollback transaction
65104
+  (0.0ms) begin transaction
65105
+  (0.0ms) commit transaction
65106
+  (0.0ms) begin transaction
65107
+  (0.0ms) rollback transaction
65108
+  (0.0ms) begin transaction
65109
+  (0.0ms) commit transaction
65110
+  (0.0ms) begin transaction
65111
+  (0.1ms) rollback transaction