Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateBooks (20140407202136)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20140407202136')  (0.4ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["id", 1], ["name", "Day of the Gypsy"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["id", 1], ["name", "Killer Fly"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["id", 1], ["name", "Codename: Wolf"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["id", 1], ["name", "Christmas on Maggio Heights"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "Rise of the Killer Ninja"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "Flying Friday"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "The Beast from 12769 Leagues"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "When Doris Met Ellsworth"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "Electric Hills"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books"  Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2.1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"   (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "Green World"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "Nuclear Diaries"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "Rise of the Danger Jungle"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "Curse of the Wolf"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "When Donavon Met Eden"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 9.8ms (Views: 8.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "Rise of the Dangerous Thief"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "The Brains from North East Irwindale"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "The Man Who Fell to Earth"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "Forbidden Wizard"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "Case of the Missing Tears"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 4.0ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["id", 1], ["name", "Blue Pickpocket"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-27 17:15:52 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2.0ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-04-27 17:15:52 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.5ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["id", 1], ["name", "Flying Jungle"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-27 17:15:52 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2.3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "books"  Started POST "/books" for 127.0.0.1 at 2014-04-27 17:15:52 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.8ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"   (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:15:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-27 17:15:52 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-04-28 00:15:52.830994' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136)  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["id", 1], ["name", "Action Clash"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["id", 1], ["name", "Hungry City"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["id", 1], ["name", "The Tokyo Cousins with a Thousand Faces"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["id", 1], ["name", "Christmas on Norma Centers"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "The Dreams"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "Killer Hills"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "Danger Clash"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "When Caesar Met Ernie"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "Time of the Dangerous Wolves"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.8ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "Demon 2: Electric Boogaloo"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "The Blue Cousins from Mars"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "The White Rose of Scotland"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "Flying Demon 2: Son of Flying Demon"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "The Champagne Witch with a Thousand Faces"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 6.8ms (Views: 5.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "The Flying Ninjas"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "American Women"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "The Clash from Across the Ocean"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "The Identity from Hell"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "The Tokyo Pickpocket from Outer Space"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2.8ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["id", 1], ["name", "Return of the Fake Friday"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-27 17:16:04 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 1.6ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-04-27 17:16:04 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["id", 1], ["name", "Tokyo Women"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-27 17:16:04 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2.9ms (ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-04-27 17:16:04 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.8ms (ActiveRecord: 0.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:16:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-27 17:16:04 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-04-28 00:16:04.739229' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.4ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136)  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.5ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["id", 1], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["id", 1], ["name", "Forbidden Witch"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["id", 1], ["name", "The Action Friday with a Thousand Faces"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["id", 1], ["name", "Green Mutant"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "Flying Cousins"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "The Thief Without a Brain"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "Codename: Demon"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "Season of the Ultra Diaries"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "Christmas on Tomas Harbor"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2.0ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "The Death Monster with a Thousand Faces"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "A Fistful of Ultra Mutant"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "1979 A.D."], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "Fake Women"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "Day of the Nuclear Women"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 7.4ms (Views: 6.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "Hard Boiled Dreams"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "The Cousins from Cipriani"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "The Tokyo Friday from Outer Space"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "The Woman"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "The Beast Without a Men"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2.8ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["id", 1], ["name", "Danger Fly"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-27 17:17:04 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 1.7ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-04-27 17:17:04 -0700 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.5ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["id", 1], ["name", "Codename: Cat"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-27 17:17:04 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2.2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-04-27 17:17:04 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.6ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:17:04 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-27 17:17:04 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-04-28 00:17:04.703277' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.0ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (2.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["id", 1], ["name", "War of the Blonde Wizard"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["id", 1], ["name", "The Cat from Across the Ocean"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["id", 1], ["name", "Codename: American Brains"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["id", 1], ["name", "The Ninja Who Fell to Earth"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "Codename: American Brain"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "When Tania Met Deron"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "Ultra Witch"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "Green World"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "The Electric Mutant"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "The Hungry Tears from Across the Ocean"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "The Clash Who Fell to Earth"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "Dr. Rain"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "Bloody Ninja"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "The Bloody Witch That Came to Dinner"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "Rise of the Jungle"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "Case of the Missing American City"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "Green Cousins"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "Curse of the Pickpocket"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "The Mutant Without a Pickpocket"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["id", 1], ["name", "Champagne Man"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-27 17:17:07 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-04-27 17:17:07 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["id", 1], ["name", "2808 A.D."], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-27 17:17:07 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-04-27 17:17:07 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-27 17:17:07 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", Mon, 28 Apr 2014 00:17:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136)  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.5ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["id", 1], ["name", "The Tentacle with a Thousand Faces"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["id", 1], ["name", "The Blonde Dreams from Hell"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["id", 1], ["name", "The Fly Who Fell to Earth"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["id", 1], ["name", "The Tokyo Beast from Mars"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "Legend of Brains"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "The Ultra Brain from Mars"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "Action Cousins"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "The Green Friday from Across the Ocean"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "Demon 2: Electric Boogaloo"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2.1ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "Danger Wolf"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "The Men from Outer Space"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "Curse of the Wolf"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "The Blue Mutant from Mars"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "Red Dreams"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 7.1ms (Views: 5.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "Killer Man"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "Green Cat"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "A Fistful of Wizard"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "Day of the Tentacle"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "Dangerous Man"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3.8ms (Views: 1.6ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["id", 1], ["name", "The Mutant Who Fell to Earth"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-27 17:17:16 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 1.7ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-04-27 17:17:16 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.8ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["id", 1], ["name", "Flying Ninja"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-27 17:17:16 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2.4ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-04-27 17:17:16 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.8ms (ActiveRecord: 0.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:17:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-27 17:17:16 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1  (0.3ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-04-28 00:17:16.923590' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.0ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (2.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["id", 1], ["name", "1160 A.D."], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["id", 1], ["name", "Blonde Ninjas"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["id", 1], ["name", "Planet of the Ninja"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["id", 1], ["name", "Ultra Diaries"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "The Friday That Came to Dinner"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "The World from Mars"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "The Nuclear Witch from Mars"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "The Brains That Came to Dinner"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "A Fistful of Pickpocket"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "The American Wolves from Across the Ocean"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "Rise of the Cousins"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "Electric World"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "Christmas on Olga Ports"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "The Green Mutant Who Fell to Earth"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "Green Monster"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "The Rain Who Fell to Earth"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "Blonde Diaries"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "Hungry Identity"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "Journey of the Dreams"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["id", 1], ["name", "Flying Friday"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-27 17:17:19 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-04-27 17:17:19 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["id", 1], ["name", "When Mattie Met Jacky"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-27 17:17:19 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.3ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-04-27 17:17:19 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-27 17:17:19 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", Mon, 28 Apr 2014 00:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers --------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:11.635068"], ["id", 1], ["name", "The Dangerous Gypsy from Hell"], ["updated_at", "2014-08-25 19:14:11.635068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:14:11 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:14:11 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:11.720491"], ["id", 1], ["name", "Action Tentacle"], ["updated_at", "2014-08-25 19:14:11.720491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:14:11 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:14:11 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.762224"], ["name", "some new book"], ["updated_at", "2014-08-25 19:14:11.762224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:11.766159"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:14:11.766159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:14:11 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:14:11.769645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:11.782390"], ["id", 1], ["name", "The Wizard from Outer Space"], ["updated_at", "2014-08-25 19:14:11.782390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:11.784848"], ["id", 1], ["name", "The Red Brain That Came to Dinner"], ["updated_at", "2014-08-25 19:14:11.784848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.789401"], ["name", "When Tavares Met Jamey"], ["updated_at", "2014-08-25 19:14:11.789401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.790667"], ["name", "The Identity from Hell"], ["updated_at", "2014-08-25 19:14:11.790667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.791822"], ["name", "Legend of Electric Cousins"], ["updated_at", "2014-08-25 19:14:11.791822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.792773"], ["name", "A Fistful of Tentacle"], ["updated_at", "2014-08-25 19:14:11.792773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.793428"], ["name", "Planet of the Clash"], ["updated_at", "2014-08-25 19:14:11.793428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.796561"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:14:11.796561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.799715"], ["name", "Dr. Brain"], ["updated_at", "2014-08-25 19:14:11.799715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.800667"], ["name", "Legend of Fake Hills"], ["updated_at", "2014-08-25 19:14:11.800667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.801547"], ["name", "Brain 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:14:11.801547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.802205"], ["name", "2279 A.D."], ["updated_at", "2014-08-25 19:14:11.802205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.802862"], ["name", "The Blue Cat from Across the Ocean"], ["updated_at", "2014-08-25 19:14:11.802862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.807317"], ["name", "The Ninjas from Mars"], ["updated_at", "2014-08-25 19:14:11.807317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.808384"], ["name", "Legend of Dreams"], ["updated_at", "2014-08-25 19:14:11.808384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.809251"], ["name", "Death Identity"], ["updated_at", "2014-08-25 19:14:11.809251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.809910"], ["name", "Forbidden Diaries"], ["updated_at", "2014-08-25 19:14:11.809910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:11.810566"], ["name", "Danger City"], ["updated_at", "2014-08-25 19:14:11.810566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:11.821919"], ["id", 1], ["name", "Hungry Thief"], ["updated_at", "2014-08-25 19:14:11.821919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:11.824650"], ["id", 1], ["name", "The Bloody Mutant from Hell"], ["updated_at", "2014-08-25 19:14:11.824650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:11.826851"], ["id", 1], ["name", "The Ninja Who Fell to Earth"], ["updated_at", "2014-08-25 19:14:11.826851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:11.829126"], ["id", 1], ["name", "A Fistful of American Cat"], ["updated_at", "2014-08-25 19:14:11.829126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:37.688027"], ["id", 1], ["name", "When Talon Met Kiara"], ["updated_at", "2014-08-25 19:14:37.688027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:14:37 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.5ms) Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:14:37 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:37.791074"], ["id", 1], ["name", "The American Cat from Hell"], ["updated_at", "2014-08-25 19:14:37.791074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:14:37 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:14:37 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.842640"], ["name", "some new book"], ["updated_at", "2014-08-25 19:14:37.842640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:37.849087"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:14:37.849087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:14:37 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:14:37.855228"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:37.866509"], ["id", 1], ["name", "Rise of the Beast"], ["updated_at", "2014-08-25 19:14:37.866509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:37.871182"], ["id", 1], ["name", "The Diaries with a Thousand Faces"], ["updated_at", "2014-08-25 19:14:37.871182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.895994"], ["name", "The Killer Hills That Came to Dinner"], ["updated_at", "2014-08-25 19:14:37.895994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.897410"], ["name", "Dangerous Dreams 2: Son of Dangerous Dreams"], ["updated_at", "2014-08-25 19:14:37.897410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.898499"], ["name", "The Forbidden Thief from Outer Space"], ["updated_at", "2014-08-25 19:14:37.898499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.899335"], ["name", "Je Vous Presente, Theresa"], ["updated_at", "2014-08-25 19:14:37.899335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.900174"], ["name", "Return of the Ninja"], ["updated_at", "2014-08-25 19:14:37.900174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.903779"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:14:37.903779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.907166"], ["name", "Nuclear World"], ["updated_at", "2014-08-25 19:14:37.907166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.908295"], ["name", "The Ninja from the Black Lagoon"], ["updated_at", "2014-08-25 19:14:37.908295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.909324"], ["name", "The Mutant from Across the Ocean"], ["updated_at", "2014-08-25 19:14:37.909324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.910125"], ["name", "Day of the American Beast"], ["updated_at", "2014-08-25 19:14:37.910125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.910893"], ["name", "War of the Identity"], ["updated_at", "2014-08-25 19:14:37.910893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.916063"], ["name", "The Champagne Tentacle with a Thousand Faces"], ["updated_at", "2014-08-25 19:14:37.916063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.917333"], ["name", "Season of the Thief"], ["updated_at", "2014-08-25 19:14:37.917333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.918428"], ["name", "Invasion of the Bloody Women"], ["updated_at", "2014-08-25 19:14:37.918428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.919291"], ["name", "The Ultra Cat from Hell"], ["updated_at", "2014-08-25 19:14:37.919291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:37.920097"], ["name", "Hard Boiled Woman"], ["updated_at", "2014-08-25 19:14:37.920097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:37.927464"], ["id", 1], ["name", "When Liliane Met Shyann"], ["updated_at", "2014-08-25 19:14:37.927464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:37.930090"], ["id", 1], ["name", "The Green Pickpocket Who Fell to Earth"], ["updated_at", "2014-08-25 19:14:37.930090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:37.932619"], ["id", 1], ["name", "War of the Fly"], ["updated_at", "2014-08-25 19:14:37.932619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:37.935199"], ["id", 1], ["name", "The City from 12670 Leagues"], ["updated_at", "2014-08-25 19:14:37.935199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.179861"], ["name", "The Ninjas from the Black Lagoon"], ["updated_at", "2014-08-25 19:14:46.179861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.183143"], ["name", "Action Men"], ["updated_at", "2014-08-25 19:14:46.183143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.184915"], ["name", "Blue Cat"], ["updated_at", "2014-08-25 19:14:46.184915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.185860"], ["name", "Case of the Missing Gypsy"], ["updated_at", "2014-08-25 19:14:46.185860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.186784"], ["name", "Curse of the Fake World"], ["updated_at", "2014-08-25 19:14:46.186784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.190622"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:14:46.190622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.199770"], ["name", "The Red Rose of Northern Ireland"], ["updated_at", "2014-08-25 19:14:46.199770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.200793"], ["name", "The Jungle from Across the Ocean"], ["updated_at", "2014-08-25 19:14:46.200793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.201786"], ["name", "The White Rose of Scotland"], ["updated_at", "2014-08-25 19:14:46.201786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.202522"], ["name", "The World from 10857 Leagues"], ["updated_at", "2014-08-25 19:14:46.202522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.203229"], ["name", "Codename: Bloody Pickpocket"], ["updated_at", "2014-08-25 19:14:46.203229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.218272"], ["name", "American Identity"], ["updated_at", "2014-08-25 19:14:46.218272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.219465"], ["name", "Time of the Flying Hills"], ["updated_at", "2014-08-25 19:14:46.219465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.220483"], ["name", "The Brain from Mars"], ["updated_at", "2014-08-25 19:14:46.220483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.221227"], ["name", "The Red Clash from Across the Ocean"], ["updated_at", "2014-08-25 19:14:46.221227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.221919"], ["name", "Death Tears 2: Son of Death Tears"], ["updated_at", "2014-08-25 19:14:46.221919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:46.267024"], ["id", 1], ["name", "Forbidden City"], ["updated_at", "2014-08-25 19:14:46.267024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:46.270085"], ["id", 1], ["name", "Legend of American Hills"], ["updated_at", "2014-08-25 19:14:46.270085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:46.272369"], ["id", 1], ["name", "Green Women 2: Son of Green Women"], ["updated_at", "2014-08-25 19:14:46.272369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:46.274533"], ["id", 1], ["name", "Codename: Brain"], ["updated_at", "2014-08-25 19:14:46.274533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:46.289538"], ["id", 1], ["name", "The Diaries from the Black Lagoon"], ["updated_at", "2014-08-25 19:14:46.289538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:14:46 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:14:46 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Book Load (0.1ms) SELECT "books".* FROM "books"  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:46.311718"], ["id", 1], ["name", "Death Woman 2: Son of Death Woman"], ["updated_at", "2014-08-25 19:14:46.311718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:14:46 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:14:46 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:14:46.322693"], ["name", "some new book"], ["updated_at", "2014-08-25 19:14:46.322693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:46.326201"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:14:46.326201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:14:46 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:14:46.329558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:46.334396"], ["id", 1], ["name", "A Fistful of World"], ["updated_at", "2014-08-25 19:14:46.334396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:14:46.336715"], ["id", 1], ["name", "The Fake Women from the Black Lagoon"], ["updated_at", "2014-08-25 19:14:46.336715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:27.212295"], ["id", 1], ["name", "The Ultra Brains from Outer Space"], ["updated_at", "2014-08-25 19:17:27.212295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:27.216934"], ["id", 1], ["name", "I am Ultra Brain"], ["updated_at", "2014-08-25 19:17:27.216934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:27.228436"], ["id", 1], ["name", "Flying Jungle"], ["updated_at", "2014-08-25 19:17:27.228436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:17:27 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:17:27 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:27.318021"], ["id", 1], ["name", "The Brain from the Black Lagoon"], ["updated_at", "2014-08-25 19:17:27.318021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:17:27 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:17:27 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.332635"], ["name", "some new book"], ["updated_at", "2014-08-25 19:17:27.332635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:27.336495"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:17:27.336495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:17:27 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:17:27.340195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.348960"], ["name", "Curse of the Rain"], ["updated_at", "2014-08-25 19:17:27.348960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.350263"], ["name", "The Electric Cat from Outer Space"], ["updated_at", "2014-08-25 19:17:27.350263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.351182"], ["name", "The Rain from 3989 Leagues"], ["updated_at", "2014-08-25 19:17:27.351182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.351901"], ["name", "Fake Cousins"], ["updated_at", "2014-08-25 19:17:27.351901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.352612"], ["name", "The Thief from Outer Space"], ["updated_at", "2014-08-25 19:17:27.352612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.356058"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:17:27.356058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.359192"], ["name", "Death Tears"], ["updated_at", "2014-08-25 19:17:27.359192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.360186"], ["name", "American World"], ["updated_at", "2014-08-25 19:17:27.360186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.361105"], ["name", "Dr. Diaries"], ["updated_at", "2014-08-25 19:17:27.361105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.361809"], ["name", "The Electric Pickpocket from Outer Space"], ["updated_at", "2014-08-25 19:17:27.361809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.362513"], ["name", "Ultra Cousins 2: Son of Ultra Cousins"], ["updated_at", "2014-08-25 19:17:27.362513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.367726"], ["name", "Wolves 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:17:27.367726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.368919"], ["name", "Green Gypsy"], ["updated_at", "2014-08-25 19:17:27.368919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.369879"], ["name", "The Ninjas"], ["updated_at", "2014-08-25 19:17:27.369879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.370634"], ["name", "War of the Nuclear Beast"], ["updated_at", "2014-08-25 19:17:27.370634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:27.371324"], ["name", "Blonde Beast"], ["updated_at", "2014-08-25 19:17:27.371324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:27.378625"], ["id", 1], ["name", "The Bloody Cat That Came to Dinner"], ["updated_at", "2014-08-25 19:17:27.378625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:27.380845"], ["id", 1], ["name", "Tokyo Man"], ["updated_at", "2014-08-25 19:17:27.380845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:27.382997"], ["id", 1], ["name", "War of the Death Wolf"], ["updated_at", "2014-08-25 19:17:27.382997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:27.385974"], ["id", 1], ["name", "When Kiel Met Lauryn"], ["updated_at", "2014-08-25 19:17:27.385974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:52.354424"], ["id", 1], ["name", "Je Vous Presente, Levi"], ["updated_at", "2014-08-25 19:17:52.354424"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:17:52 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:17:52 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:52.440389"], ["id", 1], ["name", "Time of the Brains"], ["updated_at", "2014-08-25 19:17:52.440389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:17:52 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:17:52 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.486293"], ["name", "some new book"], ["updated_at", "2014-08-25 19:17:52.486293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:52.490017"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:17:52.490017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:17:52 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:17:52.493499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:52.501169"], ["id", 1], ["name", "The Hills from 19274 Leagues"], ["updated_at", "2014-08-25 19:17:52.501169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:52.503617"], ["id", 1], ["name", "Christmas on Vernie Lodge"], ["updated_at", "2014-08-25 19:17:52.503617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:52.505912"], ["id", 1], ["name", "The Beast from Mars"], ["updated_at", "2014-08-25 19:17:52.505912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:52.508288"], ["id", 1], ["name", "Killer Cat"], ["updated_at", "2014-08-25 19:17:52.508288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:52.520394"], ["id", 1], ["name", "Hard Boiled Brains"], ["updated_at", "2014-08-25 19:17:52.520394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:17:52.522915"], ["id", 1], ["name", "The Tentacle from Hell"], ["updated_at", "2014-08-25 19:17:52.522915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.534827"], ["name", "Red Beast"], ["updated_at", "2014-08-25 19:17:52.534827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.536075"], ["name", "Hard Boiled Woman"], ["updated_at", "2014-08-25 19:17:52.536075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.537013"], ["name", "I am Danger Diaries"], ["updated_at", "2014-08-25 19:17:52.537013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.537700"], ["name", "Hard Boiled Identity"], ["updated_at", "2014-08-25 19:17:52.537700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.538481"], ["name", "The Killer Diaries"], ["updated_at", "2014-08-25 19:17:52.538481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.541570"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:17:52.541570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.544581"], ["name", "Dr. City"], ["updated_at", "2014-08-25 19:17:52.544581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.545533"], ["name", "Hungry Woman"], ["updated_at", "2014-08-25 19:17:52.545533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.546420"], ["name", "The Mutant from the Black Lagoon"], ["updated_at", "2014-08-25 19:17:52.546420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.547159"], ["name", "A Fistful of Ninjas"], ["updated_at", "2014-08-25 19:17:52.547159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.547877"], ["name", "The Dreams from Across the Ocean"], ["updated_at", "2014-08-25 19:17:52.547877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.552571"], ["name", "Christmas on Hans Alley"], ["updated_at", "2014-08-25 19:17:52.552571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.553710"], ["name", "Season of the Blow"], ["updated_at", "2014-08-25 19:17:52.553710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.554640"], ["name", "I am Identity"], ["updated_at", "2014-08-25 19:17:52.554640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.555371"], ["name", "The Black Rose of Scotland"], ["updated_at", "2014-08-25 19:17:52.555371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:17:52.556350"], ["name", "The Brain from Gates Mills North"], ["updated_at", "2014-08-25 19:17:52.556350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.823004"], ["name", "American Demon 2: Son of American Demon"], ["updated_at", "2014-08-25 19:18:11.823004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.826632"], ["name", "Christmas on Kellen Wall"], ["updated_at", "2014-08-25 19:18:11.826632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.829020"], ["name", "Season of the Cousins"], ["updated_at", "2014-08-25 19:18:11.829020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.830473"], ["name", "I am Action Man"], ["updated_at", "2014-08-25 19:18:11.830473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.831618"], ["name", "2547 A.D."], ["updated_at", "2014-08-25 19:18:11.831618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.837415"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:18:11.837415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.847259"], ["name", "The Women from Pound Ridge East"], ["updated_at", "2014-08-25 19:18:11.847259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.848605"], ["name", "The Hungry Rain from Hell"], ["updated_at", "2014-08-25 19:18:11.848605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.849585"], ["name", "When Walton Met Cayla"], ["updated_at", "2014-08-25 19:18:11.849585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.850409"], ["name", "Dangerous Men 2: Son of Dangerous Men"], ["updated_at", "2014-08-25 19:18:11.850409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.851085"], ["name", "Rise of the Cat"], ["updated_at", "2014-08-25 19:18:11.851085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 46ms (Views: 45.6ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.901659"], ["name", "The Death Jungle from Across the Ocean"], ["updated_at", "2014-08-25 19:18:11.901659"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.903401"], ["name", "The Blonde Men from Outer Space"], ["updated_at", "2014-08-25 19:18:11.903401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.904519"], ["name", "Journey of the Beast"], ["updated_at", "2014-08-25 19:18:11.904519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.905343"], ["name", "Case of the Missing Woman"], ["updated_at", "2014-08-25 19:18:11.905343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.906225"], ["name", "Tokyo Gypsy"], ["updated_at", "2014-08-25 19:18:11.906225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:18:11.925326"], ["id", 1], ["name", "The Flying Identity Who Fell to Earth"], ["updated_at", "2014-08-25 19:18:11.925326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:18:11 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:18:11 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:18:11.941620"], ["id", 1], ["name", "Danger Cousins"], ["updated_at", "2014-08-25 19:18:11.941620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:18:11 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:18:11 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:18:11.953077"], ["name", "some new book"], ["updated_at", "2014-08-25 19:18:11.953077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:18:11.957357"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:18:11.957357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:18:11 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:18:11.962967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:18:11.969105"], ["id", 1], ["name", "When Erich Met Sid"], ["updated_at", "2014-08-25 19:18:11.969105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:18:11.972556"], ["id", 1], ["name", "Death Beast"], ["updated_at", "2014-08-25 19:18:11.972556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:18:11.979844"], ["id", 1], ["name", "The Wizard from 12355 Leagues"], ["updated_at", "2014-08-25 19:18:11.979844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:18:11.983108"], ["id", 1], ["name", "The Women from Hell"], ["updated_at", "2014-08-25 19:18:11.983108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:18:11.987745"], ["id", 1], ["name", "I Married a Bloody Tentacle"], ["updated_at", "2014-08-25 19:18:11.987745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:18:11.991030"], ["id", 1], ["name", "The Woman with a Thousand Faces"], ["updated_at", "2014-08-25 19:18:11.991030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:04.364610"], ["id", 1], ["name", "Green Demon"], ["updated_at", "2014-08-25 19:42:04.364610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:42:04 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:42:04 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:04.455414"], ["id", 1], ["name", "Electric Women 2: Son of Electric Women"], ["updated_at", "2014-08-25 19:42:04.455414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:42:04 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:42:04 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.496998"], ["name", "some new book"], ["updated_at", "2014-08-25 19:42:04.496998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:04.500846"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:42:04.500846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:42:04 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:42:04.504486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.521453"], ["name", "When Bradly Met Haylee"], ["updated_at", "2014-08-25 19:42:04.521453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.522854"], ["name", "The Killer Ninjas from Mars"], ["updated_at", "2014-08-25 19:42:04.522854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.524110"], ["name", "Planet of the Killer Tentacle"], ["updated_at", "2014-08-25 19:42:04.524110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.525109"], ["name", "The Identity from Hell"], ["updated_at", "2014-08-25 19:42:04.525109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.525817"], ["name", "The Diaries from Mars"], ["updated_at", "2014-08-25 19:42:04.525817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.528869"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:42:04.528869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.531856"], ["name", "Monster 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:42:04.531856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.532872"], ["name", "Killer Man"], ["updated_at", "2014-08-25 19:42:04.532872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.533838"], ["name", "Invasion of the Bloody Wolf"], ["updated_at", "2014-08-25 19:42:04.533838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.534558"], ["name", "Killer Monster"], ["updated_at", "2014-08-25 19:42:04.534558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.535247"], ["name", "Ultra Men"], ["updated_at", "2014-08-25 19:42:04.535247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.540265"], ["name", "The Nuclear Friday from Outer Space"], ["updated_at", "2014-08-25 19:42:04.540265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.541406"], ["name", "The Nuclear Gypsy from the Black Lagoon"], ["updated_at", "2014-08-25 19:42:04.541406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.542672"], ["name", "Hard Boiled Jungle"], ["updated_at", "2014-08-25 19:42:04.542672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.543802"], ["name", "Rise of the Killer Beast"], ["updated_at", "2014-08-25 19:42:04.543802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:04.545525"], ["name", "Bloody Ninjas: The Ocie Nicolas Story"], ["updated_at", "2014-08-25 19:42:04.545525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:04.555858"], ["id", 1], ["name", "Invasion of the Ultra Wizard"], ["updated_at", "2014-08-25 19:42:04.555858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:04.558895"], ["id", 1], ["name", "Champagne Fly"], ["updated_at", "2014-08-25 19:42:04.558895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:04.561946"], ["id", 1], ["name", "American Fly"], ["updated_at", "2014-08-25 19:42:04.561946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:04.564330"], ["id", 1], ["name", "Tokyo Demon"], ["updated_at", "2014-08-25 19:42:04.564330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:04.566722"], ["id", 1], ["name", "Je Vous Presente, Darrion"], ["updated_at", "2014-08-25 19:42:04.566722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:04.569594"], ["id", 1], ["name", "The Diaries Who Fell to Earth"], ["updated_at", "2014-08-25 19:42:04.569594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.242196"], ["name", "Hungry Brain: The Gussie Gleichner Story"], ["updated_at", "2014-08-25 19:42:24.242196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.247203"], ["name", "Danger Men"], ["updated_at", "2014-08-25 19:42:24.247203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.249533"], ["name", "American Pickpocket"], ["updated_at", "2014-08-25 19:42:24.249533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.250392"], ["name", "The Hills from Across the Ocean"], ["updated_at", "2014-08-25 19:42:24.250392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.251151"], ["name", "The Thief Who Fell to Earth"], ["updated_at", "2014-08-25 19:42:24.251151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.255245"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:42:24.255245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.266499"], ["name", "Christmas on Schinner Greens"], ["updated_at", "2014-08-25 19:42:24.266499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.269295"], ["name", "Invasion of the Bloody Monster"], ["updated_at", "2014-08-25 19:42:24.269295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.271614"], ["name", "American City"], ["updated_at", "2014-08-25 19:42:24.271614"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.273064"], ["name", "The Hungry Thief from the Black Lagoon"], ["updated_at", "2014-08-25 19:42:24.273064"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.274958"], ["name", "The Men from Pennypack"], ["updated_at", "2014-08-25 19:42:24.274958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.298708"], ["name", "Legend of Men"], ["updated_at", "2014-08-25 19:42:24.298708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.300662"], ["name", "Legend of Wizard"], ["updated_at", "2014-08-25 19:42:24.300662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.302596"], ["name", "Fake Woman"], ["updated_at", "2014-08-25 19:42:24.302596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.304087"], ["name", "When Kattie Met Domenico"], ["updated_at", "2014-08-25 19:42:24.304087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.305446"], ["name", "American City"], ["updated_at", "2014-08-25 19:42:24.305446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:24.359573"], ["id", 1], ["name", "When Diego Met Brooks"], ["updated_at", "2014-08-25 19:42:24.359573"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:24.362919"], ["id", 1], ["name", "Hungry Beast"], ["updated_at", "2014-08-25 19:42:24.362919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:24.365459"], ["id", 1], ["name", "Tears 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:42:24.365459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:24.368403"], ["id", 1], ["name", "The Hungry Thief from Hell"], ["updated_at", "2014-08-25 19:42:24.368403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:24.379344"], ["id", 1], ["name", "When Bobby Met Jerome"], ["updated_at", "2014-08-25 19:42:24.379344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:42:24 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:42:24 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:24.398813"], ["id", 1], ["name", "The Tears Without a Identity"], ["updated_at", "2014-08-25 19:42:24.398813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:42:24 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:42:24 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:42:24.411701"], ["name", "some new book"], ["updated_at", "2014-08-25 19:42:24.411701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:24.415447"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:42:24.415447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:42:24 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:42:24.419070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:24.425272"], ["id", 1], ["name", "Forbidden Blow"], ["updated_at", "2014-08-25 19:42:24.425272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:42:24.427781"], ["id", 1], ["name", "I am Electric Clash"], ["updated_at", "2014-08-25 19:42:24.427781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:43:42.110491"], ["id", 1], ["name", "Journey of the Friday"], ["updated_at", "2014-08-25 19:43:42.110491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:43:42.149042"], ["id", 1], ["name", "Time of the Danger Thief"], ["updated_at", "2014-08-25 19:43:42.149042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:43:42.151512"], ["id", 1], ["name", "Season of the Hills"], ["updated_at", "2014-08-25 19:43:42.151512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:43:42.154355"], ["id", 1], ["name", "Hungry Blow"], ["updated_at", "2014-08-25 19:43:42.154355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:43:42.157435"], ["id", 1], ["name", "I Married a Women"], ["updated_at", "2014-08-25 19:43:42.157435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:43:42.159705"], ["id", 1], ["name", "Ultra Thief"], ["updated_at", "2014-08-25 19:43:42.159705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.204239"], ["name", "Forbidden Woman"], ["updated_at", "2014-08-25 19:43:42.204239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.205592"], ["name", "Invasion of the Ultra Cousins"], ["updated_at", "2014-08-25 19:43:42.205592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.207342"], ["name", "Nuclear Blow 2: Son of Nuclear Blow"], ["updated_at", "2014-08-25 19:43:42.207342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.208324"], ["name", "The Blow Without a Thief"], ["updated_at", "2014-08-25 19:43:42.208324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.209508"], ["name", "The Wolves from Olmsted Falls Central"], ["updated_at", "2014-08-25 19:43:42.209508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.214250"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:43:42.214250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 3ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.218595"], ["name", "A Fistful of Action Tears"], ["updated_at", "2014-08-25 19:43:42.218595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.219973"], ["name", "Dangerous Cat"], ["updated_at", "2014-08-25 19:43:42.219973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.221180"], ["name", "The Killer Wolves That Came to Dinner"], ["updated_at", "2014-08-25 19:43:42.221180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.222031"], ["name", "Blue Identity"], ["updated_at", "2014-08-25 19:43:42.222031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.222840"], ["name", "Rise of the Green Witch"], ["updated_at", "2014-08-25 19:43:42.222840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 54ms (Views: 53.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.281680"], ["name", "Bloody City"], ["updated_at", "2014-08-25 19:43:42.281680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.283061"], ["name", "Dr. Blow"], ["updated_at", "2014-08-25 19:43:42.283061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.284272"], ["name", "The Rain from Hell"], ["updated_at", "2014-08-25 19:43:42.284272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.285172"], ["name", "I am Bloody Man"], ["updated_at", "2014-08-25 19:43:42.285172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.285960"], ["name", "Hungry Thief"], ["updated_at", "2014-08-25 19:43:42.285960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:43:42.300418"], ["id", 1], ["name", "Bloody Friday"], ["updated_at", "2014-08-25 19:43:42.300418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:43:42 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:43:42 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:43:42.325554"], ["id", 1], ["name", "Invasion of the Ultra Men"], ["updated_at", "2014-08-25 19:43:42.325554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:43:42 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:43:42 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:43:42.345566"], ["name", "some new book"], ["updated_at", "2014-08-25 19:43:42.345566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:43:42.350477"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:43:42.350477"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:43:42 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:43:42.356332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.469918"], ["name", "Diaries 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:44:05.469918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.472951"], ["name", "The Men from Hell"], ["updated_at", "2014-08-25 19:44:05.472951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.474870"], ["name", "Tokyo Witch"], ["updated_at", "2014-08-25 19:44:05.474870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.475902"], ["name", "The Tears Who Fell to Earth"], ["updated_at", "2014-08-25 19:44:05.475902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.476621"], ["name", "The Blue Identity from Mars"], ["updated_at", "2014-08-25 19:44:05.476621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.480524"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:44:05.480524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.489795"], ["name", "Dr. Thief"], ["updated_at", "2014-08-25 19:44:05.489795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.490803"], ["name", "Gypsy 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:44:05.490803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.491798"], ["name", "Forbidden Pickpocket"], ["updated_at", "2014-08-25 19:44:05.491798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.492495"], ["name", "The Clash from Mars"], ["updated_at", "2014-08-25 19:44:05.492495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.493144"], ["name", "The Ninjas Without a Witch"], ["updated_at", "2014-08-25 19:44:05.493144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.539196"], ["name", "Je Vous Presente, Julian"], ["updated_at", "2014-08-25 19:44:05.539196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.540856"], ["name", "I am Tokyo Wolf"], ["updated_at", "2014-08-25 19:44:05.540856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.541950"], ["name", "Tokyo Cat"], ["updated_at", "2014-08-25 19:44:05.541950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.542611"], ["name", "1877 A.D."], ["updated_at", "2014-08-25 19:44:05.542611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.543257"], ["name", "The Hungry Mutant from Outer Space"], ["updated_at", "2014-08-25 19:44:05.543257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:44:05.551777"], ["id", 1], ["name", "Dangerous Fly 2: Son of Dangerous Fly"], ["updated_at", "2014-08-25 19:44:05.551777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:44:05.554199"], ["id", 1], ["name", "Death Wolves"], ["updated_at", "2014-08-25 19:44:05.554199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:44:05.556418"], ["id", 1], ["name", "The Green Identity with a Thousand Faces"], ["updated_at", "2014-08-25 19:44:05.556418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:44:05.559131"], ["id", 1], ["name", "The Red Rose of England"], ["updated_at", "2014-08-25 19:44:05.559131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:44:05.562344"], ["id", 1], ["name", "The Witch from Mars"], ["updated_at", "2014-08-25 19:44:05.562344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:44:05.564509"], ["id", 1], ["name", "A Fistful of Woman"], ["updated_at", "2014-08-25 19:44:05.564509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:44:05.575658"], ["id", 1], ["name", "Case of the Missing Demon"], ["updated_at", "2014-08-25 19:44:05.575658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:44:05 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:44:05 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:44:05.588154"], ["id", 1], ["name", "Killer Cat"], ["updated_at", "2014-08-25 19:44:05.588154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:44:05 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:44:05 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:44:05.598476"], ["name", "some new book"], ["updated_at", "2014-08-25 19:44:05.598476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:44:05.602571"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:44:05.602571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:44:05 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:44:05.606363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.706271"], ["name", "Fake Beast"], ["updated_at", "2014-08-25 19:52:50.706271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.709881"], ["name", "Monster 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:52:50.709881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.711756"], ["name", "The Witch from Hell"], ["updated_at", "2014-08-25 19:52:50.711756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.712987"], ["name", "Legend of Hungry Women"], ["updated_at", "2014-08-25 19:52:50.712987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.714222"], ["name", "Fake Diaries"], ["updated_at", "2014-08-25 19:52:50.714222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.718792"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:52:50.718792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.729058"], ["name", "Gypsy 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:52:50.729058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.730681"], ["name", "The Red Wolf That Came to Dinner"], ["updated_at", "2014-08-25 19:52:50.730681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.732414"], ["name", "The Identity from Mars"], ["updated_at", "2014-08-25 19:52:50.732414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.733548"], ["name", "The Yellow Rose of Wales"], ["updated_at", "2014-08-25 19:52:50.733548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.734810"], ["name", "Tokyo Friday"], ["updated_at", "2014-08-25 19:52:50.734810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.758438"], ["name", "Je Vous Presente, Crawford"], ["updated_at", "2014-08-25 19:52:50.758438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.760788"], ["name", "The Killer Witch Who Fell to Earth"], ["updated_at", "2014-08-25 19:52:50.760788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.762287"], ["name", "Hard Boiled Woman"], ["updated_at", "2014-08-25 19:52:50.762287"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.763723"], ["name", "The Cousins from Hell"], ["updated_at", "2014-08-25 19:52:50.763723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.764705"], ["name", "Flying Wolf"], ["updated_at", "2014-08-25 19:52:50.764705"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:52:50.821198"], ["id", 1], ["name", "The Tentacle Without a Ninja"], ["updated_at", "2014-08-25 19:52:50.821198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:52:50.823796"], ["id", 1], ["name", "The Tentacle Who Fell to Earth"], ["updated_at", "2014-08-25 19:52:50.823796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:52:50.826374"], ["id", 1], ["name", "I Married a Women"], ["updated_at", "2014-08-25 19:52:50.826374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:52:50.828638"], ["id", 1], ["name", "Action Hills"], ["updated_at", "2014-08-25 19:52:50.828638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:52:50.832229"], ["id", 1], ["name", "The Man from 4566 Leagues"], ["updated_at", "2014-08-25 19:52:50.832229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:52:50.834646"], ["id", 1], ["name", "Nuclear Man"], ["updated_at", "2014-08-25 19:52:50.834646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:52:50.844224"], ["id", 1], ["name", "Journey of the Blonde Brain"], ["updated_at", "2014-08-25 19:52:50.844224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:52:50 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (1.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:52:50 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:52:50.858512"], ["id", 1], ["name", "The Tokyo Mutant Who Fell to Earth"], ["updated_at", "2014-08-25 19:52:50.858512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:52:50 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (3.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:52:50 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:52:50.872261"], ["name", "some new book"], ["updated_at", "2014-08-25 19:52:50.872261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:52:50.875959"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:52:50.875959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:52:50 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:52:50.879279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:52:50 -0700 Processing by BooksController#index_with_session as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:31.948123"], ["id", 1], ["name", "The Electric Ninja from Hell"], ["updated_at", "2014-08-25 19:53:31.948123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:31.959022"], ["id", 1], ["name", "Killer Wizard"], ["updated_at", "2014-08-25 19:53:31.959022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:31.962476"], ["id", 1], ["name", "Christmas on Neha Flat"], ["updated_at", "2014-08-25 19:53:31.962476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:31.964861"], ["id", 1], ["name", "Electric Wizard"], ["updated_at", "2014-08-25 19:53:31.964861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:31.998479"], ["name", "Forbidden Woman"], ["updated_at", "2014-08-25 19:53:31.998479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:31.999759"], ["name", "The Forbidden Wizard with a Thousand Faces"], ["updated_at", "2014-08-25 19:53:31.999759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.001264"], ["name", "Wolves 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:53:32.001264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.001967"], ["name", "The Ninja with a Thousand Faces"], ["updated_at", "2014-08-25 19:53:32.001967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.002902"], ["name", "Invasion of the Cat"], ["updated_at", "2014-08-25 19:53:32.002902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.007017"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:53:32.007017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.010701"], ["name", "Curse of the Bloody Brains"], ["updated_at", "2014-08-25 19:53:32.010701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.011721"], ["name", "The Man from 5658 Leagues"], ["updated_at", "2014-08-25 19:53:32.011721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.012602"], ["name", "The Bloody Friday Who Fell to Earth"], ["updated_at", "2014-08-25 19:53:32.012602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.013262"], ["name", "The Blonde Hills Who Fell to Earth"], ["updated_at", "2014-08-25 19:53:32.013262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.013927"], ["name", "The Identity from Outer Space"], ["updated_at", "2014-08-25 19:53:32.013927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.058058"], ["name", "Action Brain"], ["updated_at", "2014-08-25 19:53:32.058058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.059271"], ["name", "The Demon Who Fell to Earth"], ["updated_at", "2014-08-25 19:53:32.059271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.060178"], ["name", "A Fistful of Cat"], ["updated_at", "2014-08-25 19:53:32.060178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.060861"], ["name", "Case of the Missing Red Jungle"], ["updated_at", "2014-08-25 19:53:32.060861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.061516"], ["name", "Curse of the Tentacle"], ["updated_at", "2014-08-25 19:53:32.061516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:32.077526"], ["id", 1], ["name", "The Flying Mutant from the Black Lagoon"], ["updated_at", "2014-08-25 19:53:32.077526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:32.079913"], ["id", 1], ["name", "The Champagne Demon from Across the Ocean"], ["updated_at", "2014-08-25 19:53:32.079913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:32.083300"], ["id", 1], ["name", "The Nuclear Tentacle from Outer Space"], ["updated_at", "2014-08-25 19:53:32.083300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:53:32 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:53:32 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:32.095436"], ["id", 1], ["name", "Death Cousins"], ["updated_at", "2014-08-25 19:53:32.095436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:53:32 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:53:32 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:32.105401"], ["name", "some new book"], ["updated_at", "2014-08-25 19:53:32.105401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:32.109065"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:53:32.109065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:53:32 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:53:32.112445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:53:32 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:53.460151"], ["id", 1], ["name", "2538 A.D."], ["updated_at", "2014-08-25 19:53:53.460151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:53.471146"], ["id", 1], ["name", "The Friday from Outer Space"], ["updated_at", "2014-08-25 19:53:53.471146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:53.473782"], ["id", 1], ["name", "Blue Brain 2: Son of Blue Brain"], ["updated_at", "2014-08-25 19:53:53.473782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:53.476291"], ["id", 1], ["name", "Ultra Cat"], ["updated_at", "2014-08-25 19:53:53.476291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:53.488152"], ["id", 1], ["name", "The Danger Diaries from the Black Lagoon"], ["updated_at", "2014-08-25 19:53:53.488152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:53:53 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 42ms (Views: 40.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:53:53 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:53.571640"], ["id", 1], ["name", "The Green Thief with a Thousand Faces"], ["updated_at", "2014-08-25 19:53:53.571640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:53:53 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:53:53 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.583418"], ["name", "some new book"], ["updated_at", "2014-08-25 19:53:53.583418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:53.586929"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:53:53.586929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:53:53 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:53:53.590325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:53:53 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:53.611102"], ["id", 1], ["name", "The City Without a Beast"], ["updated_at", "2014-08-25 19:53:53.611102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:53:53.614106"], ["id", 1], ["name", "The Ultra Diaries from Outer Space"], ["updated_at", "2014-08-25 19:53:53.614106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.618004"], ["name", "The Diaries with a Thousand Faces"], ["updated_at", "2014-08-25 19:53:53.618004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.619420"], ["name", "The Diaries from 5158 Leagues"], ["updated_at", "2014-08-25 19:53:53.619420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.620473"], ["name", "The Dreams from the Black Lagoon"], ["updated_at", "2014-08-25 19:53:53.620473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.621500"], ["name", "A Fistful of Hungry Monster"], ["updated_at", "2014-08-25 19:53:53.621500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.622514"], ["name", "I am Fly"], ["updated_at", "2014-08-25 19:53:53.622514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.626272"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:53:53.626272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.629274"], ["name", "The Fly That Came to Dinner"], ["updated_at", "2014-08-25 19:53:53.629274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.630255"], ["name", "Killer Man"], ["updated_at", "2014-08-25 19:53:53.630255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.631219"], ["name", "A Fistful of Cousins"], ["updated_at", "2014-08-25 19:53:53.631219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.631930"], ["name", "Hard Boiled Men"], ["updated_at", "2014-08-25 19:53:53.631930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.632643"], ["name", "Forbidden Man"], ["updated_at", "2014-08-25 19:53:53.632643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.637599"], ["name", "Return of the Pickpocket"], ["updated_at", "2014-08-25 19:53:53.637599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.638668"], ["name", "Time of the Red Tears"], ["updated_at", "2014-08-25 19:53:53.638668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.639632"], ["name", "Champagne Diaries"], ["updated_at", "2014-08-25 19:53:53.639632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.640343"], ["name", "The Friday That Came to Dinner"], ["updated_at", "2014-08-25 19:53:53.640343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:53:53.641052"], ["name", "2803 A.D."], ["updated_at", "2014-08-25 19:53:53.641052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.660046"], ["name", "The Action Diaries from the Black Lagoon"], ["updated_at", "2014-08-25 19:54:30.660046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.663449"], ["name", "Nuclear Men"], ["updated_at", "2014-08-25 19:54:30.663449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.665197"], ["name", "Journey of the American Diaries"], ["updated_at", "2014-08-25 19:54:30.665197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.666106"], ["name", "The Rain from Across the Ocean"], ["updated_at", "2014-08-25 19:54:30.666106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.666771"], ["name", "American Wolves"], ["updated_at", "2014-08-25 19:54:30.666771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.670823"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:54:30.670823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.679950"], ["name", "The Ninjas That Came to Dinner"], ["updated_at", "2014-08-25 19:54:30.679950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.680885"], ["name", "Dangerous Monster"], ["updated_at", "2014-08-25 19:54:30.680885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.681778"], ["name", "Blue Friday"], ["updated_at", "2014-08-25 19:54:30.681778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.682441"], ["name", "Champagne Blow"], ["updated_at", "2014-08-25 19:54:30.682441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.683103"], ["name", "The Forbidden Cat from Mars"], ["updated_at", "2014-08-25 19:54:30.683103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.727762"], ["name", "War of the Beast"], ["updated_at", "2014-08-25 19:54:30.727762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.728911"], ["name", "The Danger Tears from Outer Space"], ["updated_at", "2014-08-25 19:54:30.728911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.729803"], ["name", "Legend of Dangerous Brains"], ["updated_at", "2014-08-25 19:54:30.729803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.730485"], ["name", "Danger Witch"], ["updated_at", "2014-08-25 19:54:30.730485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.731161"], ["name", "The Fly Who Fell to Earth"], ["updated_at", "2014-08-25 19:54:30.731161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:30.738063"], ["id", 1], ["name", "War of the Death Jungle"], ["updated_at", "2014-08-25 19:54:30.738063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:54:30 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:54:30 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:30.749824"], ["id", 1], ["name", "The Danger Identity with a Thousand Faces"], ["updated_at", "2014-08-25 19:54:30.749824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:54:30 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:54:30 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:30.759939"], ["name", "some new book"], ["updated_at", "2014-08-25 19:54:30.759939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:30.763490"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:54:30.763490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:54:30 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:54:30.767030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:54:30 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:30.776725"], ["id", 1], ["name", "The Mutant from North Norridge"], ["updated_at", "2014-08-25 19:54:30.776725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:30.778956"], ["id", 1], ["name", "The Dreams"], ["updated_at", "2014-08-25 19:54:30.778956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:30.780977"], ["id", 1], ["name", "The Fly from Outer Space"], ["updated_at", "2014-08-25 19:54:30.780977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:30.782988"], ["id", 1], ["name", "The Red Wolves from the Black Lagoon"], ["updated_at", "2014-08-25 19:54:30.782988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:30.794864"], ["id", 1], ["name", "Day of the Gypsy"], ["updated_at", "2014-08-25 19:54:30.794864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:30.797368"], ["id", 1], ["name", "The Identity"], ["updated_at", "2014-08-25 19:54:30.797368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:56.196357"], ["id", 1], ["name", "Legend of Jungle"], ["updated_at", "2014-08-25 19:54:56.196357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:56.206961"], ["id", 1], ["name", "Red Ninjas"], ["updated_at", "2014-08-25 19:54:56.206961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:56.209936"], ["id", 1], ["name", "The Pickpocket from Mars"], ["updated_at", "2014-08-25 19:54:56.209936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:56.212287"], ["id", 1], ["name", "Return of the Danger Mutant"], ["updated_at", "2014-08-25 19:54:56.212287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:56.219697"], ["id", 1], ["name", "The Monster That Came to Dinner"], ["updated_at", "2014-08-25 19:54:56.219697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:56.221951"], ["id", 1], ["name", "World 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:54:56.221951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:56.227141"], ["id", 1], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-08-25 19:54:56.227141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:54:56 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:54:56 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:56.310082"], ["id", 1], ["name", "Red Monster"], ["updated_at", "2014-08-25 19:54:56.310082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:54:56 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:54:56 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.321143"], ["name", "some new book"], ["updated_at", "2014-08-25 19:54:56.321143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:54:56.324734"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:54:56.324734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:54:56 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:54:56.328014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:54:56 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.342766"], ["name", "Rise of the Death Ninja"], ["updated_at", "2014-08-25 19:54:56.342766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.344004"], ["name", "Forbidden Mutant"], ["updated_at", "2014-08-25 19:54:56.344004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.344897"], ["name", "The Death Friday with a Thousand Faces"], ["updated_at", "2014-08-25 19:54:56.344897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.345591"], ["name", "Women 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:54:56.345591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.346264"], ["name", "The Witch Without a Pickpocket"], ["updated_at", "2014-08-25 19:54:56.346264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.349277"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:54:56.349277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.352171"], ["name", "American Diaries"], ["updated_at", "2014-08-25 19:54:56.352171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.353058"], ["name", "Tears 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:54:56.353058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.353919"], ["name", "1103 A.D."], ["updated_at", "2014-08-25 19:54:56.353919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.354606"], ["name", "Journey of the Wolves"], ["updated_at", "2014-08-25 19:54:56.354606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.355305"], ["name", "Journey of the Dangerous Tentacle"], ["updated_at", "2014-08-25 19:54:56.355305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.360013"], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", "2014-08-25 19:54:56.360013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.361098"], ["name", "Legend of Hills"], ["updated_at", "2014-08-25 19:54:56.361098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.361986"], ["name", "The Women from the Black Lagoon"], ["updated_at", "2014-08-25 19:54:56.361986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.362664"], ["name", "Death Wolves"], ["updated_at", "2014-08-25 19:54:56.362664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:54:56.363331"], ["name", "The Tentacle from Hell"], ["updated_at", "2014-08-25 19:54:56.363331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:14.396701"], ["id", 1], ["name", "Electric Mutant"], ["updated_at", "2014-08-25 19:55:14.396701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:14.408183"], ["id", 1], ["name", "War of the Dreams"], ["updated_at", "2014-08-25 19:55:14.408183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:14.410649"], ["id", 1], ["name", "Hard Boiled Demon"], ["updated_at", "2014-08-25 19:55:14.410649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:14.413457"], ["id", 1], ["name", "I Married a Bloody Ninjas"], ["updated_at", "2014-08-25 19:55:14.413457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.447358"], ["name", "Green Woman"], ["updated_at", "2014-08-25 19:55:14.447358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.448587"], ["name", "Blue Fly"], ["updated_at", "2014-08-25 19:55:14.448587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.450010"], ["name", "The Tokyo Hills Who Fell to Earth"], ["updated_at", "2014-08-25 19:55:14.450010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.450717"], ["name", "I am Identity"], ["updated_at", "2014-08-25 19:55:14.450717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.452328"], ["name", "Christmas on Francis Ridges"], ["updated_at", "2014-08-25 19:55:14.452328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.456444"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:55:14.456444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.459642"], ["name", "Nuclear Mutant"], ["updated_at", "2014-08-25 19:55:14.459642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.460619"], ["name", "The Blue Diaries from Hell"], ["updated_at", "2014-08-25 19:55:14.460619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.461453"], ["name", "Champagne Tears"], ["updated_at", "2014-08-25 19:55:14.461453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.462118"], ["name", "Blue Fly"], ["updated_at", "2014-08-25 19:55:14.462118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.462779"], ["name", "Case of the Missing American Cat"], ["updated_at", "2014-08-25 19:55:14.462779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 41ms (Views: 41.0ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.507925"], ["name", "The Bloody Gypsy with a Thousand Faces"], ["updated_at", "2014-08-25 19:55:14.507925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.509077"], ["name", "The Monster from 1760 Leagues"], ["updated_at", "2014-08-25 19:55:14.509077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.510310"], ["name", "Blue Gypsy: The Domenic Borer IV Story"], ["updated_at", "2014-08-25 19:55:14.510310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.511257"], ["name", "The Champagne Ninjas from Outer Space"], ["updated_at", "2014-08-25 19:55:14.511257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.511906"], ["name", "The American Men with a Thousand Faces"], ["updated_at", "2014-08-25 19:55:14.511906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:14.520600"], ["id", 1], ["name", "Legend of American Wolf"], ["updated_at", "2014-08-25 19:55:14.520600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:55:14 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:55:14 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:14.532684"], ["id", 1], ["name", "The Fake Dreams from Hell"], ["updated_at", "2014-08-25 19:55:14.532684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:55:14 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:55:14 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:14.542890"], ["name", "some new book"], ["updated_at", "2014-08-25 19:55:14.542890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:14.546542"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:55:14.546542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:55:14 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:55:14.550101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:55:14 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:14.559380"], ["id", 1], ["name", "Journey of the Electric Friday"], ["updated_at", "2014-08-25 19:55:14.559380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:14.561681"], ["id", 1], ["name", "Curse of the Blonde Tears"], ["updated_at", "2014-08-25 19:55:14.561681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:40.416482"], ["id", 1], ["name", "Rise of the Ultra Cousins"], ["updated_at", "2014-08-25 19:55:40.416482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:40.427598"], ["id", 1], ["name", "Day of the Death Man"], ["updated_at", "2014-08-25 19:55:40.427598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.474143"], ["name", "The Friday with a Thousand Faces"], ["updated_at", "2014-08-25 19:55:40.474143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.475361"], ["name", "Dangerous Brains"], ["updated_at", "2014-08-25 19:55:40.475361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.476789"], ["name", "Fake Diaries"], ["updated_at", "2014-08-25 19:55:40.476789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.477501"], ["name", "Dangerous Men"], ["updated_at", "2014-08-25 19:55:40.477501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.478161"], ["name", "Hungry Diaries"], ["updated_at", "2014-08-25 19:55:40.478161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.482120"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:55:40.482120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.485771"], ["name", "Christmas on Beahan Meadows"], ["updated_at", "2014-08-25 19:55:40.485771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.487014"], ["name", "Death City"], ["updated_at", "2014-08-25 19:55:40.487014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.487895"], ["name", "I Married a Dreams"], ["updated_at", "2014-08-25 19:55:40.487895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.488559"], ["name", "The Witch That Came to Dinner"], ["updated_at", "2014-08-25 19:55:40.488559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.489228"], ["name", "The Blue Clash from the Black Lagoon"], ["updated_at", "2014-08-25 19:55:40.489228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 41ms (Views: 40.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.534381"], ["name", "Killer Diaries"], ["updated_at", "2014-08-25 19:55:40.534381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.535488"], ["name", "The Wolves That Came to Dinner"], ["updated_at", "2014-08-25 19:55:40.535488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.536323"], ["name", "The Tentacle from Outer Space"], ["updated_at", "2014-08-25 19:55:40.536323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.536984"], ["name", "Death City"], ["updated_at", "2014-08-25 19:55:40.536984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.537643"], ["name", "The Blue Cat from Hell"], ["updated_at", "2014-08-25 19:55:40.537643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:40.546366"], ["id", 1], ["name", "The Ninjas Who Fell to Earth"], ["updated_at", "2014-08-25 19:55:40.546366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:40.549133"], ["id", 1], ["name", "The Tentacle Who Fell to Earth"], ["updated_at", "2014-08-25 19:55:40.549133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:40.551260"], ["id", 1], ["name", "The American World That Came to Dinner"], ["updated_at", "2014-08-25 19:55:40.551260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:40.553881"], ["id", 1], ["name", "Christmas on Stephanie Pike"], ["updated_at", "2014-08-25 19:55:40.553881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:40.556647"], ["id", 1], ["name", "Dangerous Tears 2: Son of Dangerous Tears"], ["updated_at", "2014-08-25 19:55:40.556647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:55:40 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:55:40 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:40.569011"], ["id", 1], ["name", "Death World"], ["updated_at", "2014-08-25 19:55:40.569011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:55:40 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:55:40 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:55:40.579655"], ["name", "some new book"], ["updated_at", "2014-08-25 19:55:40.579655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:55:40.583072"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:55:40.583072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:55:40 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:55:40.586610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:55:40 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:09.960932"], ["id", 1], ["name", "The Men with a Thousand Faces"], ["updated_at", "2014-08-25 19:56:09.960932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:09.972161"], ["id", 1], ["name", "Rise of the Gypsy"], ["updated_at", "2014-08-25 19:56:09.972161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:09.974846"], ["id", 1], ["name", "The Blonde Men from Hell"], ["updated_at", "2014-08-25 19:56:09.974846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:09.977985"], ["id", 1], ["name", "Christmas on Kailey Spring"], ["updated_at", "2014-08-25 19:56:09.977985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.022164"], ["name", "Tokyo Ninja"], ["updated_at", "2014-08-25 19:56:10.022164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.023388"], ["name", "Time of the Hills"], ["updated_at", "2014-08-25 19:56:10.023388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.024822"], ["name", "The Hungry Brain with a Thousand Faces"], ["updated_at", "2014-08-25 19:56:10.024822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.025561"], ["name", "Rise of the Demon"], ["updated_at", "2014-08-25 19:56:10.025561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.026248"], ["name", "American Demon"], ["updated_at", "2014-08-25 19:56:10.026248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.030125"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:56:10.030125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.033179"], ["name", "Forbidden Thief 2: Son of Forbidden Thief"], ["updated_at", "2014-08-25 19:56:10.033179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.034156"], ["name", "Case of the Missing Ninjas"], ["updated_at", "2014-08-25 19:56:10.034156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.035027"], ["name", "The Diaries That Came to Dinner"], ["updated_at", "2014-08-25 19:56:10.035027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.035741"], ["name", "The Clash from Mars"], ["updated_at", "2014-08-25 19:56:10.035741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.036471"], ["name", "Tentacle 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:56:10.036471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 41ms (Views: 41.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.081851"], ["name", "Return of the World"], ["updated_at", "2014-08-25 19:56:10.081851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.083032"], ["name", "Ultra Cousins 2: Son of Ultra Cousins"], ["updated_at", "2014-08-25 19:56:10.083032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.083871"], ["name", "Dr. City"], ["updated_at", "2014-08-25 19:56:10.083871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.084548"], ["name", "The Man with a Thousand Faces"], ["updated_at", "2014-08-25 19:56:10.084548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.085207"], ["name", "Blue Beast 2: Son of Blue Beast"], ["updated_at", "2014-08-25 19:56:10.085207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:10.093684"], ["id", 1], ["name", "Dangerous Wolves"], ["updated_at", "2014-08-25 19:56:10.093684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:10.096377"], ["id", 1], ["name", "The Clash from Hell"], ["updated_at", "2014-08-25 19:56:10.096377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:10.098852"], ["id", 1], ["name", "The Cat That Came to Dinner"], ["updated_at", "2014-08-25 19:56:10.098852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:56:10 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:56:10 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:10.110717"], ["id", 1], ["name", "Planet of the Danger Rain"], ["updated_at", "2014-08-25 19:56:10.110717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:56:10 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:56:10 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:10.120933"], ["name", "some new book"], ["updated_at", "2014-08-25 19:56:10.120933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:10.124353"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:56:10.124353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:56:10 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:56:10.127650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:56:10 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.869736"], ["name", "Season of the Jungle"], ["updated_at", "2014-08-25 19:56:27.869736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.873010"], ["name", "The Gypsy from Northwest Midlothian/Midlothian Country Club"], ["updated_at", "2014-08-25 19:56:27.873010"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.875052"], ["name", "The Fly with a Thousand Faces"], ["updated_at", "2014-08-25 19:56:27.875052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.875843"], ["name", "The Friday from Across the Ocean"], ["updated_at", "2014-08-25 19:56:27.875843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.876538"], ["name", "The World Who Fell to Earth"], ["updated_at", "2014-08-25 19:56:27.876538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.880747"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:56:27.880747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.890476"], ["name", "Tokyo Ninjas"], ["updated_at", "2014-08-25 19:56:27.890476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.891827"], ["name", "The Death Pickpocket from Across the Ocean"], ["updated_at", "2014-08-25 19:56:27.891827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.892737"], ["name", "Red Thief"], ["updated_at", "2014-08-25 19:56:27.892737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.893424"], ["name", "Ultra Wizard"], ["updated_at", "2014-08-25 19:56:27.893424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.894109"], ["name", "I Married a Killer Monster"], ["updated_at", "2014-08-25 19:56:27.894109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.908469"], ["name", "Death Cat"], ["updated_at", "2014-08-25 19:56:27.908469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.909725"], ["name", "Danger Wolf"], ["updated_at", "2014-08-25 19:56:27.909725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.910676"], ["name", "Invasion of the Thief"], ["updated_at", "2014-08-25 19:56:27.910676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.912303"], ["name", "When Sophie Met Ofelia"], ["updated_at", "2014-08-25 19:56:27.912303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.913286"], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:56:27.913286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:27.961854"], ["id", 1], ["name", "Dr. Thief"], ["updated_at", "2014-08-25 19:56:27.961854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:56:27 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:56:27 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:27.973993"], ["id", 1], ["name", "Time of the Mutant"], ["updated_at", "2014-08-25 19:56:27.973993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:56:27 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:56:27 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:27.984029"], ["name", "some new book"], ["updated_at", "2014-08-25 19:56:27.984029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:27.987417"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:56:27.987417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:56:27 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:56:27.991072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:56:27 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Book Load (0.1ms) SELECT "books".* FROM "books"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:28.030756"], ["id", 1], ["name", "Hard Boiled Pickpocket"], ["updated_at", "2014-08-25 19:56:28.030756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:28.033157"], ["id", 1], ["name", "Dangerous Monster"], ["updated_at", "2014-08-25 19:56:28.033157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:28.035967"], ["id", 1], ["name", "The Tokyo Clash Who Fell to Earth"], ["updated_at", "2014-08-25 19:56:28.035967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:28.038656"], ["id", 1], ["name", "Invasion of the Beast"], ["updated_at", "2014-08-25 19:56:28.038656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:28.041023"], ["id", 1], ["name", "The Red Rose of Northern Ireland"], ["updated_at", "2014-08-25 19:56:28.041023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:28.043458"], ["id", 1], ["name", "Time of the Wolf"], ["updated_at", "2014-08-25 19:56:28.043458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:45.980118"], ["id", 1], ["name", "118 A.D."], ["updated_at", "2014-08-25 19:56:45.980118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:45.991181"], ["id", 1], ["name", "The Flying Thief with a Thousand Faces"], ["updated_at", "2014-08-25 19:56:45.991181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:45.993883"], ["id", 1], ["name", "The Witch from Hell"], ["updated_at", "2014-08-25 19:56:45.993883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:45.996338"], ["id", 1], ["name", "Rise of the Nuclear Wolf"], ["updated_at", "2014-08-25 19:56:45.996338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:45.999416"], ["id", 1], ["name", "I am Tokyo Tentacle"], ["updated_at", "2014-08-25 19:56:45.999416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:46.001873"], ["id", 1], ["name", "Hard Boiled Rain"], ["updated_at", "2014-08-25 19:56:46.001873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:46.009971"], ["id", 1], ["name", "Planet of the Cat"], ["updated_at", "2014-08-25 19:56:46.009971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:56:46 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 42ms (Views: 40.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:56:46 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:46.092807"], ["id", 1], ["name", "Ultra World: The Meda Willms MD Story"], ["updated_at", "2014-08-25 19:56:46.092807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:56:46 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:56:46 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.103870"], ["name", "some new book"], ["updated_at", "2014-08-25 19:56:46.103870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:56:46.107835"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:56:46.107835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:56:46 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:56:46.111567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:56:46 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.120622"], ["name", "The Rain Without a Gypsy"], ["updated_at", "2014-08-25 19:56:46.120622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.121800"], ["name", "Fake Diaries"], ["updated_at", "2014-08-25 19:56:46.121800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.122731"], ["name", "Death Friday: The Elbert Rau Story"], ["updated_at", "2014-08-25 19:56:46.122731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.123451"], ["name", "Blue Brains"], ["updated_at", "2014-08-25 19:56:46.123451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.124164"], ["name", "The Dreams from the Black Lagoon"], ["updated_at", "2014-08-25 19:56:46.124164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.127376"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:56:46.127376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.130539"], ["name", "Killer Jungle"], ["updated_at", "2014-08-25 19:56:46.130539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.131611"], ["name", "The Diaries from 11228 Leagues"], ["updated_at", "2014-08-25 19:56:46.131611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.132610"], ["name", "Bloody Hills"], ["updated_at", "2014-08-25 19:56:46.132610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.133471"], ["name", "Death City 2: Son of Death City"], ["updated_at", "2014-08-25 19:56:46.133471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.134315"], ["name", "The Blonde Demon from Across the Ocean"], ["updated_at", "2014-08-25 19:56:46.134315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.139246"], ["name", "The Mutant from Mars"], ["updated_at", "2014-08-25 19:56:46.139246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.140518"], ["name", "Red Woman"], ["updated_at", "2014-08-25 19:56:46.140518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.141504"], ["name", "Champagne Blow"], ["updated_at", "2014-08-25 19:56:46.141504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.142279"], ["name", "Rise of the Beast"], ["updated_at", "2014-08-25 19:56:46.142279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:56:46.143006"], ["name", "Death Man"], ["updated_at", "2014-08-25 19:56:46.143006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:02.199019"], ["id", 1], ["name", "Hard Boiled City"], ["updated_at", "2014-08-25 19:57:02.199019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:02.203499"], ["id", 1], ["name", "Bloody Dreams"], ["updated_at", "2014-08-25 19:57:02.203499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:02.205743"], ["id", 1], ["name", "The Electric Clash from the Black Lagoon"], ["updated_at", "2014-08-25 19:57:02.205743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:02.208536"], ["id", 1], ["name", "The Fake Beast from Hell"], ["updated_at", "2014-08-25 19:57:02.208536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:02.226771"], ["id", 1], ["name", "Blue Demon"], ["updated_at", "2014-08-25 19:57:02.226771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:02.229322"], ["id", 1], ["name", "The Blonde Witch from Hell"], ["updated_at", "2014-08-25 19:57:02.229322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:02.232186"], ["id", 1], ["name", "The Women"], ["updated_at", "2014-08-25 19:57:02.232186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:57:02 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:57:02 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:02.316518"], ["id", 1], ["name", "Killer City"], ["updated_at", "2014-08-25 19:57:02.316518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:57:02 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:57:02 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.327458"], ["name", "some new book"], ["updated_at", "2014-08-25 19:57:02.327458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:02.330903"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:57:02.330903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:57:02 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:57:02.334420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:57:02 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.345265"], ["name", "American Rain: The Shania Block Story"], ["updated_at", "2014-08-25 19:57:02.345265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.346734"], ["name", "Season of the Nuclear Gypsy"], ["updated_at", "2014-08-25 19:57:02.346734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.347698"], ["name", "The Danger Identity with a Thousand Faces"], ["updated_at", "2014-08-25 19:57:02.347698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.348426"], ["name", "The Beast from the Black Lagoon"], ["updated_at", "2014-08-25 19:57:02.348426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.349122"], ["name", "Dangerous Rain"], ["updated_at", "2014-08-25 19:57:02.349122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.352436"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:57:02.352436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.355672"], ["name", "Ultra Pickpocket"], ["updated_at", "2014-08-25 19:57:02.355672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.356745"], ["name", "Ultra Wolves"], ["updated_at", "2014-08-25 19:57:02.356745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.357699"], ["name", "Nuclear Monster"], ["updated_at", "2014-08-25 19:57:02.357699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.358424"], ["name", "Ultra Wolf"], ["updated_at", "2014-08-25 19:57:02.358424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.359123"], ["name", "Cousins 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:57:02.359123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.363954"], ["name", "The World with a Thousand Faces"], ["updated_at", "2014-08-25 19:57:02.363954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.365103"], ["name", "I Married a Red Diaries"], ["updated_at", "2014-08-25 19:57:02.365103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.366034"], ["name", "Dr. Monster"], ["updated_at", "2014-08-25 19:57:02.366034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.366788"], ["name", "Dangerous Jungle"], ["updated_at", "2014-08-25 19:57:02.366788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:02.367557"], ["name", "Electric Witch"], ["updated_at", "2014-08-25 19:57:02.367557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.521957"], ["name", "I Married a Tokyo City"], ["updated_at", "2014-08-25 19:57:09.521957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.524928"], ["name", "The White Rose of Northern Ireland"], ["updated_at", "2014-08-25 19:57:09.524928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.527417"], ["name", "When Winona Met Levi"], ["updated_at", "2014-08-25 19:57:09.527417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.528513"], ["name", "The Brain Who Fell to Earth"], ["updated_at", "2014-08-25 19:57:09.528513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.529192"], ["name", "The Bloody Man That Came to Dinner"], ["updated_at", "2014-08-25 19:57:09.529192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.533124"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 19:57:09.533124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.542490"], ["name", "The Cousins Without a Wolves"], ["updated_at", "2014-08-25 19:57:09.542490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.543559"], ["name", "The Women That Came to Dinner"], ["updated_at", "2014-08-25 19:57:09.543559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.544443"], ["name", "Death Fly"], ["updated_at", "2014-08-25 19:57:09.544443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.545184"], ["name", "Blue Identity"], ["updated_at", "2014-08-25 19:57:09.545184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.545880"], ["name", "Wolves 2: Electric Boogaloo"], ["updated_at", "2014-08-25 19:57:09.545880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.560748"], ["name", "The Killer Ninja That Came to Dinner"], ["updated_at", "2014-08-25 19:57:09.560748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.561923"], ["name", "2003 A.D."], ["updated_at", "2014-08-25 19:57:09.561923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.562812"], ["name", "Bloody Clash"], ["updated_at", "2014-08-25 19:57:09.562812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.563502"], ["name", "The Pickpocket from Hell"], ["updated_at", "2014-08-25 19:57:09.563502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.564181"], ["name", "Legend of American Demon"], ["updated_at", "2014-08-25 19:57:09.564181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:09.570970"], ["id", 1], ["name", "Return of the Green Demon"], ["updated_at", "2014-08-25 19:57:09.570970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 12:57:09 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 12:57:09 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:09.615458"], ["id", 1], ["name", "Hard Boiled Man"], ["updated_at", "2014-08-25 19:57:09.615458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 12:57:09 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 12:57:09 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 19:57:09.625769"], ["name", "some new book"], ["updated_at", "2014-08-25 19:57:09.625769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:09.629419"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 19:57:09.629419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 12:57:09 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 19:57:09.632859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 12:57:09 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:09.643688"], ["id", 1], ["name", "Codename: Action Witch"], ["updated_at", "2014-08-25 19:57:09.643688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:09.647562"], ["id", 1], ["name", "Bloody Wizard 2: Son of Bloody Wizard"], ["updated_at", "2014-08-25 19:57:09.647562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:09.655061"], ["id", 1], ["name", "Legend of Ultra Cousins"], ["updated_at", "2014-08-25 19:57:09.655061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:09.657542"], ["id", 1], ["name", "165 A.D."], ["updated_at", "2014-08-25 19:57:09.657542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:09.660180"], ["id", 1], ["name", "Killer Women: The Mr. Jennie Collier Story"], ["updated_at", "2014-08-25 19:57:09.660180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 19:57:09.662595"], ["id", 1], ["name", "Fake Dreams"], ["updated_at", "2014-08-25 19:57:09.662595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:29.792867"], ["id", 1], ["name", "Curse of the Green World"], ["updated_at", "2014-08-25 22:14:29.792867"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:29.805513"], ["id", 1], ["name", "Flying Demon: The Owen Pollich Story"], ["updated_at", "2014-08-25 22:14:29.805513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:29.811962"], ["id", 1], ["name", "The Tokyo Man from Mars"], ["updated_at", "2014-08-25 22:14:29.811962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:29.817317"], ["id", 1], ["name", "Case of the Missing Fly"], ["updated_at", "2014-08-25 22:14:29.817317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:29.835810"], ["id", 1], ["name", "The Friday from Hell"], ["updated_at", "2014-08-25 22:14:29.835810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:29.838693"], ["id", 1], ["name", "When Lou Met Jeffry"], ["updated_at", "2014-08-25 22:14:29.838693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.875821"], ["name", "Codename: Red Wolf"], ["updated_at", "2014-08-25 22:14:29.875821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.877175"], ["name", "Codename: Killer Monster"], ["updated_at", "2014-08-25 22:14:29.877175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.878735"], ["name", "Case of the Missing Ultra Ninja"], ["updated_at", "2014-08-25 22:14:29.878735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.879795"], ["name", "The Clash from West Covina East"], ["updated_at", "2014-08-25 22:14:29.879795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.880842"], ["name", "American Identity"], ["updated_at", "2014-08-25 22:14:29.880842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.884976"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:14:29.884976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.888271"], ["name", "Electric Tentacle"], ["updated_at", "2014-08-25 22:14:29.888271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.889376"], ["name", "The Cousins"], ["updated_at", "2014-08-25 22:14:29.889376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.890230"], ["name", "The City Without a Ninjas"], ["updated_at", "2014-08-25 22:14:29.890230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.890875"], ["name", "Danger Woman"], ["updated_at", "2014-08-25 22:14:29.890875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.891492"], ["name", "Green Cat"], ["updated_at", "2014-08-25 22:14:29.891492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 42ms (Views: 41.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.937130"], ["name", "Planet of the Beast"], ["updated_at", "2014-08-25 22:14:29.937130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.938272"], ["name", "The Diaries Without a Diaries"], ["updated_at", "2014-08-25 22:14:29.938272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.939153"], ["name", "Invasion of the Flying Men"], ["updated_at", "2014-08-25 22:14:29.939153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.939817"], ["name", "Codename: Wizard"], ["updated_at", "2014-08-25 22:14:29.939817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.940471"], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", "2014-08-25 22:14:29.940471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:29.947224"], ["id", 1], ["name", "Hard Boiled Jungle"], ["updated_at", "2014-08-25 22:14:29.947224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:14:29 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:14:29 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:29.959511"], ["id", 1], ["name", "Tokyo Monster"], ["updated_at", "2014-08-25 22:14:29.959511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:14:29 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:14:29 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:29.969822"], ["name", "some new book"], ["updated_at", "2014-08-25 22:14:29.969822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:29.973393"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:14:29.973393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:14:29 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:14:29.977106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:14:29 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:44.239654"], ["id", 1], ["name", "Dangerous Brain 2: Son of Dangerous Brain"], ["updated_at", "2014-08-25 22:14:44.239654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:44.250877"], ["id", 1], ["name", "Hard Boiled Wizard"], ["updated_at", "2014-08-25 22:14:44.250877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:44.255139"], ["id", 1], ["name", "The Thief That Came to Dinner"], ["updated_at", "2014-08-25 22:14:44.255139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:14:44 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (29.9ms) Completed 200 OK in 42ms (Views: 39.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:14:44 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:44.341310"], ["id", 1], ["name", "When Max Met Dewitt"], ["updated_at", "2014-08-25 22:14:44.341310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:14:44 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:14:44 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.352587"], ["name", "some new book"], ["updated_at", "2014-08-25 22:14:44.352587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:44.356063"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:14:44.356063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:14:44 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:14:44.359624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:14:44 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:44.371364"], ["id", 1], ["name", "Champagne Wizard"], ["updated_at", "2014-08-25 22:14:44.371364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:44.373849"], ["id", 1], ["name", "When Ronaldo Met Emanuel"], ["updated_at", "2014-08-25 22:14:44.373849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:44.376733"], ["id", 1], ["name", "Time of the Gypsy"], ["updated_at", "2014-08-25 22:14:44.376733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:14:44.379280"], ["id", 1], ["name", "Fake Identity: The Dorothy Moen Story"], ["updated_at", "2014-08-25 22:14:44.379280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.382489"], ["name", "Bloody Rain"], ["updated_at", "2014-08-25 22:14:44.382489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.383783"], ["name", "The Tokyo Gypsy with a Thousand Faces"], ["updated_at", "2014-08-25 22:14:44.383783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.384773"], ["name", "Danger Cat: The Shemar Jones Story"], ["updated_at", "2014-08-25 22:14:44.384773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.385449"], ["name", "Case of the Missing Blonde Ninjas"], ["updated_at", "2014-08-25 22:14:44.385449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.386107"], ["name", "The Ninja That Came to Dinner"], ["updated_at", "2014-08-25 22:14:44.386107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.389280"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:14:44.389280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.392428"], ["name", "War of the Fake Blow"], ["updated_at", "2014-08-25 22:14:44.392428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.393416"], ["name", "Hungry Dreams"], ["updated_at", "2014-08-25 22:14:44.393416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.394437"], ["name", "Tokyo Tentacle"], ["updated_at", "2014-08-25 22:14:44.394437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.395123"], ["name", "Codename: Forbidden Diaries"], ["updated_at", "2014-08-25 22:14:44.395123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.395774"], ["name", "Champagne Diaries"], ["updated_at", "2014-08-25 22:14:44.395774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.400375"], ["name", "War of the Rain"], ["updated_at", "2014-08-25 22:14:44.400375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.401440"], ["name", "Bloody Fly"], ["updated_at", "2014-08-25 22:14:44.401440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.402350"], ["name", "The Cousins from Mars"], ["updated_at", "2014-08-25 22:14:44.402350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.403021"], ["name", "Legend of Dreams"], ["updated_at", "2014-08-25 22:14:44.403021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:14:44.403696"], ["name", "The Hills from Across the Ocean"], ["updated_at", "2014-08-25 22:14:44.403696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.441854"], ["name", "The Wolf with a Thousand Faces"], ["updated_at", "2014-08-25 22:15:13.441854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.444757"], ["name", "The Diaries from 2683 Leagues"], ["updated_at", "2014-08-25 22:15:13.444757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.446650"], ["name", "Legend of Thief"], ["updated_at", "2014-08-25 22:15:13.446650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.447851"], ["name", "The Green Wolf Who Fell to Earth"], ["updated_at", "2014-08-25 22:15:13.447851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.448721"], ["name", "The Killer Diaries from Hell"], ["updated_at", "2014-08-25 22:15:13.448721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.452513"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:15:13.452513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.461902"], ["name", "I Married a Blue Demon"], ["updated_at", "2014-08-25 22:15:13.461902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.462972"], ["name", "The Ultra Jungle with a Thousand Faces"], ["updated_at", "2014-08-25 22:15:13.462972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.463975"], ["name", "Dr. Hills"], ["updated_at", "2014-08-25 22:15:13.463975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.464657"], ["name", "The Bloody Monster from the Black Lagoon"], ["updated_at", "2014-08-25 22:15:13.464657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.466280"], ["name", "Death Brains: The Florine Mraz Story"], ["updated_at", "2014-08-25 22:15:13.466280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 40ms (Views: 40.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.511053"], ["name", "Killer Mutant 2: Son of Killer Mutant"], ["updated_at", "2014-08-25 22:15:13.511053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.512174"], ["name", "When Alvena Met Antonio"], ["updated_at", "2014-08-25 22:15:13.512174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.513060"], ["name", "Hungry Clash"], ["updated_at", "2014-08-25 22:15:13.513060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.513724"], ["name", "The Wolf Without a Ninjas"], ["updated_at", "2014-08-25 22:15:13.513724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.514382"], ["name", "When Otilia Met Jedidiah"], ["updated_at", "2014-08-25 22:15:13.514382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:15:13.528917"], ["id", 1], ["name", "Hard Boiled Tentacle"], ["updated_at", "2014-08-25 22:15:13.528917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:15:13.531183"], ["id", 1], ["name", "Killer Rain"], ["updated_at", "2014-08-25 22:15:13.531183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:15:13.533701"], ["id", 1], ["name", "Codename: Forbidden Men"], ["updated_at", "2014-08-25 22:15:13.533701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:15:13.535873"], ["id", 1], ["name", "Pickpocket 2: Electric Boogaloo"], ["updated_at", "2014-08-25 22:15:13.535873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:15:13.538818"], ["id", 1], ["name", "Death Gypsy: The Lawrence Huel Story"], ["updated_at", "2014-08-25 22:15:13.538818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:15:13.540998"], ["id", 1], ["name", "The Danger Wizard with a Thousand Faces"], ["updated_at", "2014-08-25 22:15:13.540998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:15:13.547950"], ["id", 1], ["name", "Red Hills"], ["updated_at", "2014-08-25 22:15:13.547950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:15:13 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:15:13 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:15:13.560146"], ["id", 1], ["name", "Case of the Missing Ultra Identity"], ["updated_at", "2014-08-25 22:15:13.560146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:15:13 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:15:13 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:15:13.570679"], ["name", "some new book"], ["updated_at", "2014-08-25 22:15:13.570679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:15:13.574029"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:15:13.574029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:15:13 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:15:13.577508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:15:13 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.297562"], ["name", "Electric Rain"], ["updated_at", "2014-08-25 22:16:52.297562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.300412"], ["name", "Ultra Wizard"], ["updated_at", "2014-08-25 22:16:52.300412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.302137"], ["name", "1853 A.D."], ["updated_at", "2014-08-25 22:16:52.302137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.302891"], ["name", "Killer Fly 2: Son of Killer Fly"], ["updated_at", "2014-08-25 22:16:52.302891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.303574"], ["name", "The City from 16392 Leagues"], ["updated_at", "2014-08-25 22:16:52.303574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.307808"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:16:52.307808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.317712"], ["name", "I am Dangerous Clash"], ["updated_at", "2014-08-25 22:16:52.317712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.319620"], ["name", "Je Vous Presente, Vance"], ["updated_at", "2014-08-25 22:16:52.319620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.320851"], ["name", "The Electric Men from the Black Lagoon"], ["updated_at", "2014-08-25 22:16:52.320851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.321601"], ["name", "Fake Brains"], ["updated_at", "2014-08-25 22:16:52.321601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.322258"], ["name", "The Danger Beast with a Thousand Faces"], ["updated_at", "2014-08-25 22:16:52.322258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.336408"], ["name", "The Monster from Mars"], ["updated_at", "2014-08-25 22:16:52.336408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.337564"], ["name", "Dr. Hills"], ["updated_at", "2014-08-25 22:16:52.337564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.338487"], ["name", "Danger Rain"], ["updated_at", "2014-08-25 22:16:52.338487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.339146"], ["name", "Hungry Ninja"], ["updated_at", "2014-08-25 22:16:52.339146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.339796"], ["name", "Death Tentacle"], ["updated_at", "2014-08-25 22:16:52.339796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:16:52.391915"], ["id", 1], ["name", "Return of the Men"], ["updated_at", "2014-08-25 22:16:52.391915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:16:52 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:16:52 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:16:52.404241"], ["id", 1], ["name", "Blonde Clash"], ["updated_at", "2014-08-25 22:16:52.404241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:16:52 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:16:52 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:16:52.414836"], ["name", "some new book"], ["updated_at", "2014-08-25 22:16:52.414836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:16:52.418547"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:16:52.418547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:16:52 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:16:52.422187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:16:52 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:16:52.433975"], ["id", 1], ["name", "I am Pickpocket"], ["updated_at", "2014-08-25 22:16:52.433975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:16:52.436839"], ["id", 1], ["name", "Nuclear Brains"], ["updated_at", "2014-08-25 22:16:52.436839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:16:52.439040"], ["id", 1], ["name", "Invasion of the Mutant"], ["updated_at", "2014-08-25 22:16:52.439040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:16:52.441257"], ["id", 1], ["name", "Action Ninjas"], ["updated_at", "2014-08-25 22:16:52.441257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:16:52.443639"], ["id", 1], ["name", "Codename: Friday"], ["updated_at", "2014-08-25 22:16:52.443639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:16:52.445944"], ["id", 1], ["name", "Return of the Blonde Dreams"], ["updated_at", "2014-08-25 22:16:52.445944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:04.456967"], ["id", 1], ["name", "Day of the Tokyo Rain"], ["updated_at", "2014-08-25 22:17:04.456967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:17:04 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:17:04 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:04.519468"], ["id", 1], ["name", "The Death Jungle with a Thousand Faces"], ["updated_at", "2014-08-25 22:17:04.519468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:17:04 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (31.1ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 33ms (ActiveRecord: 31.3ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:17:04 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.561673"], ["name", "some new book"], ["updated_at", "2014-08-25 22:17:04.561673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:04.565468"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:17:04.565468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:17:04 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:17:04.568916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:17:04 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:04.579827"], ["id", 1], ["name", "When Chyna Met Mose"], ["updated_at", "2014-08-25 22:17:04.579827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:04.582242"], ["id", 1], ["name", "Red Mutant 2: Son of Red Mutant"], ["updated_at", "2014-08-25 22:17:04.582242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:04.584539"], ["id", 1], ["name", "The Dreams Without a Cat"], ["updated_at", "2014-08-25 22:17:04.584539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:04.587129"], ["id", 1], ["name", "Day of the Ultra Witch"], ["updated_at", "2014-08-25 22:17:04.587129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:04.592037"], ["id", 1], ["name", "Bloody Ninja"], ["updated_at", "2014-08-25 22:17:04.592037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:04.594884"], ["id", 1], ["name", "Legend of Dreams"], ["updated_at", "2014-08-25 22:17:04.594884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.600386"], ["name", "Flying Friday"], ["updated_at", "2014-08-25 22:17:04.600386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.601696"], ["name", "The Friday from Outer Space"], ["updated_at", "2014-08-25 22:17:04.601696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.602638"], ["name", "Return of the Diaries"], ["updated_at", "2014-08-25 22:17:04.602638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.603366"], ["name", "Legend of Diaries"], ["updated_at", "2014-08-25 22:17:04.603366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.604145"], ["name", "Curse of the Ultra Men"], ["updated_at", "2014-08-25 22:17:04.604145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.607327"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:17:04.607327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.610790"], ["name", "Electric Beast: The Amir Kassulke Story"], ["updated_at", "2014-08-25 22:17:04.610790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.612188"], ["name", "The Clash from Outer Space"], ["updated_at", "2014-08-25 22:17:04.612188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.613126"], ["name", "The Killer Brains from Hell"], ["updated_at", "2014-08-25 22:17:04.613126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.613829"], ["name", "The Yellow Rose of Wales"], ["updated_at", "2014-08-25 22:17:04.613829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.614506"], ["name", "Fake Monster 2: Son of Fake Monster"], ["updated_at", "2014-08-25 22:17:04.614506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.619406"], ["name", "2977 A.D."], ["updated_at", "2014-08-25 22:17:04.619406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.620681"], ["name", "Je Vous Presente, Kailey"], ["updated_at", "2014-08-25 22:17:04.620681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.621635"], ["name", "The Killer Gypsy from Outer Space"], ["updated_at", "2014-08-25 22:17:04.621635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.622361"], ["name", "The Forbidden Brains That Came to Dinner"], ["updated_at", "2014-08-25 22:17:04.622361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:04.623088"], ["name", "Green Monster"], ["updated_at", "2014-08-25 22:17:04.623088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:21.600606"], ["id", 1], ["name", "American Women: The Braeden Beahan Story"], ["updated_at", "2014-08-25 22:17:21.600606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:21.611140"], ["id", 1], ["name", "Danger Tears"], ["updated_at", "2014-08-25 22:17:21.611140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:21.613772"], ["id", 1], ["name", "Christmas on Ashlee Stravenue"], ["updated_at", "2014-08-25 22:17:21.613772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:21.616283"], ["id", 1], ["name", "Time of the Nuclear Clash"], ["updated_at", "2014-08-25 22:17:21.616283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:21.619736"], ["id", 1], ["name", "The Mutant from Mars"], ["updated_at", "2014-08-25 22:17:21.619736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:17:21 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 42ms (Views: 40.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:17:21 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:21.704545"], ["id", 1], ["name", "The Men Who Fell to Earth"], ["updated_at", "2014-08-25 22:17:21.704545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:17:21 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:17:21 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.715631"], ["name", "some new book"], ["updated_at", "2014-08-25 22:17:21.715631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:21.719154"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:17:21.719154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:17:21 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:17:21.722630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:17:21 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:21.733947"], ["id", 1], ["name", "I Married a Hills"], ["updated_at", "2014-08-25 22:17:21.733947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:21.736972"], ["id", 1], ["name", "American Hills"], ["updated_at", "2014-08-25 22:17:21.736972"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.760904"], ["name", "Fake City: The Miss Susan Fahey Story"], ["updated_at", "2014-08-25 22:17:21.760904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.762300"], ["name", "I Married a Fly"], ["updated_at", "2014-08-25 22:17:21.762300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.763825"], ["name", "Return of the Death Woman"], ["updated_at", "2014-08-25 22:17:21.763825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.764968"], ["name", "A Fistful of Killer Brain"], ["updated_at", "2014-08-25 22:17:21.764968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.765826"], ["name", "Blue Identity: The Davion Beahan Story"], ["updated_at", "2014-08-25 22:17:21.765826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.769333"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:17:21.769333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.773102"], ["name", "Electric City"], ["updated_at", "2014-08-25 22:17:21.773102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.774613"], ["name", "Return of the Nuclear Pickpocket"], ["updated_at", "2014-08-25 22:17:21.774613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.776332"], ["name", "Day of the Tears"], ["updated_at", "2014-08-25 22:17:21.776332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.777409"], ["name", "Action Dreams"], ["updated_at", "2014-08-25 22:17:21.777409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.778564"], ["name", "Killer Gypsy 2: Son of Killer Gypsy"], ["updated_at", "2014-08-25 22:17:21.778564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.785755"], ["name", "Christmas on Maximillia Hills"], ["updated_at", "2014-08-25 22:17:21.785755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.787423"], ["name", "The Blue World Who Fell to Earth"], ["updated_at", "2014-08-25 22:17:21.787423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.788638"], ["name", "Bloody World"], ["updated_at", "2014-08-25 22:17:21.788638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.789547"], ["name", "Time of the Wolf"], ["updated_at", "2014-08-25 22:17:21.789547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:21.790371"], ["name", "The Woman from Across the Ocean"], ["updated_at", "2014-08-25 22:17:21.790371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:35.445282"], ["id", 1], ["name", "The Bloody Diaries with a Thousand Faces"], ["updated_at", "2014-08-25 22:17:35.445282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:35.455798"], ["id", 1], ["name", "Rise of the Hungry Beast"], ["updated_at", "2014-08-25 22:17:35.455798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:35.459625"], ["id", 1], ["name", "Dangerous City"], ["updated_at", "2014-08-25 22:17:35.459625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:35.462472"], ["id", 1], ["name", "Forbidden Friday 2: Son of Forbidden Friday"], ["updated_at", "2014-08-25 22:17:35.462472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:35.464880"], ["id", 1], ["name", "Green Women"], ["updated_at", "2014-08-25 22:17:35.464880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:35.467335"], ["id", 1], ["name", "Killer World"], ["updated_at", "2014-08-25 22:17:35.467335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:35.470522"], ["id", 1], ["name", "The City Who Fell to Earth"], ["updated_at", "2014-08-25 22:17:35.470522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:17:35 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 43ms (Views: 41.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:17:35 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:35.554702"], ["id", 1], ["name", "Nuclear Tentacle 2: Son of Nuclear Tentacle"], ["updated_at", "2014-08-25 22:17:35.554702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:17:35 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.7ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.3ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:17:35 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.565211"], ["name", "some new book"], ["updated_at", "2014-08-25 22:17:35.565211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:35.568676"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:17:35.568676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:17:35 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:17:35.572003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:17:35 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.587178"], ["name", "Dangerous Ninjas"], ["updated_at", "2014-08-25 22:17:35.587178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.588499"], ["name", "Case of the Missing Jungle"], ["updated_at", "2014-08-25 22:17:35.588499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.589529"], ["name", "The Ninjas from 1346 Leagues"], ["updated_at", "2014-08-25 22:17:35.589529"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.590511"], ["name", "The Beast from 2359 Leagues"], ["updated_at", "2014-08-25 22:17:35.590511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.591207"], ["name", "Time of the Death World"], ["updated_at", "2014-08-25 22:17:35.591207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.594622"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:17:35.594622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.597937"], ["name", "The Men from Outer Space"], ["updated_at", "2014-08-25 22:17:35.597937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.598990"], ["name", "The Tears"], ["updated_at", "2014-08-25 22:17:35.598990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.599954"], ["name", "The Monster Without a Tentacle"], ["updated_at", "2014-08-25 22:17:35.599954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.600679"], ["name", "The American Woman"], ["updated_at", "2014-08-25 22:17:35.600679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.601367"], ["name", "Danger Friday"], ["updated_at", "2014-08-25 22:17:35.601367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.606760"], ["name", "Nuclear Man"], ["updated_at", "2014-08-25 22:17:35.606760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.608561"], ["name", "Hard Boiled Women"], ["updated_at", "2014-08-25 22:17:35.608561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.610021"], ["name", "Planet of the Electric Pickpocket"], ["updated_at", "2014-08-25 22:17:35.610021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.611203"], ["name", "The Forbidden Dreams from Hell"], ["updated_at", "2014-08-25 22:17:35.611203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:35.612385"], ["name", "The Cat from Mars"], ["updated_at", "2014-08-25 22:17:35.612385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:53.649598"], ["id", 1], ["name", "Red Man"], ["updated_at", "2014-08-25 22:17:53.649598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:53.659978"], ["id", 1], ["name", "The Tears with a Thousand Faces"], ["updated_at", "2014-08-25 22:17:53.659978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.693704"], ["name", "The Flying Monster from Mars"], ["updated_at", "2014-08-25 22:17:53.693704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.695237"], ["name", "War of the Champagne Wizard"], ["updated_at", "2014-08-25 22:17:53.695237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.697139"], ["name", "The Demon with a Thousand Faces"], ["updated_at", "2014-08-25 22:17:53.697139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.697910"], ["name", "The Wizard Without a Wolves"], ["updated_at", "2014-08-25 22:17:53.697910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.698574"], ["name", "Champagne Woman"], ["updated_at", "2014-08-25 22:17:53.698574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.702543"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:17:53.702543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.705828"], ["name", "Time of the Danger Friday"], ["updated_at", "2014-08-25 22:17:53.705828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.706812"], ["name", "The Brains from Outer Space"], ["updated_at", "2014-08-25 22:17:53.706812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.708372"], ["name", "When Kane Met Retha"], ["updated_at", "2014-08-25 22:17:53.708372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.709331"], ["name", "The Death Dreams"], ["updated_at", "2014-08-25 22:17:53.709331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.710044"], ["name", "When Loyce Met Armand"], ["updated_at", "2014-08-25 22:17:53.710044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 41ms (Views: 40.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.755052"], ["name", "The Mutant from Hell"], ["updated_at", "2014-08-25 22:17:53.755052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.756186"], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-08-25 22:17:53.756186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.757119"], ["name", "Day of the Fake Brain"], ["updated_at", "2014-08-25 22:17:53.757119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.757802"], ["name", "Curse of the Brain"], ["updated_at", "2014-08-25 22:17:53.757802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.758465"], ["name", "The Killer Tentacle from Across the Ocean"], ["updated_at", "2014-08-25 22:17:53.758465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:53.770888"], ["id", 1], ["name", "A Fistful of Ninja"], ["updated_at", "2014-08-25 22:17:53.770888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:53.773765"], ["id", 1], ["name", "The Gypsy from Outer Space"], ["updated_at", "2014-08-25 22:17:53.773765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:53.775816"], ["id", 1], ["name", "Blue Men 2: Son of Blue Men"], ["updated_at", "2014-08-25 22:17:53.775816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:53.777883"], ["id", 1], ["name", "The Nuclear Brains from the Black Lagoon"], ["updated_at", "2014-08-25 22:17:53.777883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:53.780961"], ["id", 1], ["name", "I Married a Wolf"], ["updated_at", "2014-08-25 22:17:53.780961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:17:53 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:17:53 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:53.793379"], ["id", 1], ["name", "Tentacle 2: Electric Boogaloo"], ["updated_at", "2014-08-25 22:17:53.793379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:17:53 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:17:53 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:17:53.803412"], ["name", "some new book"], ["updated_at", "2014-08-25 22:17:53.803412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:17:53.806995"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:17:53.806995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:17:53 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:17:53.810405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:17:53 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:07.700633"], ["id", 1], ["name", "The Ninja from Ocean Parkway South"], ["updated_at", "2014-08-25 22:18:07.700633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:07.711225"], ["id", 1], ["name", "The Ultra Clash with a Thousand Faces"], ["updated_at", "2014-08-25 22:18:07.711225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:07.714932"], ["id", 1], ["name", "The Tokyo City from Hell"], ["updated_at", "2014-08-25 22:18:07.714932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:18:07 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 43ms (Views: 41.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:18:07 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:07.799635"], ["id", 1], ["name", "Blonde Brains 2: Son of Blonde Brains"], ["updated_at", "2014-08-25 22:18:07.799635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:18:07 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:18:07 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.814004"], ["name", "some new book"], ["updated_at", "2014-08-25 22:18:07.814004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:07.819555"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:18:07.819555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:18:07 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:18:07.825185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:18:07 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:07.842297"], ["id", 1], ["name", "The Mutant from Across the Ocean"], ["updated_at", "2014-08-25 22:18:07.842297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:07.845931"], ["id", 1], ["name", "Invasion of the Forbidden Brains"], ["updated_at", "2014-08-25 22:18:07.845931"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:07.850617"], ["id", 1], ["name", "Death Woman"], ["updated_at", "2014-08-25 22:18:07.850617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:07.854534"], ["id", 1], ["name", "The Ninjas Who Fell to Earth"], ["updated_at", "2014-08-25 22:18:07.854534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.869564"], ["name", "American City"], ["updated_at", "2014-08-25 22:18:07.869564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.870904"], ["name", "Rise of the Identity"], ["updated_at", "2014-08-25 22:18:07.870904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.871945"], ["name", "War of the Tentacle"], ["updated_at", "2014-08-25 22:18:07.871945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.872919"], ["name", "The Wizard from Across the Ocean"], ["updated_at", "2014-08-25 22:18:07.872919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.874328"], ["name", "Time of the Champagne Women"], ["updated_at", "2014-08-25 22:18:07.874328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.879017"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:18:07.879017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.883054"], ["name", "Champagne Dreams"], ["updated_at", "2014-08-25 22:18:07.883054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.884196"], ["name", "The Blonde World Who Fell to Earth"], ["updated_at", "2014-08-25 22:18:07.884196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.885638"], ["name", "Hard Boiled Brains"], ["updated_at", "2014-08-25 22:18:07.885638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.886843"], ["name", "Fake Friday"], ["updated_at", "2014-08-25 22:18:07.886843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.888048"], ["name", "The Woman from Across the Ocean"], ["updated_at", "2014-08-25 22:18:07.888048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.895119"], ["name", "The Killer Monster from the Black Lagoon"], ["updated_at", "2014-08-25 22:18:07.895119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.896343"], ["name", "Hungry Rain"], ["updated_at", "2014-08-25 22:18:07.896343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.897492"], ["name", "Codename: Monster"], ["updated_at", "2014-08-25 22:18:07.897492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.898334"], ["name", "Case of the Missing Wizard"], ["updated_at", "2014-08-25 22:18:07.898334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:07.899200"], ["name", "Dr. Gypsy"], ["updated_at", "2014-08-25 22:18:07.899200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:14.248095"], ["id", 1], ["name", "Green Women"], ["updated_at", "2014-08-25 22:18:14.248095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:18:14 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:18:14 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:14.309243"], ["id", 1], ["name", "Red Thief"], ["updated_at", "2014-08-25 22:18:14.309243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:18:14 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:18:14 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.350333"], ["name", "some new book"], ["updated_at", "2014-08-25 22:18:14.350333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:14.353708"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:18:14.353708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:18:14 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:18:14.357089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:18:14 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.376094"], ["name", "The Identity with a Thousand Faces"], ["updated_at", "2014-08-25 22:18:14.376094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.377323"], ["name", "The Wolf Who Fell to Earth"], ["updated_at", "2014-08-25 22:18:14.377323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.378437"], ["name", "Codename: Forbidden Brain"], ["updated_at", "2014-08-25 22:18:14.378437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.379364"], ["name", "Danger Mutant"], ["updated_at", "2014-08-25 22:18:14.379364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.380061"], ["name", "The Wolves from 3831 Leagues"], ["updated_at", "2014-08-25 22:18:14.380061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.383027"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:18:14.383027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.386060"], ["name", "Green Identity"], ["updated_at", "2014-08-25 22:18:14.386060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.387056"], ["name", "I Married a Action Witch"], ["updated_at", "2014-08-25 22:18:14.387056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.387936"], ["name", "The Cousins from 1668 Leagues"], ["updated_at", "2014-08-25 22:18:14.387936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.388640"], ["name", "Nuclear City 2: Son of Nuclear City"], ["updated_at", "2014-08-25 22:18:14.388640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.389335"], ["name", "Blue Identity"], ["updated_at", "2014-08-25 22:18:14.389335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.393903"], ["name", "I Married a Woman"], ["updated_at", "2014-08-25 22:18:14.393903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.395019"], ["name", "Action Wizard"], ["updated_at", "2014-08-25 22:18:14.395019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.395912"], ["name", "The Blue Thief from Outer Space"], ["updated_at", "2014-08-25 22:18:14.395912"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.396603"], ["name", "Electric Women"], ["updated_at", "2014-08-25 22:18:14.396603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:14.397327"], ["name", "The Pickpocket from Outer Space"], ["updated_at", "2014-08-25 22:18:14.397327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:14.404611"], ["id", 1], ["name", "Red Cousins: The Geovanny Klein Story"], ["updated_at", "2014-08-25 22:18:14.404611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:14.406963"], ["id", 1], ["name", "1232 A.D."], ["updated_at", "2014-08-25 22:18:14.406963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:14.408953"], ["id", 1], ["name", "The Cat from Outer Space"], ["updated_at", "2014-08-25 22:18:14.408953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:14.410915"], ["id", 1], ["name", "Curse of the Blue Blow"], ["updated_at", "2014-08-25 22:18:14.410915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:14.419861"], ["id", 1], ["name", "Electric Identity"], ["updated_at", "2014-08-25 22:18:14.419861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:14.422396"], ["id", 1], ["name", "The Identity from Northwoods West"], ["updated_at", "2014-08-25 22:18:14.422396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:32.922961"], ["id", 1], ["name", "Dr. Wolves"], ["updated_at", "2014-08-25 22:18:32.922961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:32.936989"], ["id", 1], ["name", "A Fistful of Blow"], ["updated_at", "2014-08-25 22:18:32.936989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:32.940556"], ["id", 1], ["name", "Hungry Tears"], ["updated_at", "2014-08-25 22:18:32.940556"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:32.944402"], ["id", 1], ["name", "The American Cat with a Thousand Faces"], ["updated_at", "2014-08-25 22:18:32.944402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:32.949223"], ["id", 1], ["name", "American Woman"], ["updated_at", "2014-08-25 22:18:32.949223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:18:32 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 45ms (Views: 42.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:18:33 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:33.048552"], ["id", 1], ["name", "Danger Thief: The Hector Halvorson Story"], ["updated_at", "2014-08-25 22:18:33.048552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:18:33 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:18:33 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.060182"], ["name", "some new book"], ["updated_at", "2014-08-25 22:18:33.060182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:33.063909"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:18:33.063909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:18:33 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:18:33.067543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:18:33 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:33.080639"], ["id", 1], ["name", "American Mutant"], ["updated_at", "2014-08-25 22:18:33.080639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:33.083087"], ["id", 1], ["name", "Death Women"], ["updated_at", "2014-08-25 22:18:33.083087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.088265"], ["name", "The Hungry Witch from Outer Space"], ["updated_at", "2014-08-25 22:18:33.088265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.089637"], ["name", "When Jazmyn Met Davion"], ["updated_at", "2014-08-25 22:18:33.089637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.090699"], ["name", "Forbidden Rain"], ["updated_at", "2014-08-25 22:18:33.090699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.091463"], ["name", "Invasion of the Dreams"], ["updated_at", "2014-08-25 22:18:33.091463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.092530"], ["name", "Christmas on Gibson Wells"], ["updated_at", "2014-08-25 22:18:33.092530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.096077"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:18:33.096077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.099123"], ["name", "Ultra Beast"], ["updated_at", "2014-08-25 22:18:33.099123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.100046"], ["name", "The Thief Who Fell to Earth"], ["updated_at", "2014-08-25 22:18:33.100046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.100977"], ["name", "Invasion of the Ninja"], ["updated_at", "2014-08-25 22:18:33.100977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.101654"], ["name", "The Fly from Outer Space"], ["updated_at", "2014-08-25 22:18:33.101654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.102338"], ["name", "Electric Wolf"], ["updated_at", "2014-08-25 22:18:33.102338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.106959"], ["name", "Champagne City"], ["updated_at", "2014-08-25 22:18:33.106959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.108038"], ["name", "I am Hills"], ["updated_at", "2014-08-25 22:18:33.108038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.108922"], ["name", "Green Brains"], ["updated_at", "2014-08-25 22:18:33.108922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.109627"], ["name", "The Nuclear Witch from Across the Ocean"], ["updated_at", "2014-08-25 22:18:33.109627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:33.110323"], ["name", "I am Pickpocket"], ["updated_at", "2014-08-25 22:18:33.110323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:55.807019"], ["id", 1], ["name", "Death Gypsy"], ["updated_at", "2014-08-25 22:18:55.807019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:55.817688"], ["id", 1], ["name", "Case of the Missing Tentacle"], ["updated_at", "2014-08-25 22:18:55.817688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:55.821161"], ["id", 1], ["name", "I Married a Champagne Friday"], ["updated_at", "2014-08-25 22:18:55.821161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.5ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:55.826201"], ["id", 1], ["name", "The Woman from Candlewood Country Club"], ["updated_at", "2014-08-25 22:18:55.826201"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.875986"], ["name", "Planet of the Beast"], ["updated_at", "2014-08-25 22:18:55.875986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.877543"], ["name", "American Men 2: Son of American Men"], ["updated_at", "2014-08-25 22:18:55.877543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.879651"], ["name", "33 A.D."], ["updated_at", "2014-08-25 22:18:55.879651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.880956"], ["name", "The Blow from Mars"], ["updated_at", "2014-08-25 22:18:55.880956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.881830"], ["name", "The Dangerous Ninja from Mars"], ["updated_at", "2014-08-25 22:18:55.881830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.886348"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:18:55.886348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.890538"], ["name", "The Monster from the Black Lagoon"], ["updated_at", "2014-08-25 22:18:55.890538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.892149"], ["name", "The Diaries from Sunshine-Gardens"], ["updated_at", "2014-08-25 22:18:55.892149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.895120"], ["name", "When Joanny Met Marcus"], ["updated_at", "2014-08-25 22:18:55.895120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.897093"], ["name", "Killer Mutant"], ["updated_at", "2014-08-25 22:18:55.897093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.898446"], ["name", "The Man Without a Gypsy"], ["updated_at", "2014-08-25 22:18:55.898446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 53ms (Views: 52.5ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.957495"], ["name", "The Death Monster from Across the Ocean"], ["updated_at", "2014-08-25 22:18:55.957495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.959102"], ["name", "The Witch from Hell"], ["updated_at", "2014-08-25 22:18:55.959102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.960787"], ["name", "The Bloody Fly"], ["updated_at", "2014-08-25 22:18:55.960787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.962200"], ["name", "The Friday That Came to Dinner"], ["updated_at", "2014-08-25 22:18:55.962200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:55.964220"], ["name", "Christmas on Hickle Manor"], ["updated_at", "2014-08-25 22:18:55.964220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:55.975922"], ["id", 1], ["name", "I am Forbidden Clash"], ["updated_at", "2014-08-25 22:18:55.975922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:55.979230"], ["id", 1], ["name", "The Blonde Blow with a Thousand Faces"], ["updated_at", "2014-08-25 22:18:55.979230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:55.994149"], ["id", 1], ["name", "Tokyo Rain"], ["updated_at", "2014-08-25 22:18:55.994149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:18:55 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:18:56 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:56.008862"], ["id", 1], ["name", "Flying Man"], ["updated_at", "2014-08-25 22:18:56.008862"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:18:56 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:18:56 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:18:56.022096"], ["name", "some new book"], ["updated_at", "2014-08-25 22:18:56.022096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:18:56.027203"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:18:56.027203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:18:56 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:18:56.031958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:18:56 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:23:41.483250"], ["id", 1], ["name", "Hungry Wolf"], ["updated_at", "2014-08-25 22:23:41.483250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:23:41 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:23:41 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:23:41.572663"], ["id", 1], ["name", "Champagne Wolf 2: Son of Champagne Wolf"], ["updated_at", "2014-08-25 22:23:41.572663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:23:41 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:23:41 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.614589"], ["name", "some new book"], ["updated_at", "2014-08-25 22:23:41.614589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:23:41.618425"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:23:41.618425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:23:41 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:23:41.622062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:23:41 -0700 Processing by BooksController#index_with_session as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:23:41.632297"], ["id", 1], ["name", "Hungry Friday"], ["updated_at", "2014-08-25 22:23:41.632297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:23:41.634680"], ["id", 1], ["name", "The Ultra Women from Mars"], ["updated_at", "2014-08-25 22:23:41.634680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:23:41.636738"], ["id", 1], ["name", "Green Ninjas"], ["updated_at", "2014-08-25 22:23:41.636738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:23:41.638762"], ["id", 1], ["name", "1674 A.D."], ["updated_at", "2014-08-25 22:23:41.638762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:23:41.642898"], ["id", 1], ["name", "The White Rose of Wales"], ["updated_at", "2014-08-25 22:23:41.642898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:23:41.645839"], ["id", 1], ["name", "Christmas on Lizeth Squares"], ["updated_at", "2014-08-25 22:23:41.645839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.660500"], ["name", "A Fistful of Death Friday"], ["updated_at", "2014-08-25 22:23:41.660500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.661771"], ["name", "Bloody Demon"], ["updated_at", "2014-08-25 22:23:41.661771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.662654"], ["name", "The Bloody Wolves from the Black Lagoon"], ["updated_at", "2014-08-25 22:23:41.662654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.663330"], ["name", "The Brain Who Fell to Earth"], ["updated_at", "2014-08-25 22:23:41.663330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.663979"], ["name", "Hard Boiled Cousins"], ["updated_at", "2014-08-25 22:23:41.663979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.667017"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:23:41.667017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.669873"], ["name", "The Hills from the Black Lagoon"], ["updated_at", "2014-08-25 22:23:41.669873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.670856"], ["name", "Red Ninja"], ["updated_at", "2014-08-25 22:23:41.670856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.671779"], ["name", "War of the Death Friday"], ["updated_at", "2014-08-25 22:23:41.671779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.672480"], ["name", "The Thief from 10961 Leagues"], ["updated_at", "2014-08-25 22:23:41.672480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.673134"], ["name", "The Beast Without a Demon"], ["updated_at", "2014-08-25 22:23:41.673134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.678054"], ["name", "2777 A.D."], ["updated_at", "2014-08-25 22:23:41.678054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.679156"], ["name", "I Married a Blow"], ["updated_at", "2014-08-25 22:23:41.679156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.680004"], ["name", "Time of the Brain"], ["updated_at", "2014-08-25 22:23:41.680004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.680661"], ["name", "Champagne Witch"], ["updated_at", "2014-08-25 22:23:41.680661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:23:41.681346"], ["name", "Time of the Witch"], ["updated_at", "2014-08-25 22:23:41.681346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:27:11.598700"], ["id", 1], ["name", "Planet of the Pickpocket"], ["updated_at", "2014-08-25 22:27:11.598700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:27:11.609546"], ["id", 1], ["name", "The Killer Wolf from the Black Lagoon"], ["updated_at", "2014-08-25 22:27:11.609546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:27:11.612022"], ["id", 1], ["name", "War of the Dangerous Wizard"], ["updated_at", "2014-08-25 22:27:11.612022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:27:11.614223"], ["id", 1], ["name", "The Yellow Rose of England"], ["updated_at", "2014-08-25 22:27:11.614223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.652935"], ["name", "Legend of Fake Blow"], ["updated_at", "2014-08-25 22:27:11.652935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.654156"], ["name", "Red Cousins"], ["updated_at", "2014-08-25 22:27:11.654156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.655680"], ["name", "The Blonde Wizard from Across the Ocean"], ["updated_at", "2014-08-25 22:27:11.655680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.656417"], ["name", "The Champagne Cat from Mars"], ["updated_at", "2014-08-25 22:27:11.656417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.657077"], ["name", "Blue City"], ["updated_at", "2014-08-25 22:27:11.657077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.661658"], ["name", "Green Beast"], ["updated_at", "2014-08-25 22:27:11.661658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.662911"], ["name", "Green Demon"], ["updated_at", "2014-08-25 22:27:11.662911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.663804"], ["name", "Season of the Green Dreams"], ["updated_at", "2014-08-25 22:27:11.663804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.664492"], ["name", "The Flying Dreams"], ["updated_at", "2014-08-25 22:27:11.664492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.665137"], ["name", "The Hills with a Thousand Faces"], ["updated_at", "2014-08-25 22:27:11.665137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.670063"], ["name", "Red City: The Alejandra Hoppe Story"], ["updated_at", "2014-08-25 22:27:11.670063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.671451"], ["name", "Blonde Monster"], ["updated_at", "2014-08-25 22:27:11.671451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.672348"], ["name", "Hard Boiled Brain"], ["updated_at", "2014-08-25 22:27:11.672348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.673011"], ["name", "The Friday from Mars"], ["updated_at", "2014-08-25 22:27:11.673011"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:27:11.673979"], ["name", "The Blow from Sagaponack Seaside"], ["updated_at", "2014-08-25 22:27:11.673979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:27:11.677981"], ["id", 1], ["name", "War of the Beast"], ["updated_at", "2014-08-25 22:27:11.677981"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:27:11.711558"], ["id", 1], ["name", "Curse of the Fake Cousins"], ["updated_at", "2014-08-25 22:27:11.711558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:27:11.716013"], ["id", 1], ["name", "797 A.D."], ["updated_at", "2014-08-25 22:27:11.716013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers --------------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:27:11.723077"], ["id", 1], ["name", "Danger Ninjas"], ["updated_at", "2014-08-25 22:27:11.723077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books"  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:27:11.729479"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:27:11.729479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:28:49.896635"], ["id", 1], ["name", "When Louie Met Orland"], ["updated_at", "2014-08-25 22:28:49.896635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:28:49.907819"], ["id", 1], ["name", "The Demon Without a Women"], ["updated_at", "2014-08-25 22:28:49.907819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:28:49.910969"], ["id", 1], ["name", "Electric Tentacle"], ["updated_at", "2014-08-25 22:28:49.910969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:28:49.913740"], ["id", 1], ["name", "Je Vous Presente, Roel"], ["updated_at", "2014-08-25 22:28:49.913740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:28:49.916240"], ["id", 1], ["name", "Time of the Beast"], ["updated_at", "2014-08-25 22:28:49.916240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:28:49.918526"], ["id", 1], ["name", "The Dangerous Dreams from Across the Ocean"], ["updated_at", "2014-08-25 22:28:49.918526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:28:49.922243"], ["id", 1], ["name", "Green Rain"], ["updated_at", "2014-08-25 22:28:49.922243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 15:28:49 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 42ms (Views: 40.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 15:28:50 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:28:50.005131"], ["id", 1], ["name", "The Gypsy from Outer Space"], ["updated_at", "2014-08-25 22:28:50.005131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 15:28:50 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 15:28:50 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.016125"], ["name", "some new book"], ["updated_at", "2014-08-25 22:28:50.016125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 22:28:50.019687"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 22:28:50.019687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 15:28:50 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 22:28:50.023183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 15:28:50 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.034536"], ["name", "Rise of the Monster"], ["updated_at", "2014-08-25 22:28:50.034536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.035808"], ["name", "Hungry Man"], ["updated_at", "2014-08-25 22:28:50.035808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.036756"], ["name", "Dangerous Brain"], ["updated_at", "2014-08-25 22:28:50.036756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.037956"], ["name", "Christmas on Gottlieb Park"], ["updated_at", "2014-08-25 22:28:50.037956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.039050"], ["name", "Fake Hills"], ["updated_at", "2014-08-25 22:28:50.039050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.042367"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 22:28:50.042367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.045626"], ["name", "Fake Tears"], ["updated_at", "2014-08-25 22:28:50.045626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.046669"], ["name", "The Bloody Witch"], ["updated_at", "2014-08-25 22:28:50.046669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.047635"], ["name", "The Friday Without a Monster"], ["updated_at", "2014-08-25 22:28:50.047635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.048333"], ["name", "Fake Clash"], ["updated_at", "2014-08-25 22:28:50.048333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.049310"], ["name", "The Tentacle from White Oak South of Columbia Pike"], ["updated_at", "2014-08-25 22:28:50.049310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.054158"], ["name", "Champagne Diaries"], ["updated_at", "2014-08-25 22:28:50.054158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.055311"], ["name", "The Men from 871 Leagues"], ["updated_at", "2014-08-25 22:28:50.055311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.056265"], ["name", "Bloody Wizard"], ["updated_at", "2014-08-25 22:28:50.056265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.056960"], ["name", "463 A.D."], ["updated_at", "2014-08-25 22:28:50.056960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 22:28:50.057653"], ["name", "Time of the Identity"], ["updated_at", "2014-08-25 22:28:50.057653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:22.007227"], ["id", 1], ["name", "The Fake Identity Who Fell to Earth"], ["updated_at", "2014-08-25 23:38:22.007227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:22.013089"], ["id", 1], ["name", "Je Vous Presente, Mae"], ["updated_at", "2014-08-25 23:38:22.013089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:22.015644"], ["id", 1], ["name", "Tokyo World"], ["updated_at", "2014-08-25 23:38:22.015644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:22.017844"], ["id", 1], ["name", "Nuclear Hills"], ["updated_at", "2014-08-25 23:38:22.017844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:22.027362"], ["id", 1], ["name", "Journey of the Jungle"], ["updated_at", "2014-08-25 23:38:22.027362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:38:22 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (30.9ms) Completed 200 OK in 43ms (Views: 40.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:38:22 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:22.111515"], ["id", 1], ["name", "The Killer Dreams from Outer Space"], ["updated_at", "2014-08-25 23:38:22.111515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:38:22 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:38:22 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.122905"], ["name", "some new book"], ["updated_at", "2014-08-25 23:38:22.122905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:22.126643"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:38:22.126643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:38:22 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:38:22.130008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:38:22 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:22.145424"], ["id", 1], ["name", "The Forbidden Fly from Mars"], ["updated_at", "2014-08-25 23:38:22.145424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:22.147845"], ["id", 1], ["name", "Bloody World"], ["updated_at", "2014-08-25 23:38:22.147845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.153364"], ["name", "Hard Boiled Diaries"], ["updated_at", "2014-08-25 23:38:22.153364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.154639"], ["name", "Bloody Demon"], ["updated_at", "2014-08-25 23:38:22.154639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.155594"], ["name", "Journey of the Jungle"], ["updated_at", "2014-08-25 23:38:22.155594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.156284"], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-08-25 23:38:22.156284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.157000"], ["name", "Rise of the Cousins"], ["updated_at", "2014-08-25 23:38:22.157000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.160267"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:38:22.160267"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.163525"], ["name", "The Women from 17370 Leagues"], ["updated_at", "2014-08-25 23:38:22.163525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.164544"], ["name", "The Blonde Clash That Came to Dinner"], ["updated_at", "2014-08-25 23:38:22.164544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.165729"], ["name", "The Man from North Norridge"], ["updated_at", "2014-08-25 23:38:22.165729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.166766"], ["name", "Je Vous Presente, Ceasar"], ["updated_at", "2014-08-25 23:38:22.166766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.167472"], ["name", "Nuclear Wizard 2: Son of Nuclear Wizard"], ["updated_at", "2014-08-25 23:38:22.167472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.172091"], ["name", "Action Beast"], ["updated_at", "2014-08-25 23:38:22.172091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.173196"], ["name", "Action Man"], ["updated_at", "2014-08-25 23:38:22.173196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.174116"], ["name", "Dr. Tentacle"], ["updated_at", "2014-08-25 23:38:22.174116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.174814"], ["name", "Tokyo Friday"], ["updated_at", "2014-08-25 23:38:22.174814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:22.175527"], ["name", "The Bloody Pickpocket from Mars"], ["updated_at", "2014-08-25 23:38:22.175527"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.129174"], ["name", "I am Killer Monster"], ["updated_at", "2014-08-25 23:38:57.129174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.132293"], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", "2014-08-25 23:38:57.132293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.133980"], ["name", "Electric Woman"], ["updated_at", "2014-08-25 23:38:57.133980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.134854"], ["name", "American Friday"], ["updated_at", "2014-08-25 23:38:57.134854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.135621"], ["name", "Hard Boiled Jungle"], ["updated_at", "2014-08-25 23:38:57.135621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.139560"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:38:57.139560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.148821"], ["name", "I am Friday"], ["updated_at", "2014-08-25 23:38:57.148821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.149864"], ["name", "Ultra Pickpocket"], ["updated_at", "2014-08-25 23:38:57.149864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.150757"], ["name", "The Diaries with a Thousand Faces"], ["updated_at", "2014-08-25 23:38:57.150757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.151423"], ["name", "Hard Boiled Hills"], ["updated_at", "2014-08-25 23:38:57.151423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.152078"], ["name", "Nuclear Beast"], ["updated_at", "2014-08-25 23:38:57.152078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.166776"], ["name", "Danger Cousins"], ["updated_at", "2014-08-25 23:38:57.166776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.167955"], ["name", "The Brain from Across the Ocean"], ["updated_at", "2014-08-25 23:38:57.167955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.199786"], ["name", "Curse of the Danger Women"], ["updated_at", "2014-08-25 23:38:57.199786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.201109"], ["name", "Fake Mutant"], ["updated_at", "2014-08-25 23:38:57.201109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.201845"], ["name", "I Married a Pickpocket"], ["updated_at", "2014-08-25 23:38:57.201845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:57.211389"], ["id", 1], ["name", "Dangerous Diaries"], ["updated_at", "2014-08-25 23:38:57.211389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:38:57 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:38:57 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:57.224253"], ["id", 1], ["name", "Flying Tears"], ["updated_at", "2014-08-25 23:38:57.224253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:38:57 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:38:57 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:38:57.234703"], ["name", "some new book"], ["updated_at", "2014-08-25 23:38:57.234703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:57.238757"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:38:57.238757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:38:57 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:38:57.242245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:38:57 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:57.260662"], ["id", 1], ["name", "Case of the Missing Ultra Wolves"], ["updated_at", "2014-08-25 23:38:57.260662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:57.263079"], ["id", 1], ["name", "The Ultra Identity from Across the Ocean"], ["updated_at", "2014-08-25 23:38:57.263079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:57.265778"], ["id", 1], ["name", "Planet of the Blow"], ["updated_at", "2014-08-25 23:38:57.265778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:57.267830"], ["id", 1], ["name", "Action Women"], ["updated_at", "2014-08-25 23:38:57.267830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:57.273025"], ["id", 1], ["name", "The Flying World from the Black Lagoon"], ["updated_at", "2014-08-25 23:38:57.273025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:38:57.275199"], ["id", 1], ["name", "The White Rose of England"], ["updated_at", "2014-08-25 23:38:57.275199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:39:13.211244"], ["id", 1], ["name", "Action Dreams"], ["updated_at", "2014-08-25 23:39:13.211244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:39:13.221803"], ["id", 1], ["name", "Fake Cousins"], ["updated_at", "2014-08-25 23:39:13.221803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:39:13.225022"], ["id", 1], ["name", "Codename: American Demon"], ["updated_at", "2014-08-25 23:39:13.225022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:39:13.227322"], ["id", 1], ["name", "I Married a World"], ["updated_at", "2014-08-25 23:39:13.227322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:39:13.236352"], ["id", 1], ["name", "Green Ninja"], ["updated_at", "2014-08-25 23:39:13.236352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:39:13 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 42ms (Views: 40.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:39:13 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:39:13.319533"], ["id", 1], ["name", "The Blow Without a Cat"], ["updated_at", "2014-08-25 23:39:13.319533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:39:13 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:39:13 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.333695"], ["name", "some new book"], ["updated_at", "2014-08-25 23:39:13.333695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:39:13.338416"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:39:13.338416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:39:13 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:39:13.341869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:39:13 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:39:13.354892"], ["id", 1], ["name", "Curse of the Fly"], ["updated_at", "2014-08-25 23:39:13.354892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:39:13.357208"], ["id", 1], ["name", "Action Jungle"], ["updated_at", "2014-08-25 23:39:13.357208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.360906"], ["name", "The Clash from Across the Ocean"], ["updated_at", "2014-08-25 23:39:13.360906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.362096"], ["name", "Season of the Champagne Ninja"], ["updated_at", "2014-08-25 23:39:13.362096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.362977"], ["name", "The World from Hell"], ["updated_at", "2014-08-25 23:39:13.362977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.364410"], ["name", "Je Vous Presente, Emil"], ["updated_at", "2014-08-25 23:39:13.364410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.365410"], ["name", "Dangerous Diaries"], ["updated_at", "2014-08-25 23:39:13.365410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.368348"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:39:13.368348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.371184"], ["name", "496 A.D."], ["updated_at", "2014-08-25 23:39:13.371184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.372125"], ["name", "The Dangerous Fly from Hell"], ["updated_at", "2014-08-25 23:39:13.372125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.372988"], ["name", "A Fistful of American Friday"], ["updated_at", "2014-08-25 23:39:13.372988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.373640"], ["name", "Flying Hills"], ["updated_at", "2014-08-25 23:39:13.373640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.374293"], ["name", "Blue Tears"], ["updated_at", "2014-08-25 23:39:13.374293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.378849"], ["name", "The Identity That Came to Dinner"], ["updated_at", "2014-08-25 23:39:13.378849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.380004"], ["name", "Je Vous Presente, Wilhelm"], ["updated_at", "2014-08-25 23:39:13.380004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.380929"], ["name", "The Thief from Outer Space"], ["updated_at", "2014-08-25 23:39:13.380929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.381586"], ["name", "The Witch from Outer Space"], ["updated_at", "2014-08-25 23:39:13.381586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:39:13.382251"], ["name", "The Flying Tears from Mars"], ["updated_at", "2014-08-25 23:39:13.382251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:14.051955"], ["id", 1], ["name", "Killer Pickpocket"], ["updated_at", "2014-08-25 23:40:14.051955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:14.063274"], ["id", 1], ["name", "When Vincenza Met Reyes"], ["updated_at", "2014-08-25 23:40:14.063274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:14.067994"], ["id", 1], ["name", "Flying Tears"], ["updated_at", "2014-08-25 23:40:14.067994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:40:14 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:40:14 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:14.151984"], ["id", 1], ["name", "Curse of the Tokyo City"], ["updated_at", "2014-08-25 23:40:14.151984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:40:14 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:40:14 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.163148"], ["name", "some new book"], ["updated_at", "2014-08-25 23:40:14.163148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:14.166666"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:40:14.166666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:40:14 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:40:14.169926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:40:14 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:14.181395"], ["id", 1], ["name", "The Champagne Demon from Mars"], ["updated_at", "2014-08-25 23:40:14.181395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:14.184554"], ["id", 1], ["name", "Invasion of the Fake Ninja"], ["updated_at", "2014-08-25 23:40:14.184554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:14.186820"], ["id", 1], ["name", "Forbidden Gypsy"], ["updated_at", "2014-08-25 23:40:14.186820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:14.188771"], ["id", 1], ["name", "Blonde Women"], ["updated_at", "2014-08-25 23:40:14.188771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.203736"], ["name", "Cousins 2: Electric Boogaloo"], ["updated_at", "2014-08-25 23:40:14.203736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.204956"], ["name", "The Cousins from 15409 Leagues"], ["updated_at", "2014-08-25 23:40:14.204956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.205850"], ["name", "Killer Ninjas"], ["updated_at", "2014-08-25 23:40:14.205850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.206773"], ["name", "The Brains from Sagaponack Seaside"], ["updated_at", "2014-08-25 23:40:14.206773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.207699"], ["name", "Killer Cousins"], ["updated_at", "2014-08-25 23:40:14.207699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.210866"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:40:14.210866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.214046"], ["name", "Dangerous Wolves"], ["updated_at", "2014-08-25 23:40:14.214046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.215001"], ["name", "The Cat from Outer Space"], ["updated_at", "2014-08-25 23:40:14.215001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.215864"], ["name", "The American Identity from Outer Space"], ["updated_at", "2014-08-25 23:40:14.215864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.216528"], ["name", "Nuclear Dreams"], ["updated_at", "2014-08-25 23:40:14.216528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.217185"], ["name", "Blonde Diaries 2: Son of Blonde Diaries"], ["updated_at", "2014-08-25 23:40:14.217185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.221490"], ["name", "Electric Wolves"], ["updated_at", "2014-08-25 23:40:14.221490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.222655"], ["name", "Codename: American Cat"], ["updated_at", "2014-08-25 23:40:14.222655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.223534"], ["name", "Season of the Cat"], ["updated_at", "2014-08-25 23:40:14.223534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.224205"], ["name", "Champagne World"], ["updated_at", "2014-08-25 23:40:14.224205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:14.224858"], ["name", "War of the Thief"], ["updated_at", "2014-08-25 23:40:14.224858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:31.404879"], ["id", 1], ["name", "Fake Identity"], ["updated_at", "2014-08-25 23:40:31.404879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:40:31 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:40:31 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:31.494529"], ["id", 1], ["name", "The Ninjas from the Black Lagoon"], ["updated_at", "2014-08-25 23:40:31.494529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:40:31 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:40:31 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.535499"], ["name", "some new book"], ["updated_at", "2014-08-25 23:40:31.535499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 32ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:31.539313"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:40:31.539313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:40:31 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:40:31.542649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:40:31 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:31.553873"], ["id", 1], ["name", "Return of the Fake Women"], ["updated_at", "2014-08-25 23:40:31.553873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:31.556212"], ["id", 1], ["name", "I am Rain"], ["updated_at", "2014-08-25 23:40:31.556212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:31.559025"], ["id", 1], ["name", "Dr. Cousins"], ["updated_at", "2014-08-25 23:40:31.559025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:31.561213"], ["id", 1], ["name", "Hard Boiled World"], ["updated_at", "2014-08-25 23:40:31.561213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:31.563298"], ["id", 1], ["name", "Day of the Demon"], ["updated_at", "2014-08-25 23:40:31.563298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:31.565325"], ["id", 1], ["name", "Ultra Cat"], ["updated_at", "2014-08-25 23:40:31.565325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.580451"], ["name", "Return of the Champagne Wizard"], ["updated_at", "2014-08-25 23:40:31.580451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.581660"], ["name", "Codename: Death Fly"], ["updated_at", "2014-08-25 23:40:31.581660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.582607"], ["name", "The Blow from Mars"], ["updated_at", "2014-08-25 23:40:31.582607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.583253"], ["name", "Fake Hills 2: Son of Fake Hills"], ["updated_at", "2014-08-25 23:40:31.583253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.583896"], ["name", "The Death Clash from Outer Space"], ["updated_at", "2014-08-25 23:40:31.583896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.586923"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:40:31.586923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.589996"], ["name", "Dangerous Gypsy"], ["updated_at", "2014-08-25 23:40:31.589996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.590900"], ["name", "Blue Wolves"], ["updated_at", "2014-08-25 23:40:31.590900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.591789"], ["name", "The Flying Tears from Hell"], ["updated_at", "2014-08-25 23:40:31.591789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.592468"], ["name", "The Ninja from the Black Lagoon"], ["updated_at", "2014-08-25 23:40:31.592468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.593124"], ["name", "Dangerous Blow"], ["updated_at", "2014-08-25 23:40:31.593124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.597648"], ["name", "Codename: Fake Brains"], ["updated_at", "2014-08-25 23:40:31.597648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.598724"], ["name", "The Man with a Thousand Faces"], ["updated_at", "2014-08-25 23:40:31.598724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.599677"], ["name", "The Jungle Without a Dreams"], ["updated_at", "2014-08-25 23:40:31.599677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.600367"], ["name", "Fake Thief"], ["updated_at", "2014-08-25 23:40:31.600367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:31.601053"], ["name", "The Dangerous Cat Who Fell to Earth"], ["updated_at", "2014-08-25 23:40:31.601053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:56.232918"], ["id", 1], ["name", "Hard Boiled Brains"], ["updated_at", "2014-08-25 23:40:56.232918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:56.244170"], ["id", 1], ["name", "Blue Witch"], ["updated_at", "2014-08-25 23:40:56.244170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:56.247711"], ["id", 1], ["name", "Death Rain: The Harmony Konopelski Story"], ["updated_at", "2014-08-25 23:40:56.247711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:56.250150"], ["id", 1], ["name", "Dangerous Mutant"], ["updated_at", "2014-08-25 23:40:56.250150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:56.252759"], ["id", 1], ["name", "Bloody Pickpocket"], ["updated_at", "2014-08-25 23:40:56.252759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:56.255005"], ["id", 1], ["name", "1112 A.D."], ["updated_at", "2014-08-25 23:40:56.255005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.291916"], ["name", "The Diaries That Came to Dinner"], ["updated_at", "2014-08-25 23:40:56.291916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.293210"], ["name", "The Demon That Came to Dinner"], ["updated_at", "2014-08-25 23:40:56.293210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.294902"], ["name", "The Gypsy from Sagaponack Seaside"], ["updated_at", "2014-08-25 23:40:56.294902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.296136"], ["name", "The Green Wolves"], ["updated_at", "2014-08-25 23:40:56.296136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.297132"], ["name", "Action Mutant"], ["updated_at", "2014-08-25 23:40:56.297132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.301098"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:40:56.301098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.304263"], ["name", "Planet of the Green Ninja"], ["updated_at", "2014-08-25 23:40:56.304263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.305204"], ["name", "Green Thief"], ["updated_at", "2014-08-25 23:40:56.305204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.306134"], ["name", "Fake Wolves"], ["updated_at", "2014-08-25 23:40:56.306134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.306840"], ["name", "Killer Identity"], ["updated_at", "2014-08-25 23:40:56.306840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.307536"], ["name", "1474 A.D."], ["updated_at", "2014-08-25 23:40:56.307536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 41ms (Views: 41.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.352827"], ["name", "The Action Cousins Who Fell to Earth"], ["updated_at", "2014-08-25 23:40:56.352827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.354064"], ["name", "The Witch Without a World"], ["updated_at", "2014-08-25 23:40:56.354064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.355201"], ["name", "The Flying Tears Who Fell to Earth"], ["updated_at", "2014-08-25 23:40:56.355201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.356052"], ["name", "A Fistful of Thief"], ["updated_at", "2014-08-25 23:40:56.356052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.356828"], ["name", "The Danger Women from Outer Space"], ["updated_at", "2014-08-25 23:40:56.356828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:56.367075"], ["id", 1], ["name", "The Action Wizard Who Fell to Earth"], ["updated_at", "2014-08-25 23:40:56.367075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:40:56 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:40:56 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:56.379069"], ["id", 1], ["name", "The Rain Who Fell to Earth"], ["updated_at", "2014-08-25 23:40:56.379069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:40:56 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:40:56 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:40:56.389386"], ["name", "some new book"], ["updated_at", "2014-08-25 23:40:56.389386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:40:56.392978"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:40:56.392978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:40:56 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:40:56.396422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:40:56 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:30.896289"], ["id", 1], ["name", "The Action Dreams from the Black Lagoon"], ["updated_at", "2014-08-25 23:44:30.896289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:44:30 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.1ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:44:30 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:31.003735"], ["id", 1], ["name", "When Gregoria Met Nettie"], ["updated_at", "2014-08-25 23:44:31.003735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:44:31 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:44:31 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.016282"], ["name", "some new book"], ["updated_at", "2014-08-25 23:44:31.016282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:31.020149"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:44:31.020149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:44:31 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:44:31.023752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:44:31 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:31.044731"], ["id", 1], ["name", "Dangerous Friday"], ["updated_at", "2014-08-25 23:44:31.044731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:31.047652"], ["id", 1], ["name", "Death Wolves"], ["updated_at", "2014-08-25 23:44:31.047652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:31.050196"], ["id", 1], ["name", "Men 2: Electric Boogaloo"], ["updated_at", "2014-08-25 23:44:31.050196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:31.052723"], ["id", 1], ["name", "Journey of the Death Women"], ["updated_at", "2014-08-25 23:44:31.052723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.058022"], ["name", "Codename: Danger Pickpocket"], ["updated_at", "2014-08-25 23:44:31.058022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.059277"], ["name", "Je Vous Presente, Adell"], ["updated_at", "2014-08-25 23:44:31.059277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.060606"], ["name", "Action Dreams: The Tia O'Keefe Story"], ["updated_at", "2014-08-25 23:44:31.060606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.061742"], ["name", "When Alda Met Ludie"], ["updated_at", "2014-08-25 23:44:31.061742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.062471"], ["name", "Season of the City"], ["updated_at", "2014-08-25 23:44:31.062471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.065761"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:44:31.065761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.068887"], ["name", "Green Tears"], ["updated_at", "2014-08-25 23:44:31.068887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.069817"], ["name", "Ninja 2: Electric Boogaloo"], ["updated_at", "2014-08-25 23:44:31.069817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.070654"], ["name", "Je Vous Presente, Jarrell"], ["updated_at", "2014-08-25 23:44:31.070654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.071361"], ["name", "Curse of the World"], ["updated_at", "2014-08-25 23:44:31.071361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.072433"], ["name", "Christmas on Willy Shore"], ["updated_at", "2014-08-25 23:44:31.072433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------- BooksControllerTest: test_index_with_session --------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.077440"], ["name", "The Men That Came to Dinner"], ["updated_at", "2014-08-25 23:44:31.077440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.078552"], ["name", "Ultra Fly"], ["updated_at", "2014-08-25 23:44:31.078552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.079519"], ["name", "Day of the Diaries"], ["updated_at", "2014-08-25 23:44:31.079519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.080238"], ["name", "Case of the Missing Diaries"], ["updated_at", "2014-08-25 23:44:31.080238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.081269"], ["name", "The Cat from River Heights"], ["updated_at", "2014-08-25 23:44:31.081269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_session as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.6ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.093176"], ["name", "Death Hills"], ["updated_at", "2014-08-25 23:44:31.093176"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.095390"], ["name", "The Friday with a Thousand Faces"], ["updated_at", "2014-08-25 23:44:31.095390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.097192"], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", "2014-08-25 23:44:31.097192"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.098685"], ["name", "Time of the Forbidden Fly"], ["updated_at", "2014-08-25 23:44:31.098685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:31.099984"], ["name", "The Wizard from River Heights"], ["updated_at", "2014-08-25 23:44:31.099984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:31.108482"], ["id", 1], ["name", "Red Ninjas: The Mr. Johnathan Muller Story"], ["updated_at", "2014-08-25 23:44:31.108482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:31.111912"], ["id", 1], ["name", "Bloody Demon"], ["updated_at", "2014-08-25 23:44:31.111912"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction [35m (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:40.506478"], ["id", 1], ["name", "The Jungle from the Black Lagoon"], ["updated_at", "2014-08-25 23:44:40.506478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:44:40 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:44:40 -0700 Processing by BooksController#index as HTML Completed 200 OK in 32ms (Views: 31.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:40.596242"], ["id", 1], ["name", "When Kelsie Met Ari"], ["updated_at", "2014-08-25 23:44:40.596242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:44:40 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:44:40 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.608118"], ["name", "some new book"], ["updated_at", "2014-08-25 23:44:40.608118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:40.611731"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:44:40.611731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:44:40 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:44:40.615433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:44:40 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.624927"], ["name", "The Diaries from Brentwood Central"], ["updated_at", "2014-08-25 23:44:40.624927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.626439"], ["name", "I Married a Flying Cousins"], ["updated_at", "2014-08-25 23:44:40.626439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.627538"], ["name", "Legend of Gypsy"], ["updated_at", "2014-08-25 23:44:40.627538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.628223"], ["name", "Day of the Danger Beast"], ["updated_at", "2014-08-25 23:44:40.628223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.628877"], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-08-25 23:44:40.628877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.632047"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:44:40.632047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.635181"], ["name", "Blue Wolves"], ["updated_at", "2014-08-25 23:44:40.635181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.636190"], ["name", "The Woman Without a Blow"], ["updated_at", "2014-08-25 23:44:40.636190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.637190"], ["name", "Codename: Wolves"], ["updated_at", "2014-08-25 23:44:40.637190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.637911"], ["name", "338 A.D."], ["updated_at", "2014-08-25 23:44:40.637911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.638597"], ["name", "The Identity from Across the Ocean"], ["updated_at", "2014-08-25 23:44:40.638597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------- BooksControllerTest: test_index_with_session --------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.643562"], ["name", "Case of the Missing Flying Monster"], ["updated_at", "2014-08-25 23:44:40.643562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.644691"], ["name", "Man 2: Electric Boogaloo"], ["updated_at", "2014-08-25 23:44:40.644691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.645547"], ["name", "Time of the City"], ["updated_at", "2014-08-25 23:44:40.645547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.646231"], ["name", "Day of the Clash"], ["updated_at", "2014-08-25 23:44:40.646231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.646904"], ["name", "The Clash from Across the Ocean"], ["updated_at", "2014-08-25 23:44:40.646904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_session as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.651695"], ["name", "The Demon from Hell"], ["updated_at", "2014-08-25 23:44:40.651695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.652913"], ["name", "The Blonde Man from Across the Ocean"], ["updated_at", "2014-08-25 23:44:40.652913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.653902"], ["name", "Tokyo Ninja"], ["updated_at", "2014-08-25 23:44:40.653902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.654588"], ["name", "1864 A.D."], ["updated_at", "2014-08-25 23:44:40.654588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:40.655268"], ["name", "The Action Monster from Outer Space"], ["updated_at", "2014-08-25 23:44:40.655268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:40.663036"], ["id", 1], ["name", "Champagne World"], ["updated_at", "2014-08-25 23:44:40.663036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:40.665472"], ["id", 1], ["name", "Electric Jungle"], ["updated_at", "2014-08-25 23:44:40.665472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:40.667794"], ["id", 1], ["name", "Action Tears 2: Son of Action Tears"], ["updated_at", "2014-08-25 23:44:40.667794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:40.670070"], ["id", 1], ["name", "The Tokyo Witch from Outer Space"], ["updated_at", "2014-08-25 23:44:40.670070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:40.680984"], ["id", 1], ["name", "Ultra Friday"], ["updated_at", "2014-08-25 23:44:40.680984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:40.684175"], ["id", 1], ["name", "Hard Boiled Brains"], ["updated_at", "2014-08-25 23:44:40.684175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:51.989686"], ["id", 1], ["name", "2469 A.D."], ["updated_at", "2014-08-25 23:44:51.989686"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.9ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:51.996776"], ["id", 1], ["name", "Hungry Ninja"], ["updated_at", "2014-08-25 23:44:51.996776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:51.999909"], ["id", 1], ["name", "Champagne Tears"], ["updated_at", "2014-08-25 23:44:51.999909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:44:52 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 44ms (Views: 42.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:44:52 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:52.086582"], ["id", 1], ["name", "A Fistful of Nuclear Blow"], ["updated_at", "2014-08-25 23:44:52.086582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:44:52 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:44:52 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.097779"], ["name", "some new book"], ["updated_at", "2014-08-25 23:44:52.097779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:52.101370"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:44:52.101370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:44:52 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:44:52.104875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:44:52 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:52.114080"], ["id", 1], ["name", "Blonde Demon"], ["updated_at", "2014-08-25 23:44:52.114080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:52.118959"], ["id", 1], ["name", "Dangerous Cat"], ["updated_at", "2014-08-25 23:44:52.118959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:52.123302"], ["id", 1], ["name", "The Fly Who Fell to Earth"], ["updated_at", "2014-08-25 23:44:52.123302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:44:52.127627"], ["id", 1], ["name", "The Cousins from the Black Lagoon"], ["updated_at", "2014-08-25 23:44:52.127627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.142355"], ["name", "Case of the Missing Tokyo Ninja"], ["updated_at", "2014-08-25 23:44:52.142355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.143708"], ["name", "Dangerous Fly"], ["updated_at", "2014-08-25 23:44:52.143708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.144753"], ["name", "The Ultra World from Outer Space"], ["updated_at", "2014-08-25 23:44:52.144753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.145576"], ["name", "The Nuclear Wizard from Across the Ocean"], ["updated_at", "2014-08-25 23:44:52.145576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.146323"], ["name", "Blue Blow"], ["updated_at", "2014-08-25 23:44:52.146323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.149551"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:44:52.149551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (2.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.154698"], ["name", "The Blow from Pennypack"], ["updated_at", "2014-08-25 23:44:52.154698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.156024"], ["name", "Case of the Missing City"], ["updated_at", "2014-08-25 23:44:52.156024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.156994"], ["name", "The Fly That Came to Dinner"], ["updated_at", "2014-08-25 23:44:52.156994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.157728"], ["name", "Time of the Cat"], ["updated_at", "2014-08-25 23:44:52.157728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.158435"], ["name", "Danger Women"], ["updated_at", "2014-08-25 23:44:52.158435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.6ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------- BooksControllerTest: test_index_with_session --------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.163421"], ["name", "War of the Death City"], ["updated_at", "2014-08-25 23:44:52.163421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.164621"], ["name", "The Witch from Outer Space"], ["updated_at", "2014-08-25 23:44:52.164621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.165578"], ["name", "Curse of the Man"], ["updated_at", "2014-08-25 23:44:52.165578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.166329"], ["name", "Flying Women 2: Son of Flying Women"], ["updated_at", "2014-08-25 23:44:52.166329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.167088"], ["name", "2242 A.D."], ["updated_at", "2014-08-25 23:44:52.167088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_session as HTML Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.172986"], ["name", "Christmas on Charlene Centers"], ["updated_at", "2014-08-25 23:44:52.172986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.174324"], ["name", "Dangerous Woman"], ["updated_at", "2014-08-25 23:44:52.174324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.175336"], ["name", "Rise of the Forbidden Mutant"], ["updated_at", "2014-08-25 23:44:52.175336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.176081"], ["name", "American Beast"], ["updated_at", "2014-08-25 23:44:52.176081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:44:52.176805"], ["name", "The Mutant from the Black Lagoon"], ["updated_at", "2014-08-25 23:44:52.176805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:45:21.326367"], ["id", 1], ["name", "Rain 2: Electric Boogaloo"], ["updated_at", "2014-08-25 23:45:21.326367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:45:21.337440"], ["id", 1], ["name", "A Fistful of Wolves"], ["updated_at", "2014-08-25 23:45:21.337440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:45:21.341320"], ["id", 1], ["name", "The Tokyo Gypsy That Came to Dinner"], ["updated_at", "2014-08-25 23:45:21.341320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:45:21.343757"], ["id", 1], ["name", "Time of the Fake Pickpocket"], ["updated_at", "2014-08-25 23:45:21.343757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.386543"], ["name", "Je Vous Presente, Adonis"], ["updated_at", "2014-08-25 23:45:21.386543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.387846"], ["name", "Danger Clash"], ["updated_at", "2014-08-25 23:45:21.387846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.389276"], ["name", "Death Dreams"], ["updated_at", "2014-08-25 23:45:21.389276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.389934"], ["name", "Forbidden Wolves"], ["updated_at", "2014-08-25 23:45:21.389934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.390580"], ["name", "1290 A.D."], ["updated_at", "2014-08-25 23:45:21.390580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.394498"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:45:21.394498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.397990"], ["name", "Dr. Fly"], ["updated_at", "2014-08-25 23:45:21.397990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.399013"], ["name", "Red Diaries"], ["updated_at", "2014-08-25 23:45:21.399013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.399836"], ["name", "The Rain from 16615 Leagues"], ["updated_at", "2014-08-25 23:45:21.399836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.400493"], ["name", "The Death Tears with a Thousand Faces"], ["updated_at", "2014-08-25 23:45:21.400493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.401129"], ["name", "The Wizard from Hell"], ["updated_at", "2014-08-25 23:45:21.401129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 42ms (Views: 41.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (1.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------- BooksControllerTest: test_index_with_session --------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.447480"], ["name", "The Tentacle"], ["updated_at", "2014-08-25 23:45:21.447480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.448657"], ["name", "Tokyo Wolves"], ["updated_at", "2014-08-25 23:45:21.448657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.449510"], ["name", "The Dangerous Men from Across the Ocean"], ["updated_at", "2014-08-25 23:45:21.449510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.450179"], ["name", "The Tentacle Who Fell to Earth"], ["updated_at", "2014-08-25 23:45:21.450179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.451136"], ["name", "The Dreams from Bushwick South"], ["updated_at", "2014-08-25 23:45:21.451136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.456874"], ["name", "I Married a City"], ["updated_at", "2014-08-25 23:45:21.456874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.457956"], ["name", "American Blow"], ["updated_at", "2014-08-25 23:45:21.457956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.459070"], ["name", "Christmas on Vincent Views"], ["updated_at", "2014-08-25 23:45:21.459070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.459992"], ["name", "The Rain Who Fell to Earth"], ["updated_at", "2014-08-25 23:45:21.459992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.460662"], ["name", "Flying Brain"], ["updated_at", "2014-08-25 23:45:21.460662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:45:21.467642"], ["id", 1], ["name", "Hungry Witch"], ["updated_at", "2014-08-25 23:45:21.467642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:45:21.469920"], ["id", 1], ["name", "American Wizard"], ["updated_at", "2014-08-25 23:45:21.469920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:45:21.475919"], ["id", 1], ["name", "Bloody Ninja"], ["updated_at", "2014-08-25 23:45:21.475919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:45:21 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:45:21 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:45:21.488394"], ["id", 1], ["name", "The Rain That Came to Dinner"], ["updated_at", "2014-08-25 23:45:21.488394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:45:21 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:45:21 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:45:21.499476"], ["name", "some new book"], ["updated_at", "2014-08-25 23:45:21.499476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:45:21.502938"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:45:21.502938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:45:21 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:45:21.506266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ FastlyHeadersTest: test_ensure_strips_out_session_data ------------------------------------------------------ Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:45:21 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:07.191614"], ["id", 1], ["name", "Flying Tentacle"], ["updated_at", "2014-08-25 23:46:07.191614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:07.196052"], ["id", 1], ["name", "The Dreams That Came to Dinner"], ["updated_at", "2014-08-25 23:46:07.196052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.239982"], ["name", "Forbidden Man"], ["updated_at", "2014-08-25 23:46:07.239982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.241422"], ["name", "Season of the Champagne Friday"], ["updated_at", "2014-08-25 23:46:07.241422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.243070"], ["name", "Blonde Thief"], ["updated_at", "2014-08-25 23:46:07.243070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.243772"], ["name", "War of the Danger Brain"], ["updated_at", "2014-08-25 23:46:07.243772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.244440"], ["name", "The Green Dreams with a Thousand Faces"], ["updated_at", "2014-08-25 23:46:07.244440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.248497"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:46:07.248497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.251805"], ["name", "Return of the Danger Women"], ["updated_at", "2014-08-25 23:46:07.251805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.253485"], ["name", "Je Vous Presente, Bud"], ["updated_at", "2014-08-25 23:46:07.253485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.254671"], ["name", "Legend of Wolf"], ["updated_at", "2014-08-25 23:46:07.254671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.255358"], ["name", "Green Clash"], ["updated_at", "2014-08-25 23:46:07.255358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.256321"], ["name", "Christmas on Beryl Flat"], ["updated_at", "2014-08-25 23:46:07.256321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 41ms (Views: 41.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------- BooksControllerTest: test_index_with_session --------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.301955"], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", "2014-08-25 23:46:07.301955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.303076"], ["name", "Season of the Jungle"], ["updated_at", "2014-08-25 23:46:07.303076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.303938"], ["name", "Return of the World"], ["updated_at", "2014-08-25 23:46:07.303938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.304635"], ["name", "Case of the Missing Wizard"], ["updated_at", "2014-08-25 23:46:07.304635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.305355"], ["name", "Time of the Bloody Gypsy"], ["updated_at", "2014-08-25 23:46:07.305355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.310751"], ["name", "Blonde Demon"], ["updated_at", "2014-08-25 23:46:07.310751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.311957"], ["name", "Planet of the Forbidden World"], ["updated_at", "2014-08-25 23:46:07.311957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.312898"], ["name", "The Wizard from 7727 Leagues"], ["updated_at", "2014-08-25 23:46:07.312898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.313584"], ["name", "The Pickpocket from Outer Space"], ["updated_at", "2014-08-25 23:46:07.313584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.314243"], ["name", "The Fake Witch That Came to Dinner"], ["updated_at", "2014-08-25 23:46:07.314243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:07.321165"], ["id", 1], ["name", "Day of the Blue Tentacle"], ["updated_at", "2014-08-25 23:46:07.321165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:07.323991"], ["id", 1], ["name", "The Tentacle That Came to Dinner"], ["updated_at", "2014-08-25 23:46:07.323991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:07.326349"], ["id", 1], ["name", "War of the Cat"], ["updated_at", "2014-08-25 23:46:07.326349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:07.328403"], ["id", 1], ["name", "Tokyo Brains"], ["updated_at", "2014-08-25 23:46:07.328403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:07.335778"], ["id", 1], ["name", "The Ultra City from the Black Lagoon"], ["updated_at", "2014-08-25 23:46:07.335778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:46:07 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:46:07 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:07.348497"], ["id", 1], ["name", "I am Ninjas"], ["updated_at", "2014-08-25 23:46:07.348497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:46:07 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:46:07 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:07.359246"], ["name", "some new book"], ["updated_at", "2014-08-25 23:46:07.359246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:07.363181"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:46:07.363181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:46:07 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:46:07.366851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------------------------------- FastlyHeadersTest: test_allows_session_data_when_not_using_cache-control-headers_method --------------------------------------------------------------------------------------- Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:46:07 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:26.385612"], ["id", 1], ["name", "The Hills from the Black Lagoon"], ["updated_at", "2014-08-25 23:46:26.385612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-25 16:46:26 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-25 16:46:26 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:26.476517"], ["id", 1], ["name", "War of the Wolf"], ["updated_at", "2014-08-25 23:46:26.476517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-25 16:46:26 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-25 16:46:26 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.520381"], ["name", "some new book"], ["updated_at", "2014-08-25 23:46:26.520381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:26.524341"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-25 23:46:26.524341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-25 16:46:26 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-25 23:46:26.527815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------------------------------- FastlyHeadersTest: test_allows_session_data_when_not_using_cache-control-headers_method --------------------------------------------------------------------------------------- Started GET "/books_with_session" for 127.0.0.1 at 2014-08-25 16:46:26 -0700 Processing by BooksController#index_with_session as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:26.547594"], ["id", 1], ["name", "Planet of the Blonde Tears"], ["updated_at", "2014-08-25 23:46:26.547594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:26.549906"], ["id", 1], ["name", "Rise of the Ultra Brains"], ["updated_at", "2014-08-25 23:46:26.549906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:26.552353"], ["id", 1], ["name", "The White Rose of Scotland"], ["updated_at", "2014-08-25 23:46:26.552353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:26.555394"], ["id", 1], ["name", "The Wolf from Mars"], ["updated_at", "2014-08-25 23:46:26.555394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:26.559072"], ["id", 1], ["name", "The Flying Diaries from Hell"], ["updated_at", "2014-08-25 23:46:26.559072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-25 23:46:26.561607"], ["id", 1], ["name", "War of the Death Gypsy"], ["updated_at", "2014-08-25 23:46:26.561607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.572526"], ["name", "The Clash from Outer Space"], ["updated_at", "2014-08-25 23:46:26.572526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.573833"], ["name", "I am Blue Hills"], ["updated_at", "2014-08-25 23:46:26.573833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.574663"], ["name", "Action Clash"], ["updated_at", "2014-08-25 23:46:26.574663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.575348"], ["name", "Curse of the Forbidden Blow"], ["updated_at", "2014-08-25 23:46:26.575348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.576000"], ["name", "Champagne Cat"], ["updated_at", "2014-08-25 23:46:26.576000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.579172"], ["name", "newly-created-book"], ["updated_at", "2014-08-25 23:46:26.579172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.582203"], ["name", "The Man from the Black Lagoon"], ["updated_at", "2014-08-25 23:46:26.582203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.583167"], ["name", "Rise of the Blonde Jungle"], ["updated_at", "2014-08-25 23:46:26.583167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.584247"], ["name", "Time of the Brain"], ["updated_at", "2014-08-25 23:46:26.584247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.585347"], ["name", "The Pickpocket from Ladue South"], ["updated_at", "2014-08-25 23:46:26.585347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.586434"], ["name", "A Fistful of Friday"], ["updated_at", "2014-08-25 23:46:26.586434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------- BooksControllerTest: test_index_with_session --------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.591154"], ["name", "Champagne Jungle"], ["updated_at", "2014-08-25 23:46:26.591154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.592430"], ["name", "Cat 2: Electric Boogaloo"], ["updated_at", "2014-08-25 23:46:26.592430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.593435"], ["name", "Hard Boiled Dreams"], ["updated_at", "2014-08-25 23:46:26.593435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.594129"], ["name", "Nuclear Friday"], ["updated_at", "2014-08-25 23:46:26.594129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.594793"], ["name", "The Fake Friday from the Black Lagoon"], ["updated_at", "2014-08-25 23:46:26.594793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_session as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.599683"], ["name", "The Dangerous Jungle from Hell"], ["updated_at", "2014-08-25 23:46:26.599683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.600758"], ["name", "The Clash from 8924 Leagues"], ["updated_at", "2014-08-25 23:46:26.600758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.601604"], ["name", "The Identity from Outer Space"], ["updated_at", "2014-08-25 23:46:26.601604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.602252"], ["name", "The Cousins Without a Man"], ["updated_at", "2014-08-25 23:46:26.602252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-25 23:46:26.603778"], ["name", "When Elijah Met Monroe"], ["updated_at", "2014-08-25 23:46:26.603778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:14:32.924548"], ["id", 1], ["name", "Time of the Ninjas"], ["updated_at", "2014-08-28 19:14:32.924548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:14:32 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.4ms) Completed 200 OK in 47ms (Views: 45.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:14:33 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:14:33.027533"], ["id", 1], ["name", "Red Wolf"], ["updated_at", "2014-08-28 19:14:33.027533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:14:33 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:14:33 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.039635"], ["name", "some new book"], ["updated_at", "2014-08-28 19:14:33.039635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:14:33.043130"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:14:33.043130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:14:33 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:14:33.046417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.051083"], ["name", "Curse of the Rain"], ["updated_at", "2014-08-28 19:14:33.051083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.052186"], ["name", "A Fistful of Woman"], ["updated_at", "2014-08-28 19:14:33.052186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.053110"], ["name", "Blue Demon"], ["updated_at", "2014-08-28 19:14:33.053110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.053825"], ["name", "Fake Diaries"], ["updated_at", "2014-08-28 19:14:33.053825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.054523"], ["name", "Hard Boiled Thief"], ["updated_at", "2014-08-28 19:14:33.054523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.057924"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:14:33.057924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.061088"], ["name", "The Friday from Across the Ocean"], ["updated_at", "2014-08-28 19:14:33.061088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.062054"], ["name", "Bloody Diaries"], ["updated_at", "2014-08-28 19:14:33.062054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.063023"], ["name", "Blue Gypsy"], ["updated_at", "2014-08-28 19:14:33.063023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.064461"], ["name", "The Brain from Gates Mills North"], ["updated_at", "2014-08-28 19:14:33.064461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.065485"], ["name", "Codename: Ultra City"], ["updated_at", "2014-08-28 19:14:33.065485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.069986"], ["name", "Time of the Hungry Dreams"], ["updated_at", "2014-08-28 19:14:33.069986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.071084"], ["name", "War of the Diaries"], ["updated_at", "2014-08-28 19:14:33.071084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.072052"], ["name", "Tokyo Men"], ["updated_at", "2014-08-28 19:14:33.072052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.072793"], ["name", "The Witch from the Black Lagoon"], ["updated_at", "2014-08-28 19:14:33.072793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:14:33.073520"], ["name", "Red Friday"], ["updated_at", "2014-08-28 19:14:33.073520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:14:33.086006"], ["id", 1], ["name", "Hungry Mutant: The Alycia Ryan Story"], ["updated_at", "2014-08-28 19:14:33.086006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:14:33.088417"], ["id", 1], ["name", "The Blow from 2378 Leagues"], ["updated_at", "2014-08-28 19:14:33.088417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:14:33.090633"], ["id", 1], ["name", "Blonde Ninja"], ["updated_at", "2014-08-28 19:14:33.090633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:14:33.092937"], ["id", 1], ["name", "Dangerous Ninjas"], ["updated_at", "2014-08-28 19:14:33.092937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:14:33.097823"], ["id", 1], ["name", "Flying City"], ["updated_at", "2014-08-28 19:14:33.097823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:14:33.100350"], ["id", 1], ["name", "Tokyo Diaries"], ["updated_at", "2014-08-28 19:14:33.100350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:16:44.356392"], ["id", 1], ["name", "Journey of the City"], ["updated_at", "2014-08-28 19:16:44.356392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:16:44 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:16:44 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:16:44.448095"], ["id", 1], ["name", "American Thief"], ["updated_at", "2014-08-28 19:16:44.448095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:16:44 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:16:44 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.459032"], ["name", "some new book"], ["updated_at", "2014-08-28 19:16:44.459032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:16:44.462504"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:16:44.462504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:16:44 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:16:44.465754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:16:44.470655"], ["id", 1], ["name", "The Ninjas from the Black Lagoon"], ["updated_at", "2014-08-28 19:16:44.470655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:16:44.473008"], ["id", 1], ["name", "Time of the Killer Demon"], ["updated_at", "2014-08-28 19:16:44.473008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.475879"], ["name", "Danger Thief"], ["updated_at", "2014-08-28 19:16:44.475879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.476936"], ["name", "The American Dreams from the Black Lagoon"], ["updated_at", "2014-08-28 19:16:44.476936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.477955"], ["name", "Dangerous Woman"], ["updated_at", "2014-08-28 19:16:44.477955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.478689"], ["name", "The Friday That Came to Dinner"], ["updated_at", "2014-08-28 19:16:44.478689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.479393"], ["name", "Season of the Mutant"], ["updated_at", "2014-08-28 19:16:44.479393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.482525"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:16:44.482525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.485390"], ["name", "Ultra Brain"], ["updated_at", "2014-08-28 19:16:44.485390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.486320"], ["name", "Champagne Clash"], ["updated_at", "2014-08-28 19:16:44.486320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.487256"], ["name", "The Green Friday with a Thousand Faces"], ["updated_at", "2014-08-28 19:16:44.487256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.487948"], ["name", "Time of the Tokyo Dreams"], ["updated_at", "2014-08-28 19:16:44.487948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.488641"], ["name", "Danger Thief"], ["updated_at", "2014-08-28 19:16:44.488641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.493448"], ["name", "Day of the Ninjas"], ["updated_at", "2014-08-28 19:16:44.493448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.494620"], ["name", "Planet of the Forbidden Beast"], ["updated_at", "2014-08-28 19:16:44.494620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.496416"], ["name", "When Rossie Met Cornell"], ["updated_at", "2014-08-28 19:16:44.496416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.497489"], ["name", "Hard Boiled Identity"], ["updated_at", "2014-08-28 19:16:44.497489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:16:44.498245"], ["name", "Green Diaries"], ["updated_at", "2014-08-28 19:16:44.498245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:16:44.506289"], ["id", 1], ["name", "Electric Man"], ["updated_at", "2014-08-28 19:16:44.506289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:16:44.508691"], ["id", 1], ["name", "Champagne Pickpocket"], ["updated_at", "2014-08-28 19:16:44.508691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:16:44.511180"], ["id", 1], ["name", "Nuclear Hills: The Donald Waelchi Story"], ["updated_at", "2014-08-28 19:16:44.511180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:16:44.513831"], ["id", 1], ["name", "The Forbidden City from Outer Space"], ["updated_at", "2014-08-28 19:16:44.513831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------- FastlyRails::SurrogateControlHeadersTest: test_sets_cache_surrogate_key_headers -------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:08.547137"], ["id", 1], ["name", "Tokyo Wizard"], ["updated_at", "2014-08-28 19:17:08.547137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:08.558798"], ["id", 1], ["name", "Forbidden Tears: The Jack Monahan Story"], ["updated_at", "2014-08-28 19:17:08.558798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.627627"], ["name", "The Electric Woman from Across the Ocean"], ["updated_at", "2014-08-28 19:17:08.627627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.628905"], ["name", "The Fake Brains from Outer Space"], ["updated_at", "2014-08-28 19:17:08.628905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.630681"], ["name", "Season of the Ultra Brain"], ["updated_at", "2014-08-28 19:17:08.630681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.631685"], ["name", "I am Blonde Hills"], ["updated_at", "2014-08-28 19:17:08.631685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.632435"], ["name", "The Dreams Without a Man"], ["updated_at", "2014-08-28 19:17:08.632435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.636520"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:17:08.636520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.639669"], ["name", "Case of the Missing Killer Dreams"], ["updated_at", "2014-08-28 19:17:08.639669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.640649"], ["name", "Day of the Tears"], ["updated_at", "2014-08-28 19:17:08.640649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.641622"], ["name", "The Blonde Thief from Outer Space"], ["updated_at", "2014-08-28 19:17:08.641622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.642345"], ["name", "Green Thief 2: Son of Green Thief"], ["updated_at", "2014-08-28 19:17:08.642345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.643032"], ["name", "Flying Demon"], ["updated_at", "2014-08-28 19:17:08.643032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.657836"], ["name", "146 A.D."], ["updated_at", "2014-08-28 19:17:08.657836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.659016"], ["name", "The Jungle from Mars"], ["updated_at", "2014-08-28 19:17:08.659016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.659998"], ["name", "Time of the Blonde Diaries"], ["updated_at", "2014-08-28 19:17:08.659998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.660744"], ["name", "The Red Rose of Wales"], ["updated_at", "2014-08-28 19:17:08.660744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.661435"], ["name", "The Mutant That Came to Dinner"], ["updated_at", "2014-08-28 19:17:08.661435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:08.668239"], ["id", 1], ["name", "The Wolf with a Thousand Faces"], ["updated_at", "2014-08-28 19:17:08.668239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:17:08 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:17:08 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:08.680654"], ["id", 1], ["name", "Bloody Mutant"], ["updated_at", "2014-08-28 19:17:08.680654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:17:08 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:17:08 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:08.691032"], ["name", "some new book"], ["updated_at", "2014-08-28 19:17:08.691032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:08.694816"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:17:08.694816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:17:08 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:17:08.698230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:08.702875"], ["id", 1], ["name", "Hungry Wizard"], ["updated_at", "2014-08-28 19:17:08.702875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:08.706208"], ["id", 1], ["name", "Christmas on Abshire Hollow"], ["updated_at", "2014-08-28 19:17:08.706208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:08.708524"], ["id", 1], ["name", "The Dreams from Hell"], ["updated_at", "2014-08-28 19:17:08.708524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:08.710843"], ["id", 1], ["name", "Rise of the Death Women"], ["updated_at", "2014-08-28 19:17:08.710843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------- FastlyRails::SurrogateControlHeadersTest: test_sets_cache_surrogate_key_headers -------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:24.202088"], ["id", 1], ["name", "The Forbidden Monster Who Fell to Earth"], ["updated_at", "2014-08-28 19:17:24.202088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:24.212294"], ["id", 1], ["name", "Hard Boiled Tentacle"], ["updated_at", "2014-08-28 19:17:24.212294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.247701"], ["name", "The Beast That Came to Dinner"], ["updated_at", "2014-08-28 19:17:24.247701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.248976"], ["name", "The Nuclear World from Across the Ocean"], ["updated_at", "2014-08-28 19:17:24.248976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.250408"], ["name", "The City from the Black Lagoon"], ["updated_at", "2014-08-28 19:17:24.250408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.281183"], ["name", "Christmas on Aditya Row"], ["updated_at", "2014-08-28 19:17:24.281183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.282542"], ["name", "Case of the Missing City"], ["updated_at", "2014-08-28 19:17:24.282542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.286435"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:17:24.286435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.289471"], ["name", "Blue Clash 2: Son of Blue Clash"], ["updated_at", "2014-08-28 19:17:24.289471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.290581"], ["name", "The Fake World from the Black Lagoon"], ["updated_at", "2014-08-28 19:17:24.290581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.291635"], ["name", "The Red Dreams from Outer Space"], ["updated_at", "2014-08-28 19:17:24.291635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.292388"], ["name", "The Men"], ["updated_at", "2014-08-28 19:17:24.292388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.293075"], ["name", "Day of the Death Man"], ["updated_at", "2014-08-28 19:17:24.293075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.307980"], ["name", "Killer Men: The Vince Brekke Story"], ["updated_at", "2014-08-28 19:17:24.307980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.309291"], ["name", "The Thief from Outer Space"], ["updated_at", "2014-08-28 19:17:24.309291"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.310250"], ["name", "Je Vous Presente, Raven"], ["updated_at", "2014-08-28 19:17:24.310250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.310929"], ["name", "The Ultra Blow from the Black Lagoon"], ["updated_at", "2014-08-28 19:17:24.310929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.311593"], ["name", "I Married a City"], ["updated_at", "2014-08-28 19:17:24.311593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:24.318066"], ["id", 1], ["name", "Journey of the Green Diaries"], ["updated_at", "2014-08-28 19:17:24.318066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:24.320732"], ["id", 1], ["name", "The Flying Tears from Mars"], ["updated_at", "2014-08-28 19:17:24.320732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:24.322879"], ["id", 1], ["name", "The Tokyo Demon from Across the Ocean"], ["updated_at", "2014-08-28 19:17:24.322879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:24.325055"], ["id", 1], ["name", "Forbidden Rain"], ["updated_at", "2014-08-28 19:17:24.325055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:24.333154"], ["id", 1], ["name", "Death Clash"], ["updated_at", "2014-08-28 19:17:24.333154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:17:24 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:17:24 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:24.345501"], ["id", 1], ["name", "Danger Mutant"], ["updated_at", "2014-08-28 19:17:24.345501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:17:24 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:17:24 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:17:24.356160"], ["name", "some new book"], ["updated_at", "2014-08-28 19:17:24.356160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:17:24.359829"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:17:24.359829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:17:24 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:17:24.363490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------- FastlyRails::SurrogateControlHeadersTest: test_sets_cache_surrogate_key_headers -------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.876461"], ["name", "Blue Rain 2: Son of Blue Rain"], ["updated_at", "2014-08-28 19:18:20.876461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.879744"], ["name", "The Man from Mars"], ["updated_at", "2014-08-28 19:18:20.879744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.881582"], ["name", "The Wolves from Mars"], ["updated_at", "2014-08-28 19:18:20.881582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.882776"], ["name", "Time of the Dangerous Gypsy"], ["updated_at", "2014-08-28 19:18:20.882776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.883937"], ["name", "The Friday That Came to Dinner"], ["updated_at", "2014-08-28 19:18:20.883937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.918655"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:18:20.918655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.928276"], ["name", "The Tentacle Who Fell to Earth"], ["updated_at", "2014-08-28 19:18:20.928276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.929360"], ["name", "1605 A.D."], ["updated_at", "2014-08-28 19:18:20.929360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.930338"], ["name", "Return of the Action Diaries"], ["updated_at", "2014-08-28 19:18:20.930338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.931115"], ["name", "Curse of the Nuclear Thief"], ["updated_at", "2014-08-28 19:18:20.931115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.931913"], ["name", "Planet of the Killer Tentacle"], ["updated_at", "2014-08-28 19:18:20.931913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.947336"], ["name", "The Red Diaries from Across the Ocean"], ["updated_at", "2014-08-28 19:18:20.947336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.948581"], ["name", "Blonde Wizard"], ["updated_at", "2014-08-28 19:18:20.948581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.949528"], ["name", "The Cat with a Thousand Faces"], ["updated_at", "2014-08-28 19:18:20.949528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.950266"], ["name", "Dr. Identity"], ["updated_at", "2014-08-28 19:18:20.950266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.950982"], ["name", "Green Witch 2: Son of Green Witch"], ["updated_at", "2014-08-28 19:18:20.950982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:18:20.958768"], ["id", 1], ["name", "Invasion of the Nuclear Women"], ["updated_at", "2014-08-28 19:18:20.958768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:18:20.961162"], ["id", 1], ["name", "Dangerous Jungle"], ["updated_at", "2014-08-28 19:18:20.961162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:18:20.965441"], ["id", 1], ["name", "American Identity"], ["updated_at", "2014-08-28 19:18:20.965441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:18:20 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:18:20 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:18:20.977473"], ["id", 1], ["name", "Nuclear Wolves"], ["updated_at", "2014-08-28 19:18:20.977473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:18:20 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:18:20 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:18:20.987637"], ["name", "some new book"], ["updated_at", "2014-08-28 19:18:20.987637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:18:20.991406"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:18:20.991406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:18:20 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:18:20.994851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------- FastlyRails::SurrogateControlHeadersTest: test_sets_cache_surrogate_key_headers -------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:18:21.004108"], ["id", 1], ["name", "Nuclear Mutant 2: Son of Nuclear Mutant"], ["updated_at", "2014-08-28 19:18:21.004108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:18:21.006683"], ["id", 1], ["name", "The Cousins with a Thousand Faces"], ["updated_at", "2014-08-28 19:18:21.006683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:18:21.009260"], ["id", 1], ["name", "Red Rain"], ["updated_at", "2014-08-28 19:18:21.009260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:18:21.011704"], ["id", 1], ["name", "Season of the Hungry Gypsy"], ["updated_at", "2014-08-28 19:18:21.011704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:17.422689"], ["id", 1], ["name", "The Friday Without a Tears"], ["updated_at", "2014-08-28 19:19:17.422689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:17.432982"], ["id", 1], ["name", "I am Hungry World"], ["updated_at", "2014-08-28 19:19:17.432982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:17.435491"], ["id", 1], ["name", "The Tears from Allegheny West"], ["updated_at", "2014-08-28 19:19:17.435491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:17.437637"], ["id", 1], ["name", "Time of the Monster"], ["updated_at", "2014-08-28 19:19:17.437637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:17.442316"], ["id", 1], ["name", "A Fistful of Killer Dreams"], ["updated_at", "2014-08-28 19:19:17.442316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:17.444650"], ["id", 1], ["name", "Rise of the Hungry Brains"], ["updated_at", "2014-08-28 19:19:17.444650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------- FastlyRails::SurrogateControlHeadersTest: test_sets_cache_surrogate_key_headers -------------------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:17.484763"], ["id", 1], ["name", "Case of the Missing Death Cat"], ["updated_at", "2014-08-28 19:19:17.484763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:19:17 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:19:17 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:17.544955"], ["id", 1], ["name", "Flying Woman"], ["updated_at", "2014-08-28 19:19:17.544955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:19:17 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:19:17 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.556142"], ["name", "some new book"], ["updated_at", "2014-08-28 19:19:17.556142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:17.559592"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:19:17.559592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:19:17 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:19:17.562982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.569767"], ["name", "Flying Tears"], ["updated_at", "2014-08-28 19:19:17.569767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.570958"], ["name", "The Champagne Hills from the Black Lagoon"], ["updated_at", "2014-08-28 19:19:17.570958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.571971"], ["name", "Codename: American Tears"], ["updated_at", "2014-08-28 19:19:17.571971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.572680"], ["name", "Ultra Cousins"], ["updated_at", "2014-08-28 19:19:17.572680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.574212"], ["name", "Christmas on Pablo Parkway"], ["updated_at", "2014-08-28 19:19:17.574212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.577573"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:19:17.577573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.580714"], ["name", "Day of the Friday"], ["updated_at", "2014-08-28 19:19:17.580714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.581665"], ["name", "Dangerous City"], ["updated_at", "2014-08-28 19:19:17.581665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.582560"], ["name", "323 A.D."], ["updated_at", "2014-08-28 19:19:17.582560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.583255"], ["name", "Forbidden Women"], ["updated_at", "2014-08-28 19:19:17.583255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.583936"], ["name", "When Ford Met Eleazar"], ["updated_at", "2014-08-28 19:19:17.583936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.588565"], ["name", "Bloody Jungle"], ["updated_at", "2014-08-28 19:19:17.588565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.589650"], ["name", "Case of the Missing Hungry Friday"], ["updated_at", "2014-08-28 19:19:17.589650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.590612"], ["name", "Legend of Fake Jungle"], ["updated_at", "2014-08-28 19:19:17.590612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.591362"], ["name", "The White Rose of Northern Ireland"], ["updated_at", "2014-08-28 19:19:17.591362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:17.592101"], ["name", "The Blue Cousins from Mars"], ["updated_at", "2014-08-28 19:19:17.592101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:24.795064"], ["id", 1], ["name", "Champagne Men"], ["updated_at", "2014-08-28 19:19:24.795064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:19:24 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 43ms (Views: 11.0ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:19:24 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:24.886544"], ["id", 1], ["name", "Champagne Witch"], ["updated_at", "2014-08-28 19:19:24.886544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:19:24 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:19:24 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.898253"], ["name", "some new book"], ["updated_at", "2014-08-28 19:19:24.898253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:24.902062"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:19:24.902062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:19:24 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:19:24.905571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------- FastlyRails::SurrogateControlHeadersTest: test_sets_cache_surrogate_key_headers -------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:24.919173"], ["id", 1], ["name", "Season of the Dangerous Pickpocket"], ["updated_at", "2014-08-28 19:19:24.919173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:24.921597"], ["id", 1], ["name", "The Demon That Came to Dinner"], ["updated_at", "2014-08-28 19:19:24.921597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.924977"], ["name", "Ultra Men"], ["updated_at", "2014-08-28 19:19:24.924977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.926208"], ["name", "Fake Dreams"], ["updated_at", "2014-08-28 19:19:24.926208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.927271"], ["name", "The Nuclear Wolf from Across the Ocean"], ["updated_at", "2014-08-28 19:19:24.927271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.928004"], ["name", "War of the Friday"], ["updated_at", "2014-08-28 19:19:24.928004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.928735"], ["name", "1276 A.D."], ["updated_at", "2014-08-28 19:19:24.928735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.931970"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:19:24.931970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.934987"], ["name", "The Fly Without a Wolf"], ["updated_at", "2014-08-28 19:19:24.934987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.935932"], ["name", "Nuclear Man"], ["updated_at", "2014-08-28 19:19:24.935932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.936891"], ["name", "The Action Demon from Across the Ocean"], ["updated_at", "2014-08-28 19:19:24.936891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.937594"], ["name", "The Ninjas from Outer Space"], ["updated_at", "2014-08-28 19:19:24.937594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.938290"], ["name", "The Clash from Across the Ocean"], ["updated_at", "2014-08-28 19:19:24.938290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.942864"], ["name", "The Red Rose of Northern Ireland"], ["updated_at", "2014-08-28 19:19:24.942864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.943958"], ["name", "I am Gypsy"], ["updated_at", "2014-08-28 19:19:24.943958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.944940"], ["name", "The Tentacle from 11270 Leagues"], ["updated_at", "2014-08-28 19:19:24.944940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.945674"], ["name", "Curse of the Fake Pickpocket"], ["updated_at", "2014-08-28 19:19:24.945674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:19:24.946394"], ["name", "The World Without a Ninja"], ["updated_at", "2014-08-28 19:19:24.946394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:24.959926"], ["id", 1], ["name", "The Flying Blow"], ["updated_at", "2014-08-28 19:19:24.959926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:24.962402"], ["id", 1], ["name", "Curse of the Fake Thief"], ["updated_at", "2014-08-28 19:19:24.962402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:24.964703"], ["id", 1], ["name", "Blonde Man"], ["updated_at", "2014-08-28 19:19:24.964703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:19:24.966866"], ["id", 1], ["name", "Danger Cat"], ["updated_at", "2014-08-28 19:19:24.966866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:21:52.229366"], ["id", 1], ["name", "Hard Boiled Brain"], ["updated_at", "2014-08-28 19:21:52.229366"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:21:52.239504"], ["id", 1], ["name", "I Married a Killer City"], ["updated_at", "2014-08-28 19:21:52.239504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:21:52.241752"], ["id", 1], ["name", "Time of the Bloody Witch"], ["updated_at", "2014-08-28 19:21:52.241752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:21:52.243991"], ["id", 1], ["name", "Death Beast"], ["updated_at", "2014-08-28 19:21:52.243991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------- FastlyRails::SurrogateControlHeadersTest: test_sets_cache_surrogate_key_headers -------------------------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:21:52.275766"], ["id", 1], ["name", "Danger Diaries"], ["updated_at", "2014-08-28 19:21:52.275766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:21:52 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.1ms)  (10.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:21:52 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 500 Internal Server Error in 1ms  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:21:52.345578"], ["id", 1], ["name", "American Blow"], ["updated_at", "2014-08-28 19:21:52.345578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:21:52 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:21:52 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.357314"], ["name", "some new book"], ["updated_at", "2014-08-28 19:21:52.357314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:21:52.360887"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:21:52.360887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:21:52 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:21:52.364381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:21:52.377588"], ["id", 1], ["name", "Bloody Demon"], ["updated_at", "2014-08-28 19:21:52.377588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:21:52.380000"], ["id", 1], ["name", "Ultra Man"], ["updated_at", "2014-08-28 19:21:52.380000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.382875"], ["name", "The Bloody Tentacle from Hell"], ["updated_at", "2014-08-28 19:21:52.382875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.383985"], ["name", "The Killer Cousins from Outer Space"], ["updated_at", "2014-08-28 19:21:52.383985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.384947"], ["name", "The Women from Across the Ocean"], ["updated_at", "2014-08-28 19:21:52.384947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.385682"], ["name", "War of the Diaries"], ["updated_at", "2014-08-28 19:21:52.385682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.386373"], ["name", "American Ninjas"], ["updated_at", "2014-08-28 19:21:52.386373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.389405"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:21:52.389405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.392418"], ["name", "The Man from Mars"], ["updated_at", "2014-08-28 19:21:52.392418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.393421"], ["name", "Dr. Diaries"], ["updated_at", "2014-08-28 19:21:52.393421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.394398"], ["name", "The Ninja from the Black Lagoon"], ["updated_at", "2014-08-28 19:21:52.394398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.395133"], ["name", "The Tokyo Hills"], ["updated_at", "2014-08-28 19:21:52.395133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.395841"], ["name", "The Tears Without a Clash"], ["updated_at", "2014-08-28 19:21:52.395841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 500 Internal Server Error in 1ms  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.399826"], ["name", "Season of the Action Fly"], ["updated_at", "2014-08-28 19:21:52.399826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.400882"], ["name", "The Hills from Mars"], ["updated_at", "2014-08-28 19:21:52.400882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.401860"], ["name", "A Fistful of Brain"], ["updated_at", "2014-08-28 19:21:52.401860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.402600"], ["name", "The Thief from Outer Space"], ["updated_at", "2014-08-28 19:21:52.402600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.403285"], ["name", "The Tokyo Monster from Outer Space"], ["updated_at", "2014-08-28 19:21:52.403285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.407259"], ["name", "The Ninja Without a Wolf"], ["updated_at", "2014-08-28 19:21:52.407259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.408294"], ["name", "Time of the Killer Diaries"], ["updated_at", "2014-08-28 19:21:52.408294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.409287"], ["name", "Codename: Tears"], ["updated_at", "2014-08-28 19:21:52.409287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.410007"], ["name", "Case of the Missing Hungry Beast"], ["updated_at", "2014-08-28 19:21:52.410007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:21:52.410718"], ["name", "The Hungry Wolves from Across the Ocean"], ["updated_at", "2014-08-28 19:21:52.410718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.923374"], ["name", "Ultra Tentacle"], ["updated_at", "2014-08-28 19:22:13.923374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.927398"], ["name", "Forbidden Man: The Patrick Halvorson Story"], ["updated_at", "2014-08-28 19:22:13.927398"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.929468"], ["name", "Electric Witch"], ["updated_at", "2014-08-28 19:22:13.929468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.930603"], ["name", "War of the Men"], ["updated_at", "2014-08-28 19:22:13.930603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.931624"], ["name", "The Mutant with a Thousand Faces"], ["updated_at", "2014-08-28 19:22:13.931624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.966245"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:22:13.966245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.969456"], ["name", "Danger Wolf"], ["updated_at", "2014-08-28 19:22:13.969456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.970470"], ["name", "The Yellow Rose of Scotland"], ["updated_at", "2014-08-28 19:22:13.970470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.971361"], ["name", "Red Hills"], ["updated_at", "2014-08-28 19:22:13.971361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.972065"], ["name", "Hard Boiled Wizard"], ["updated_at", "2014-08-28 19:22:13.972065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.972762"], ["name", "I Married a Diaries"], ["updated_at", "2014-08-28 19:22:13.972762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.976873"], ["name", "Planet of the City"], ["updated_at", "2014-08-28 19:22:13.976873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.977884"], ["name", "The Nuclear Blow from Outer Space"], ["updated_at", "2014-08-28 19:22:13.977884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.978854"], ["name", "Killer Ninja"], ["updated_at", "2014-08-28 19:22:13.978854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.979544"], ["name", "The Cousins from Outer Space"], ["updated_at", "2014-08-28 19:22:13.979544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.980219"], ["name", "American Cat"], ["updated_at", "2014-08-28 19:22:13.980219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.984204"], ["name", "A Fistful of Cat"], ["updated_at", "2014-08-28 19:22:13.984204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.985312"], ["name", "Hard Boiled World"], ["updated_at", "2014-08-28 19:22:13.985312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.986365"], ["name", "Danger Women"], ["updated_at", "2014-08-28 19:22:13.986365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.987060"], ["name", "I am Fake Wolves"], ["updated_at", "2014-08-28 19:22:13.987060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:13.988013"], ["name", "The Monster from Florissant West"], ["updated_at", "2014-08-28 19:22:13.988013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:22:14.006111"], ["id", 1], ["name", "Blue Identity"], ["updated_at", "2014-08-28 19:22:14.006111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:22:14.008530"], ["id", 1], ["name", "The American Monster from Across the Ocean"], ["updated_at", "2014-08-28 19:22:14.008530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:22:14.011070"], ["id", 1], ["name", "Hungry Jungle 2: Son of Hungry Jungle"], ["updated_at", "2014-08-28 19:22:14.011070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:22:14.013890"], ["id", 1], ["name", "The Flying World from Across the Ocean"], ["updated_at", "2014-08-28 19:22:14.013890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:22:14.016048"], ["id", 1], ["name", "Day of the Jungle"], ["updated_at", "2014-08-28 19:22:14.016048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:22:14.018067"], ["id", 1], ["name", "The Wolves from Across the Ocean"], ["updated_at", "2014-08-28 19:22:14.018067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:22:14.027761"], ["id", 1], ["name", "The Blow from Outer Space"], ["updated_at", "2014-08-28 19:22:14.027761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:22:14 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:22:14 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 500 Internal Server Error in 1ms  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:22:14.039542"], ["id", 1], ["name", "Champagne Clash"], ["updated_at", "2014-08-28 19:22:14.039542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:22:14 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:22:14 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:22:14.050168"], ["name", "some new book"], ["updated_at", "2014-08-28 19:22:14.050168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:22:14.053739"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:22:14.053739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:22:14 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:22:14.057146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:23:58.091166"], ["id", 1], ["name", "Champagne Wolves"], ["updated_at", "2014-08-28 19:23:58.091166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:23:58.101739"], ["id", 1], ["name", "The Ultra Wolves from Across the Ocean"], ["updated_at", "2014-08-28 19:23:58.101739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:23:58.113615"], ["id", 1], ["name", "The Dangerous Beast from Hell"], ["updated_at", "2014-08-28 19:23:58.113615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:23:58 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:23:58 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:23:58.199196"], ["id", 1], ["name", "The Bloody Cousins from Outer Space"], ["updated_at", "2014-08-28 19:23:58.199196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:23:58 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:23:58 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.210213"], ["name", "some new book"], ["updated_at", "2014-08-28 19:23:58.210213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:23:58.213713"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:23:58.213713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:23:58 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:23:58.217307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:23:58.221923"], ["id", 1], ["name", "The Fake City That Came to Dinner"], ["updated_at", "2014-08-28 19:23:58.221923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:23:58.224575"], ["id", 1], ["name", "The Mutant Without a Women"], ["updated_at", "2014-08-28 19:23:58.224575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:23:58.226664"], ["id", 1], ["name", "Jungle 2: Electric Boogaloo"], ["updated_at", "2014-08-28 19:23:58.226664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:23:58.228730"], ["id", 1], ["name", "Nuclear Monster"], ["updated_at", "2014-08-28 19:23:58.228730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.233223"], ["name", "The Flying Ninja Who Fell to Earth"], ["updated_at", "2014-08-28 19:23:58.233223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.234568"], ["name", "Codename: Dangerous Beast"], ["updated_at", "2014-08-28 19:23:58.234568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.235654"], ["name", "Curse of the Wizard"], ["updated_at", "2014-08-28 19:23:58.235654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.236982"], ["name", "When Javon Met Catherine"], ["updated_at", "2014-08-28 19:23:58.236982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.237852"], ["name", "The Clash Without a Monster"], ["updated_at", "2014-08-28 19:23:58.237852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.240846"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:23:58.240846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.243938"], ["name", "The Fake Thief from Across the Ocean"], ["updated_at", "2014-08-28 19:23:58.243938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.244927"], ["name", "Journey of the Gypsy"], ["updated_at", "2014-08-28 19:23:58.244927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.245890"], ["name", "Curse of the Gypsy"], ["updated_at", "2014-08-28 19:23:58.245890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.246574"], ["name", "Action Ninja"], ["updated_at", "2014-08-28 19:23:58.246574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.247240"], ["name", "Season of the Rain"], ["updated_at", "2014-08-28 19:23:58.247240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.252072"], ["name", "The Hungry Dreams from Mars"], ["updated_at", "2014-08-28 19:23:58.252072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.253157"], ["name", "The Gypsy from 19764 Leagues"], ["updated_at", "2014-08-28 19:23:58.253157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.254051"], ["name", "The Hungry World from Mars"], ["updated_at", "2014-08-28 19:23:58.254051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.254791"], ["name", "Electric World 2: Son of Electric World"], ["updated_at", "2014-08-28 19:23:58.254791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.255457"], ["name", "Rise of the Ultra Gypsy"], ["updated_at", "2014-08-28 19:23:58.255457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.257903"], ["name", "The Fly Without a Fly"], ["updated_at", "2014-08-28 19:23:58.257903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.258953"], ["name", "The American Gypsy That Came to Dinner"], ["updated_at", "2014-08-28 19:23:58.258953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.259861"], ["name", "Journey of the Brains"], ["updated_at", "2014-08-28 19:23:58.259861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.260547"], ["name", "The Brains from Across the Ocean"], ["updated_at", "2014-08-28 19:23:58.260547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:23:58.261228"], ["name", "Danger Cousins"], ["updated_at", "2014-08-28 19:23:58.261228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:24:41.183546"], ["id", 1], ["name", "Return of the Bloody Man"], ["updated_at", "2014-08-28 19:24:41.183546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:24:41.193572"], ["id", 1], ["name", "Blonde Beast"], ["updated_at", "2014-08-28 19:24:41.193572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:24:41.195899"], ["id", 1], ["name", "Hungry Jungle"], ["updated_at", "2014-08-28 19:24:41.195899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:24:41.198580"], ["id", 1], ["name", "The Fake Jungle That Came to Dinner"], ["updated_at", "2014-08-28 19:24:41.198580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:24:41.201261"], ["id", 1], ["name", "The Ninja from 3908 Leagues"], ["updated_at", "2014-08-28 19:24:41.201261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:24:41 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:24:41 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:24:41.294536"], ["id", 1], ["name", "Planet of the Hungry World"], ["updated_at", "2014-08-28 19:24:41.294536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:24:41 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:24:41 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.308039"], ["name", "some new book"], ["updated_at", "2014-08-28 19:24:41.308039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:24:41.311632"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:24:41.311632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:24:41 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:24:41.314940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:24:41.325649"], ["id", 1], ["name", "War of the Danger Clash"], ["updated_at", "2014-08-28 19:24:41.325649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:24:41.328201"], ["id", 1], ["name", "The Flying Wolf"], ["updated_at", "2014-08-28 19:24:41.328201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.334392"], ["name", "The Identity from Outer Space"], ["updated_at", "2014-08-28 19:24:41.334392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.335689"], ["name", "Blue Cousins"], ["updated_at", "2014-08-28 19:24:41.335689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.336712"], ["name", "Blonde Mutant"], ["updated_at", "2014-08-28 19:24:41.336712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.337808"], ["name", "The Men from Jupiter South/Abacoa"], ["updated_at", "2014-08-28 19:24:41.337808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.338865"], ["name", "Dangerous Ninjas"], ["updated_at", "2014-08-28 19:24:41.338865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.342004"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:24:41.342004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.345201"], ["name", "I am Demon"], ["updated_at", "2014-08-28 19:24:41.345201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.346204"], ["name", "The Friday from Outer Space"], ["updated_at", "2014-08-28 19:24:41.346204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.347152"], ["name", "Action Woman"], ["updated_at", "2014-08-28 19:24:41.347152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.347855"], ["name", "The Electric Monster with a Thousand Faces"], ["updated_at", "2014-08-28 19:24:41.347855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.348581"], ["name", "The Tokyo Demon from Across the Ocean"], ["updated_at", "2014-08-28 19:24:41.348581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.353503"], ["name", "Curse of the Jungle"], ["updated_at", "2014-08-28 19:24:41.353503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.354631"], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-08-28 19:24:41.354631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.355559"], ["name", "Champagne Rain"], ["updated_at", "2014-08-28 19:24:41.355559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.356266"], ["name", "The Hills from the Black Lagoon"], ["updated_at", "2014-08-28 19:24:41.356266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.356962"], ["name", "Hungry City"], ["updated_at", "2014-08-28 19:24:41.356962"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.361008"], ["name", "Action Witch 2: Son of Action Witch"], ["updated_at", "2014-08-28 19:24:41.361008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.362135"], ["name", "I am Wizard"], ["updated_at", "2014-08-28 19:24:41.362135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.363134"], ["name", "740 A.D."], ["updated_at", "2014-08-28 19:24:41.363134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.363834"], ["name", "The Bloody Witch That Came to Dinner"], ["updated_at", "2014-08-28 19:24:41.363834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:24:41.364548"], ["name", "Dr. Identity"], ["updated_at", "2014-08-28 19:24:41.364548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:04.327638"], ["id", 1], ["name", "Legend of Tokyo Men"], ["updated_at", "2014-08-28 19:25:04.327638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:25:04 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 42ms (Views: 40.1ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:25:04 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:04.418724"], ["id", 1], ["name", "Invasion of the Gypsy"], ["updated_at", "2014-08-28 19:25:04.418724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:25:04 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:25:04 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.430081"], ["name", "some new book"], ["updated_at", "2014-08-28 19:25:04.430081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:04.433964"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:25:04.433964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:25:04 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:25:04.437582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.448659"], ["name", "The Witch from Bridesburg"], ["updated_at", "2014-08-28 19:25:04.448659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.450060"], ["name", "Case of the Missing Diaries"], ["updated_at", "2014-08-28 19:25:04.450060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.451076"], ["name", "The Fake Rain from Across the Ocean"], ["updated_at", "2014-08-28 19:25:04.451076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.451780"], ["name", "The Hungry Pickpocket from Mars"], ["updated_at", "2014-08-28 19:25:04.451780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.452460"], ["name", "Electric Women"], ["updated_at", "2014-08-28 19:25:04.452460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.455565"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:25:04.455565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.458518"], ["name", "Curse of the Danger Demon"], ["updated_at", "2014-08-28 19:25:04.458518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.459547"], ["name", "Fake Pickpocket"], ["updated_at", "2014-08-28 19:25:04.459547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.460570"], ["name", "Electric City"], ["updated_at", "2014-08-28 19:25:04.460570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.462096"], ["name", "When Jamal Met Tito"], ["updated_at", "2014-08-28 19:25:04.462096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.463415"], ["name", "The Death Diaries Who Fell to Earth"], ["updated_at", "2014-08-28 19:25:04.463415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.469020"], ["name", "The Pickpocket from the Black Lagoon"], ["updated_at", "2014-08-28 19:25:04.469020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.471451"], ["name", "Christmas on Barrows Mountain"], ["updated_at", "2014-08-28 19:25:04.471451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.473216"], ["name", "The Identity That Came to Dinner"], ["updated_at", "2014-08-28 19:25:04.473216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.474087"], ["name", "The Tokyo Demon with a Thousand Faces"], ["updated_at", "2014-08-28 19:25:04.474087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.474905"], ["name", "Tokyo Diaries 2: Son of Tokyo Diaries"], ["updated_at", "2014-08-28 19:25:04.474905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.479843"], ["name", "Green Man"], ["updated_at", "2014-08-28 19:25:04.479843"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.481563"], ["name", "I am American Dreams"], ["updated_at", "2014-08-28 19:25:04.481563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.483045"], ["name", "The Diaries That Came to Dinner"], ["updated_at", "2014-08-28 19:25:04.483045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.484028"], ["name", "Time of the Wizard"], ["updated_at", "2014-08-28 19:25:04.484028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:04.484868"], ["name", "The Jungle from 4882 Leagues"], ["updated_at", "2014-08-28 19:25:04.484868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:04.491334"], ["id", 1], ["name", "War of the Gypsy"], ["updated_at", "2014-08-28 19:25:04.491334"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:04.495115"], ["id", 1], ["name", "The Beast Who Fell to Earth"], ["updated_at", "2014-08-28 19:25:04.495115"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:04.498860"], ["id", 1], ["name", "Blue Wolves"], ["updated_at", "2014-08-28 19:25:04.498860"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:04.502924"], ["id", 1], ["name", "The Clash Who Fell to Earth"], ["updated_at", "2014-08-28 19:25:04.502924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:04.527598"], ["id", 1], ["name", "The Red Pickpocket from Hell"], ["updated_at", "2014-08-28 19:25:04.527598"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:04.531354"], ["id", 1], ["name", "Journey of the Danger Men"], ["updated_at", "2014-08-28 19:25:04.531354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:45.435531"], ["id", 1], ["name", "The Tentacle from the Black Lagoon"], ["updated_at", "2014-08-28 19:25:45.435531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:25:45 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.2ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:25:45 -0700 Processing by BooksController#index as HTML Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:45.542428"], ["id", 1], ["name", "Killer Wolf"], ["updated_at", "2014-08-28 19:25:45.542428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:25:45 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:25:45 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.558323"], ["name", "some new book"], ["updated_at", "2014-08-28 19:25:45.558323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:45.562650"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:25:45.562650"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:25:45 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:25:45.568141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.578854"], ["name", "Bloody Tears"], ["updated_at", "2014-08-28 19:25:45.578854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.580746"], ["name", "Hard Boiled Demon"], ["updated_at", "2014-08-28 19:25:45.580746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.582414"], ["name", "Killer Demon"], ["updated_at", "2014-08-28 19:25:45.582414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.583780"], ["name", "Dr. Witch"], ["updated_at", "2014-08-28 19:25:45.583780"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.585122"], ["name", "The Tears from the Black Lagoon"], ["updated_at", "2014-08-28 19:25:45.585122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.588853"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:25:45.588853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.592563"], ["name", "Hungry Mutant 2: Son of Hungry Mutant"], ["updated_at", "2014-08-28 19:25:45.592563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.594338"], ["name", "Planet of the Men"], ["updated_at", "2014-08-28 19:25:45.594338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.596627"], ["name", "The Witch from the Black Lagoon"], ["updated_at", "2014-08-28 19:25:45.596627"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.597908"], ["name", "Journey of the Flying Brain"], ["updated_at", "2014-08-28 19:25:45.597908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.598791"], ["name", "The Rain from Outer Space"], ["updated_at", "2014-08-28 19:25:45.598791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.605983"], ["name", "Blonde Wolves"], ["updated_at", "2014-08-28 19:25:45.605983"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.608131"], ["name", "Curse of the Nuclear City"], ["updated_at", "2014-08-28 19:25:45.608131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.609693"], ["name", "The Wizard"], ["updated_at", "2014-08-28 19:25:45.609693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.610898"], ["name", "The Green Man That Came to Dinner"], ["updated_at", "2014-08-28 19:25:45.610898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.614134"], ["name", "Christmas on Alexandra Highway"], ["updated_at", "2014-08-28 19:25:45.614134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Completed 500 Internal Server Error in 2ms  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.621494"], ["name", "The Wizard from Outer Space"], ["updated_at", "2014-08-28 19:25:45.621494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.623647"], ["name", "The Fake Man from Mars"], ["updated_at", "2014-08-28 19:25:45.623647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.625454"], ["name", "Nuclear Mutant"], ["updated_at", "2014-08-28 19:25:45.625454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.626943"], ["name", "Danger Friday"], ["updated_at", "2014-08-28 19:25:45.626943"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:25:45.628271"], ["name", "Hungry Demon"], ["updated_at", "2014-08-28 19:25:45.628271"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:45.646881"], ["id", 1], ["name", "Tokyo Women"], ["updated_at", "2014-08-28 19:25:45.646881"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:45.650835"], ["id", 1], ["name", "The Flying Brains Who Fell to Earth"], ["updated_at", "2014-08-28 19:25:45.650835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:45.654847"], ["id", 1], ["name", "Dr. Wolves"], ["updated_at", "2014-08-28 19:25:45.654847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:45.657601"], ["id", 1], ["name", "Forbidden Jungle"], ["updated_at", "2014-08-28 19:25:45.657601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:45.662878"], ["id", 1], ["name", "Dr. Cat"], ["updated_at", "2014-08-28 19:25:45.662878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:25:45.665814"], ["id", 1], ["name", "The Blue Dreams from Across the Ocean"], ["updated_at", "2014-08-28 19:25:45.665814"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:26:42.188602"], ["id", 1], ["name", "1411 A.D."], ["updated_at", "2014-08-28 19:26:42.188602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:26:42.199572"], ["id", 1], ["name", "Danger Thief"], ["updated_at", "2014-08-28 19:26:42.199572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:26:42.202008"], ["id", 1], ["name", "Tokyo Brains"], ["updated_at", "2014-08-28 19:26:42.202008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:26:42.204210"], ["id", 1], ["name", "Red Wolves"], ["updated_at", "2014-08-28 19:26:42.204210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:26:42.209995"], ["id", 1], ["name", "The Nuclear Monster from Outer Space"], ["updated_at", "2014-08-28 19:26:42.209995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:26:42.212406"], ["id", 1], ["name", "The Electric Thief from Hell"], ["updated_at", "2014-08-28 19:26:42.212406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.286629"], ["name", "Time of the Hills"], ["updated_at", "2014-08-28 19:26:42.286629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.288022"], ["name", "Time of the American Identity"], ["updated_at", "2014-08-28 19:26:42.288022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.289645"], ["name", "American Mutant"], ["updated_at", "2014-08-28 19:26:42.289645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.290433"], ["name", "Case of the Missing Champagne Men"], ["updated_at", "2014-08-28 19:26:42.290433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.291138"], ["name", "Journey of the American World"], ["updated_at", "2014-08-28 19:26:42.291138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.295176"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:26:42.295176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.299217"], ["name", "Je Vous Presente, Dejuan"], ["updated_at", "2014-08-28 19:26:42.299217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.300614"], ["name", "The Red Rose of Wales"], ["updated_at", "2014-08-28 19:26:42.300614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.301682"], ["name", "The Fake Thief Who Fell to Earth"], ["updated_at", "2014-08-28 19:26:42.301682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.302394"], ["name", "I am Green Woman"], ["updated_at", "2014-08-28 19:26:42.302394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.303085"], ["name", "The Death City Who Fell to Earth"], ["updated_at", "2014-08-28 19:26:42.303085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.317453"], ["name", "The Wizard from Hell"], ["updated_at", "2014-08-28 19:26:42.317453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.318563"], ["name", "Planet of the Hungry Fly"], ["updated_at", "2014-08-28 19:26:42.318563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.319498"], ["name", "Death Cousins"], ["updated_at", "2014-08-28 19:26:42.319498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.320169"], ["name", "Fake Tentacle"], ["updated_at", "2014-08-28 19:26:42.320169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.320834"], ["name", "The Blonde Witch from Across the Ocean"], ["updated_at", "2014-08-28 19:26:42.320834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 500 Internal Server Error in 3ms  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.327395"], ["name", "1201 A.D."], ["updated_at", "2014-08-28 19:26:42.327395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.328576"], ["name", "Planet of the Hungry Jungle"], ["updated_at", "2014-08-28 19:26:42.328576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.329447"], ["name", "The Blue Cousins from Outer Space"], ["updated_at", "2014-08-28 19:26:42.329447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.330107"], ["name", "Blonde Friday 2: Son of Blonde Friday"], ["updated_at", "2014-08-28 19:26:42.330107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.330756"], ["name", "The Killer City Who Fell to Earth"], ["updated_at", "2014-08-28 19:26:42.330756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:26:42.341293"], ["id", 1], ["name", "Case of the Missing Red Wizard"], ["updated_at", "2014-08-28 19:26:42.341293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:26:42 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:26:42 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:26:42.353847"], ["id", 1], ["name", "Invasion of the Cat"], ["updated_at", "2014-08-28 19:26:42.353847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:26:42 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:26:42 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:26:42.364645"], ["name", "some new book"], ["updated_at", "2014-08-28 19:26:42.364645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:26:42.368148"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:26:42.368148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:26:42 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:26:42.371635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:27.849979"], ["id", 1], ["name", "Planet of the Witch"], ["updated_at", "2014-08-28 19:27:27.849979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:27.854214"], ["id", 1], ["name", "The Nuclear City with a Thousand Faces"], ["updated_at", "2014-08-28 19:27:27.854214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:27.856416"], ["id", 1], ["name", "1560 A.D."], ["updated_at", "2014-08-28 19:27:27.856416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:27.859086"], ["id", 1], ["name", "The Bloody Clash Who Fell to Earth"], ["updated_at", "2014-08-28 19:27:27.859086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:27.870180"], ["id", 1], ["name", "Tears 2: Electric Boogaloo"], ["updated_at", "2014-08-28 19:27:27.870180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:27:27 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:27:27 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:27.957534"], ["id", 1], ["name", "The Pickpocket from Mars"], ["updated_at", "2014-08-28 19:27:27.957534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:27:27 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:27:27 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.969181"], ["name", "some new book"], ["updated_at", "2014-08-28 19:27:27.969181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:27.972939"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:27:27.972939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:27:27 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:27:27.976272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.984557"], ["name", "The Brains with a Thousand Faces"], ["updated_at", "2014-08-28 19:27:27.984557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.985766"], ["name", "I Married a Danger Fly"], ["updated_at", "2014-08-28 19:27:27.985766"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.986862"], ["name", "The Cousins Who Fell to Earth"], ["updated_at", "2014-08-28 19:27:27.986862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.987635"], ["name", "The Yellow Rose of England"], ["updated_at", "2014-08-28 19:27:27.987635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.988389"], ["name", "The Women from Hell"], ["updated_at", "2014-08-28 19:27:27.988389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.991793"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:27:27.991793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.994960"], ["name", "The Fly Without a Men"], ["updated_at", "2014-08-28 19:27:27.994960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.996013"], ["name", "Codename: Gypsy"], ["updated_at", "2014-08-28 19:27:27.996013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.997391"], ["name", "The Cousins from North Norridge"], ["updated_at", "2014-08-28 19:27:27.997391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.998446"], ["name", "Electric Mutant"], ["updated_at", "2014-08-28 19:27:27.998446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:27.999209"], ["name", "Tentacle 2: Electric Boogaloo"], ["updated_at", "2014-08-28 19:27:27.999209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:28.003901"], ["name", "Return of the Jungle"], ["updated_at", "2014-08-28 19:27:28.003901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:28.005046"], ["name", "Codename: Clash"], ["updated_at", "2014-08-28 19:27:28.005046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:28.006069"], ["name", "The Witch from Bridesburg"], ["updated_at", "2014-08-28 19:27:28.006069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:28.006815"], ["name", "The Wolves Without a Wizard"], ["updated_at", "2014-08-28 19:27:28.006815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:28.007524"], ["name", "Season of the Ninja"], ["updated_at", "2014-08-28 19:27:28.007524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:28.013253"], ["name", "The Blow from Gates Mills North"], ["updated_at", "2014-08-28 19:27:28.013253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:28.014405"], ["name", "The City Who Fell to Earth"], ["updated_at", "2014-08-28 19:27:28.014405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:28.015381"], ["name", "Case of the Missing Diaries"], ["updated_at", "2014-08-28 19:27:28.015381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:28.016098"], ["name", "Death Cat"], ["updated_at", "2014-08-28 19:27:28.016098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:28.016788"], ["name", "2737 A.D."], ["updated_at", "2014-08-28 19:27:28.016788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:28.025152"], ["id", 1], ["name", "Case of the Missing Dangerous Tentacle"], ["updated_at", "2014-08-28 19:27:28.025152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:28.027570"], ["id", 1], ["name", "The Danger Ninjas from Outer Space"], ["updated_at", "2014-08-28 19:27:28.027570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:59.270634"], ["id", 1], ["name", "Action Diaries"], ["updated_at", "2014-08-28 19:27:59.270634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:59.281228"], ["id", 1], ["name", "The Pickpocket Who Fell to Earth"], ["updated_at", "2014-08-28 19:27:59.281228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:59.285599"], ["id", 1], ["name", "The Jungle That Came to Dinner"], ["updated_at", "2014-08-28 19:27:59.285599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:59.288018"], ["id", 1], ["name", "Danger Ninja"], ["updated_at", "2014-08-28 19:27:59.288018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:59.290822"], ["id", 1], ["name", "The Man from Seven Hills Area"], ["updated_at", "2014-08-28 19:27:59.290822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:59.293153"], ["id", 1], ["name", "I am Fly"], ["updated_at", "2014-08-28 19:27:59.293153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.361581"], ["name", "Bloody Pickpocket"], ["updated_at", "2014-08-28 19:27:59.361581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.363209"], ["name", "Champagne Tentacle"], ["updated_at", "2014-08-28 19:27:59.363209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.364836"], ["name", "The Beast from 6811 Leagues"], ["updated_at", "2014-08-28 19:27:59.364836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.365656"], ["name", "The Jungle That Came to Dinner"], ["updated_at", "2014-08-28 19:27:59.365656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.366423"], ["name", "Red Men"], ["updated_at", "2014-08-28 19:27:59.366423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.370685"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:27:59.370685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.373850"], ["name", "The World from Mars"], ["updated_at", "2014-08-28 19:27:59.373850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.374816"], ["name", "Fake Witch"], ["updated_at", "2014-08-28 19:27:59.374816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.375800"], ["name", "Electric Wolves 2: Son of Electric Wolves"], ["updated_at", "2014-08-28 19:27:59.375800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.376532"], ["name", "Legend of Red Identity"], ["updated_at", "2014-08-28 19:27:59.376532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.377235"], ["name", "American Witch"], ["updated_at", "2014-08-28 19:27:59.377235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.392044"], ["name", "Hungry Diaries"], ["updated_at", "2014-08-28 19:27:59.392044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.393287"], ["name", "Green Identity"], ["updated_at", "2014-08-28 19:27:59.393287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.394367"], ["name", "The Thief with a Thousand Faces"], ["updated_at", "2014-08-28 19:27:59.394367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.395187"], ["name", "The Woman from Florissant West"], ["updated_at", "2014-08-28 19:27:59.395187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.395920"], ["name", "The Witch That Came to Dinner"], ["updated_at", "2014-08-28 19:27:59.395920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.401428"], ["name", "Dr. Man"], ["updated_at", "2014-08-28 19:27:59.401428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.402575"], ["name", "The Wolf from the Black Lagoon"], ["updated_at", "2014-08-28 19:27:59.402575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.403560"], ["name", "Forbidden Cousins"], ["updated_at", "2014-08-28 19:27:59.403560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.404286"], ["name", "The Demon Without a Woman"], ["updated_at", "2014-08-28 19:27:59.404286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.404987"], ["name", "Wizard 2: Electric Boogaloo"], ["updated_at", "2014-08-28 19:27:59.404987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:59.417582"], ["id", 1], ["name", "Season of the Wolves"], ["updated_at", "2014-08-28 19:27:59.417582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:27:59 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:27:59 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:59.430029"], ["id", 1], ["name", "A Fistful of Forbidden Monster"], ["updated_at", "2014-08-28 19:27:59.430029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:27:59 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:27:59 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:27:59.440223"], ["name", "some new book"], ["updated_at", "2014-08-28 19:27:59.440223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:27:59.443821"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:27:59.443821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:27:59 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:27:59.447415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:31.489895"], ["id", 1], ["name", "Blonde Wolves"], ["updated_at", "2014-08-28 19:28:31.489895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:31.494095"], ["id", 1], ["name", "Case of the Missing Nuclear Jungle"], ["updated_at", "2014-08-28 19:28:31.494095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:31.505329"], ["id", 1], ["name", "Legend of Wolves"], ["updated_at", "2014-08-28 19:28:31.505329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:28:31 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:28:31 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:31.591080"], ["id", 1], ["name", "The Dangerous Hills from the Black Lagoon"], ["updated_at", "2014-08-28 19:28:31.591080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:28:31 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:28:31 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.602008"], ["name", "some new book"], ["updated_at", "2014-08-28 19:28:31.602008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:31.605505"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:28:31.605505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:28:31 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:28:31.608970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.613629"], ["name", "The Hills Who Fell to Earth"], ["updated_at", "2014-08-28 19:28:31.613629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.614778"], ["name", "The Black Rose of England"], ["updated_at", "2014-08-28 19:28:31.614778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.615706"], ["name", "Ultra Man"], ["updated_at", "2014-08-28 19:28:31.615706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.616387"], ["name", "Invasion of the Forbidden Cousins"], ["updated_at", "2014-08-28 19:28:31.616387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.617064"], ["name", "The Flying City from the Black Lagoon"], ["updated_at", "2014-08-28 19:28:31.617064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.620111"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:28:31.620111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.623113"], ["name", "Hungry Fly"], ["updated_at", "2014-08-28 19:28:31.623113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.624050"], ["name", "Nuclear Pickpocket"], ["updated_at", "2014-08-28 19:28:31.624050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.624957"], ["name", "The Bloody Pickpocket from the Black Lagoon"], ["updated_at", "2014-08-28 19:28:31.624957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.625645"], ["name", "The Ninja from Mars"], ["updated_at", "2014-08-28 19:28:31.625645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.626336"], ["name", "The Friday That Came to Dinner"], ["updated_at", "2014-08-28 19:28:31.626336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.631001"], ["name", "The Hungry Jungle with a Thousand Faces"], ["updated_at", "2014-08-28 19:28:31.631001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.632063"], ["name", "The Wolf from Hell"], ["updated_at", "2014-08-28 19:28:31.632063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.633711"], ["name", "When Yadira Met Augusta"], ["updated_at", "2014-08-28 19:28:31.633711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.634705"], ["name", "The Brain with a Thousand Faces"], ["updated_at", "2014-08-28 19:28:31.634705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.635416"], ["name", "The Tokyo Gypsy from Hell"], ["updated_at", "2014-08-28 19:28:31.635416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.640811"], ["name", "Je Vous Presente, Dino"], ["updated_at", "2014-08-28 19:28:31.640811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.641887"], ["name", "Codename: Cousins"], ["updated_at", "2014-08-28 19:28:31.641887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.642819"], ["name", "1966 A.D."], ["updated_at", "2014-08-28 19:28:31.642819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.643543"], ["name", "Ultra Identity"], ["updated_at", "2014-08-28 19:28:31.643543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:31.644565"], ["name", "American Wolves: The Lazaro Beier Story"], ["updated_at", "2014-08-28 19:28:31.644565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:31.650330"], ["id", 1], ["name", "Danger Identity"], ["updated_at", "2014-08-28 19:28:31.650330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:31.652612"], ["id", 1], ["name", "Green Dreams"], ["updated_at", "2014-08-28 19:28:31.652612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:31.655223"], ["id", 1], ["name", "Nuclear Wolves: The Aiden O'Reilly Story"], ["updated_at", "2014-08-28 19:28:31.655223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:31.657482"], ["id", 1], ["name", "American World"], ["updated_at", "2014-08-28 19:28:31.657482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:38.553378"], ["id", 1], ["name", "Curse of the Man"], ["updated_at", "2014-08-28 19:28:38.553378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:38.563499"], ["id", 1], ["name", "The Blonde Thief from Across the Ocean"], ["updated_at", "2014-08-28 19:28:38.563499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.595980"], ["name", "The Yellow Rose of Scotland"], ["updated_at", "2014-08-28 19:28:38.595980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.597246"], ["name", "The Flying Diaries from Hell"], ["updated_at", "2014-08-28 19:28:38.597246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.598825"], ["name", "Action Clash"], ["updated_at", "2014-08-28 19:28:38.598825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.629310"], ["name", "Time of the Witch"], ["updated_at", "2014-08-28 19:28:38.629310"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.630773"], ["name", "Blue Friday"], ["updated_at", "2014-08-28 19:28:38.630773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.635177"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:28:38.635177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.640834"], ["name", "Je Vous Presente, Valentin"], ["updated_at", "2014-08-28 19:28:38.640834"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.642938"], ["name", "The Cat with a Thousand Faces"], ["updated_at", "2014-08-28 19:28:38.642938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.644660"], ["name", "Danger Cat"], ["updated_at", "2014-08-28 19:28:38.644660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.645879"], ["name", "A Fistful of Dangerous Dreams"], ["updated_at", "2014-08-28 19:28:38.645879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.646975"], ["name", "The Monster Who Fell to Earth"], ["updated_at", "2014-08-28 19:28:38.646975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.6ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.671930"], ["name", "The Pickpocket from Outer Space"], ["updated_at", "2014-08-28 19:28:38.671930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.673959"], ["name", "Hard Boiled Cat"], ["updated_at", "2014-08-28 19:28:38.673959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.675597"], ["name", "The Friday Who Fell to Earth"], ["updated_at", "2014-08-28 19:28:38.675597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.677134"], ["name", "Blonde Thief"], ["updated_at", "2014-08-28 19:28:38.677134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.678535"], ["name", "Green Rain"], ["updated_at", "2014-08-28 19:28:38.678535"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.688136"], ["name", "The Wizard from Across the Ocean"], ["updated_at", "2014-08-28 19:28:38.688136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.690252"], ["name", "Blue Fly"], ["updated_at", "2014-08-28 19:28:38.690252"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.691838"], ["name", "Je Vous Presente, Louie"], ["updated_at", "2014-08-28 19:28:38.691838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.693154"], ["name", "The Wolves with a Thousand Faces"], ["updated_at", "2014-08-28 19:28:38.693154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.694525"], ["name", "The Demon from Mars"], ["updated_at", "2014-08-28 19:28:38.694525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:38.718785"], ["id", 1], ["name", "Blue Identity"], ["updated_at", "2014-08-28 19:28:38.718785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:28:38 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:28:38 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:38.737991"], ["id", 1], ["name", "The Men Who Fell to Earth"], ["updated_at", "2014-08-28 19:28:38.737991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:28:38 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:28:38 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:28:38.756412"], ["name", "some new book"], ["updated_at", "2014-08-28 19:28:38.756412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:38.762633"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:28:38.762633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:28:38 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:28:38.768751"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:38.782900"], ["id", 1], ["name", "The Red Man from Across the Ocean"], ["updated_at", "2014-08-28 19:28:38.782900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:38.785683"], ["id", 1], ["name", "Invasion of the Tokyo Women"], ["updated_at", "2014-08-28 19:28:38.785683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:38.788803"], ["id", 1], ["name", "Hills 2: Electric Boogaloo"], ["updated_at", "2014-08-28 19:28:38.788803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:28:38.791280"], ["id", 1], ["name", "Hungry Diaries"], ["updated_at", "2014-08-28 19:28:38.791280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:02.088969"], ["id", 1], ["name", "A Fistful of Clash"], ["updated_at", "2014-08-28 19:29:02.088969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:29:02 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 0.1ms)  (6.5ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:29:02 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:02.181513"], ["id", 1], ["name", "Day of the Fake Tears"], ["updated_at", "2014-08-28 19:29:02.181513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:29:02 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:29:02 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.192997"], ["name", "some new book"], ["updated_at", "2014-08-28 19:29:02.192997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:02.196827"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:29:02.196827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:29:02 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:29:02.200459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.212064"], ["name", "The Hungry Pickpocket from Hell"], ["updated_at", "2014-08-28 19:29:02.212064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.213448"], ["name", "The Fake Wizard That Came to Dinner"], ["updated_at", "2014-08-28 19:29:02.213448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.214597"], ["name", "The Ultra Wolves Who Fell to Earth"], ["updated_at", "2014-08-28 19:29:02.214597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.215378"], ["name", "The Woman Who Fell to Earth"], ["updated_at", "2014-08-28 19:29:02.215378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.216119"], ["name", "A Fistful of Clash"], ["updated_at", "2014-08-28 19:29:02.216119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.219454"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:29:02.219454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.222754"], ["name", "Blonde Tears"], ["updated_at", "2014-08-28 19:29:02.222754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.223940"], ["name", "I am Women"], ["updated_at", "2014-08-28 19:29:02.223940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.225003"], ["name", "The Dangerous Brains from Mars"], ["updated_at", "2014-08-28 19:29:02.225003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.225777"], ["name", "The Electric Thief That Came to Dinner"], ["updated_at", "2014-08-28 19:29:02.225777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.226534"], ["name", "Codename: Red Blow"], ["updated_at", "2014-08-28 19:29:02.226534"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.231590"], ["name", "Codename: Friday"], ["updated_at", "2014-08-28 19:29:02.231590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.232778"], ["name", "I am Fake Demon"], ["updated_at", "2014-08-28 19:29:02.232778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.234275"], ["name", "Christmas on Purdy Club"], ["updated_at", "2014-08-28 19:29:02.234275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.235571"], ["name", "The Brain from Bridesburg"], ["updated_at", "2014-08-28 19:29:02.235571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.237275"], ["name", "Je Vous Presente, Declan"], ["updated_at", "2014-08-28 19:29:02.237275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.248010"], ["name", "Hard Boiled Tentacle"], ["updated_at", "2014-08-28 19:29:02.248010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.249324"], ["name", "Ultra Mutant"], ["updated_at", "2014-08-28 19:29:02.249324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.250422"], ["name", "Hard Boiled Diaries"], ["updated_at", "2014-08-28 19:29:02.250422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.251252"], ["name", "Codename: Fake Beast"], ["updated_at", "2014-08-28 19:29:02.251252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:02.252062"], ["name", "Forbidden Hills 2: Son of Forbidden Hills"], ["updated_at", "2014-08-28 19:29:02.252062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:02.267276"], ["id", 1], ["name", "When Freda Met Malachi"], ["updated_at", "2014-08-28 19:29:02.267276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:02.269944"], ["id", 1], ["name", "Blue Tentacle"], ["updated_at", "2014-08-28 19:29:02.269944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:02.272376"], ["id", 1], ["name", "The City from Hell"], ["updated_at", "2014-08-28 19:29:02.272376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:02.274798"], ["id", 1], ["name", "Fake Monster"], ["updated_at", "2014-08-28 19:29:02.274798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:02.282519"], ["id", 1], ["name", "The White Rose of Scotland"], ["updated_at", "2014-08-28 19:29:02.282519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:02.285150"], ["id", 1], ["name", "The Thief from Outer Space"], ["updated_at", "2014-08-28 19:29:02.285150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:35.766917"], ["id", 1], ["name", "The World from Mars"], ["updated_at", "2014-08-28 19:29:35.766917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:35.777266"], ["id", 1], ["name", "The Killer Men from the Black Lagoon"], ["updated_at", "2014-08-28 19:29:35.777266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:35.779591"], ["id", 1], ["name", "Return of the Flying Dreams"], ["updated_at", "2014-08-28 19:29:35.779591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:35.781900"], ["id", 1], ["name", "Forbidden Wizard"], ["updated_at", "2014-08-28 19:29:35.781900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.846739"], ["name", "I am Blow"], ["updated_at", "2014-08-28 19:29:35.846739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.848008"], ["name", "The Diaries Who Fell to Earth"], ["updated_at", "2014-08-28 19:29:35.848008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.849503"], ["name", "Case of the Missing Women"], ["updated_at", "2014-08-28 19:29:35.849503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.850220"], ["name", "Blonde Wolves"], ["updated_at", "2014-08-28 19:29:35.850220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.850884"], ["name", "Electric Fly"], ["updated_at", "2014-08-28 19:29:35.850884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.854880"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:29:35.854880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.857946"], ["name", "1728 A.D."], ["updated_at", "2014-08-28 19:29:35.857946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.858960"], ["name", "Legend of Flying Cousins"], ["updated_at", "2014-08-28 19:29:35.858960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.859878"], ["name", "The Clash from 3568 Leagues"], ["updated_at", "2014-08-28 19:29:35.859878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.860572"], ["name", "The Demon from Mars"], ["updated_at", "2014-08-28 19:29:35.860572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.861236"], ["name", "Codename: Danger Tentacle"], ["updated_at", "2014-08-28 19:29:35.861236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.875640"], ["name", "A Fistful of Cat"], ["updated_at", "2014-08-28 19:29:35.875640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.876690"], ["name", "The World Without a Hills"], ["updated_at", "2014-08-28 19:29:35.876690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.877568"], ["name", "The Action Ninja from Across the Ocean"], ["updated_at", "2014-08-28 19:29:35.877568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.878221"], ["name", "Planet of the City"], ["updated_at", "2014-08-28 19:29:35.878221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.879695"], ["name", "Je Vous Presente, Vita"], ["updated_at", "2014-08-28 19:29:35.879695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.885708"], ["name", "Return of the Diaries"], ["updated_at", "2014-08-28 19:29:35.885708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.886933"], ["name", "The Fake Monster Who Fell to Earth"], ["updated_at", "2014-08-28 19:29:35.886933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.887832"], ["name", "The Dangerous Jungle from Mars"], ["updated_at", "2014-08-28 19:29:35.887832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.888517"], ["name", "The Red Rose of Wales"], ["updated_at", "2014-08-28 19:29:35.888517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.889160"], ["name", "The American Wizard from Outer Space"], ["updated_at", "2014-08-28 19:29:35.889160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:35.897074"], ["id", 1], ["name", "The Dangerous Demon from Outer Space"], ["updated_at", "2014-08-28 19:29:35.897074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:29:35 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:29:35 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:35.910019"], ["id", 1], ["name", "Action Witch"], ["updated_at", "2014-08-28 19:29:35.910019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:29:35 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:29:35 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:29:35.920910"], ["name", "some new book"], ["updated_at", "2014-08-28 19:29:35.920910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:35.924450"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:29:35.924450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:29:35 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:29:35.927901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:35.932758"], ["id", 1], ["name", "Dangerous Wolf"], ["updated_at", "2014-08-28 19:29:35.932758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:29:35.934924"], ["id", 1], ["name", "Day of the American Thief"], ["updated_at", "2014-08-28 19:29:35.934924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:30:54.479677"], ["id", 1], ["name", "The Tokyo Jungle That Came to Dinner"], ["updated_at", "2014-08-28 19:30:54.479677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:30:54.484120"], ["id", 1], ["name", "Planet of the Witch"], ["updated_at", "2014-08-28 19:30:54.484120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:30:54.486819"], ["id", 1], ["name", "Death Identity"], ["updated_at", "2014-08-28 19:30:54.486819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:30:54.488938"], ["id", 1], ["name", "Codename: Blonde Diaries"], ["updated_at", "2014-08-28 19:30:54.488938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:30:54.500874"], ["id", 1], ["name", "Dr. Woman"], ["updated_at", "2014-08-28 19:30:54.500874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:30:54 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:30:54 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:30:54.585805"], ["id", 1], ["name", "Planet of the Identity"], ["updated_at", "2014-08-28 19:30:54.585805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:30:54 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:30:54 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.597000"], ["name", "some new book"], ["updated_at", "2014-08-28 19:30:54.597000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:30:54.600451"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:30:54.600451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:30:54 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:30:54.603656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:30:54.611965"], ["id", 1], ["name", "Codename: Champagne Thief"], ["updated_at", "2014-08-28 19:30:54.611965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:30:54.614428"], ["id", 1], ["name", "The World from Auburn North"], ["updated_at", "2014-08-28 19:30:54.614428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.621158"], ["name", "Je Vous Presente, Estevan"], ["updated_at", "2014-08-28 19:30:54.621158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.622542"], ["name", "The Tentacle Who Fell to Earth"], ["updated_at", "2014-08-28 19:30:54.622542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.623502"], ["name", "Forbidden Brain"], ["updated_at", "2014-08-28 19:30:54.623502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.624171"], ["name", "Tokyo Gypsy"], ["updated_at", "2014-08-28 19:30:54.624171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.624839"], ["name", "Dr. Tears"], ["updated_at", "2014-08-28 19:30:54.624839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.627980"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:30:54.627980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.630968"], ["name", "The Killer Cousins That Came to Dinner"], ["updated_at", "2014-08-28 19:30:54.630968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.631906"], ["name", "The Tokyo Fly Who Fell to Earth"], ["updated_at", "2014-08-28 19:30:54.631906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.632797"], ["name", "Blue Gypsy"], ["updated_at", "2014-08-28 19:30:54.632797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.633942"], ["name", "Christmas on Kuphal Loop"], ["updated_at", "2014-08-28 19:30:54.633942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.634946"], ["name", "Tokyo Clash"], ["updated_at", "2014-08-28 19:30:54.634946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.639412"], ["name", "Return of the Bloody Friday"], ["updated_at", "2014-08-28 19:30:54.639412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.640590"], ["name", "Killer Wolf"], ["updated_at", "2014-08-28 19:30:54.640590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.641550"], ["name", "Green Brain"], ["updated_at", "2014-08-28 19:30:54.641550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.642247"], ["name", "The Pickpocket Without a Wizard"], ["updated_at", "2014-08-28 19:30:54.642247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.642933"], ["name", "Dr. Blow"], ["updated_at", "2014-08-28 19:30:54.642933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.654391"], ["name", "The Flying Monster Who Fell to Earth"], ["updated_at", "2014-08-28 19:30:54.654391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.655617"], ["name", "I Married a Nuclear Pickpocket"], ["updated_at", "2014-08-28 19:30:54.655617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.656614"], ["name", "Diaries 2: Electric Boogaloo"], ["updated_at", "2014-08-28 19:30:54.656614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.657334"], ["name", "Rise of the Tokyo Wolf"], ["updated_at", "2014-08-28 19:30:54.657334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:30:54.658063"], ["name", "Fake Thief"], ["updated_at", "2014-08-28 19:30:54.658063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:36:45.167508"], ["id", 1], ["name", "Blonde Tentacle: The Conner Towne Story"], ["updated_at", "2014-08-28 19:36:45.167508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:36:45.177969"], ["id", 1], ["name", "Curse of the Mutant"], ["updated_at", "2014-08-28 19:36:45.177969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.210634"], ["name", "The Killer Brain from Across the Ocean"], ["updated_at", "2014-08-28 19:36:45.210634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.244983"], ["name", "Green Clash: The Destiney D'Amore I Story"], ["updated_at", "2014-08-28 19:36:45.244983"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.247221"], ["name", "Blonde Men: The Jordi Ruecker PhD Story"], ["updated_at", "2014-08-28 19:36:45.247221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.248117"], ["name", "Legend of Dangerous Rain"], ["updated_at", "2014-08-28 19:36:45.248117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.248877"], ["name", "Fake Fly"], ["updated_at", "2014-08-28 19:36:45.248877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.252933"], ["name", "newly-created-book"], ["updated_at", "2014-08-28 19:36:45.252933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.256032"], ["name", "Season of the Ultra Tears"], ["updated_at", "2014-08-28 19:36:45.256032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.256988"], ["name", "The Bloody Mutant That Came to Dinner"], ["updated_at", "2014-08-28 19:36:45.256988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.257963"], ["name", "Tokyo Cousins"], ["updated_at", "2014-08-28 19:36:45.257963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.258674"], ["name", "Tokyo Jungle"], ["updated_at", "2014-08-28 19:36:45.258674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.259375"], ["name", "Red Demon: The Fern Roberts Story"], ["updated_at", "2014-08-28 19:36:45.259375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------- BooksControllerTest: test_index_with_muliple_surrogate_keys -----------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.274039"], ["name", "Christmas on Christiansen Radial"], ["updated_at", "2014-08-28 19:36:45.274039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.275214"], ["name", "Flying Witch"], ["updated_at", "2014-08-28 19:36:45.275214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.276184"], ["name", "The Ninja from Across the Ocean"], ["updated_at", "2014-08-28 19:36:45.276184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.276904"], ["name", "Killer Wolf"], ["updated_at", "2014-08-28 19:36:45.276904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.277576"], ["name", "The Action World with a Thousand Faces"], ["updated_at", "2014-08-28 19:36:45.277576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index_with_multiple_surrogate_keys as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.283764"], ["name", "Tokyo Man"], ["updated_at", "2014-08-28 19:36:45.283764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.285027"], ["name", "War of the Flying Blow"], ["updated_at", "2014-08-28 19:36:45.285027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.286015"], ["name", "The Mutant from Mars"], ["updated_at", "2014-08-28 19:36:45.286015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.286722"], ["name", "Invasion of the Wizard"], ["updated_at", "2014-08-28 19:36:45.286722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.287431"], ["name", "War of the Beast"], ["updated_at", "2014-08-28 19:36:45.287431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------------------- FastlyRails::SurrogateControlHeadersTest: test_sets_multiple_surrogate_keys ---------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:36:45.304714"], ["id", 1], ["name", "Killer Fly"], ["updated_at", "2014-08-28 19:36:45.304714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-08-28 12:36:45 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-08-28 12:36:45 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:36:45.318357"], ["id", 1], ["name", "The Cousins from the Black Lagoon"], ["updated_at", "2014-08-28 19:36:45.318357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-08-28 12:36:45 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-08-28 12:36:45 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-08-28 19:36:45.329870"], ["name", "some new book"], ["updated_at", "2014-08-28 19:36:45.329870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:36:45.333792"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-08-28 19:36:45.333792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-08-28 12:36:45 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-08-28 19:36:45.337505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:36:45.343786"], ["id", 1], ["name", "Dangerous Mutant"], ["updated_at", "2014-08-28 19:36:45.343786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:36:45.347133"], ["id", 1], ["name", "Season of the Fly"], ["updated_at", "2014-08-28 19:36:45.347133"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:36:45.350540"], ["id", 1], ["name", "American Beast"], ["updated_at", "2014-08-28 19:36:45.350540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-08-28 19:36:45.353123"], ["id", 1], ["name", "The Bloody Gypsy from Hell"], ["updated_at", "2014-08-28 19:36:45.353123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:24:18.306008"], ["id", 1], ["name", "The Champagne Cat from the Black Lagoon"], ["updated_at", "2014-09-03 23:24:18.306008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:24:18 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:24:18 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:24:18.395557"], ["id", 1], ["name", "Dr. Wolves"], ["updated_at", "2014-09-03 23:24:18.395557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:24:18 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:24:18 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.407036"], ["name", "some new book"], ["updated_at", "2014-09-03 23:24:18.407036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:24:18.410955"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:24:18.410955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:24:18 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:24:18.414499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:24:18.418743"], ["id", 1], ["name", "The Friday with a Thousand Faces"], ["updated_at", "2014-09-03 23:24:18.418743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:24:18.420987"], ["id", 1], ["name", "The Green Ninja from Hell"], ["updated_at", "2014-09-03 23:24:18.420987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:24:18.425048"], ["id", 1], ["name", "The Tentacle from Outer Space"], ["updated_at", "2014-09-03 23:24:18.425048"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:24:18.427925"], ["id", 1], ["name", "Electric Diaries"], ["updated_at", "2014-09-03 23:24:18.427925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:24:18.430117"], ["id", 1], ["name", "Ultra Witch"], ["updated_at", "2014-09-03 23:24:18.430117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:24:18.432211"], ["id", 1], ["name", "The Gypsy Who Fell to Earth"], ["updated_at", "2014-09-03 23:24:18.432211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.435468"], ["name", "Invasion of the Brains"], ["updated_at", "2014-09-03 23:24:18.435468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.436590"], ["name", "The Jungle from Hell"], ["updated_at", "2014-09-03 23:24:18.436590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.437467"], ["name", "Curse of the Hungry Brains"], ["updated_at", "2014-09-03 23:24:18.437467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.438144"], ["name", "The Champagne Jungle from Hell"], ["updated_at", "2014-09-03 23:24:18.438144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.438805"], ["name", "The Red Brain That Came to Dinner"], ["updated_at", "2014-09-03 23:24:18.438805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.441815"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:24:18.441815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.445026"], ["name", "Hungry Clash"], ["updated_at", "2014-09-03 23:24:18.445026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.446057"], ["name", "I am Cat"], ["updated_at", "2014-09-03 23:24:18.446057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.447007"], ["name", "Action Brains"], ["updated_at", "2014-09-03 23:24:18.447007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.447756"], ["name", "The Wizard from 1974 Leagues"], ["updated_at", "2014-09-03 23:24:18.447756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.448767"], ["name", "The Dreams from East of Telegraph Road"], ["updated_at", "2014-09-03 23:24:18.448767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.454533"], ["name", "Case of the Missing Woman"], ["updated_at", "2014-09-03 23:24:18.454533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.455654"], ["name", "Dr. Dreams"], ["updated_at", "2014-09-03 23:24:18.455654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.456599"], ["name", "Return of the Green City"], ["updated_at", "2014-09-03 23:24:18.456599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.457329"], ["name", "Season of the Ninja"], ["updated_at", "2014-09-03 23:24:18.457329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.458047"], ["name", "The Ninja from the Black Lagoon"], ["updated_at", "2014-09-03 23:24:18.458047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.462726"], ["name", "The Thief That Came to Dinner"], ["updated_at", "2014-09-03 23:24:18.462726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.463836"], ["name", "Tokyo Women"], ["updated_at", "2014-09-03 23:24:18.463836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.464795"], ["name", "Green Tentacle"], ["updated_at", "2014-09-03 23:24:18.464795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.465539"], ["name", "Witch 2: Electric Boogaloo"], ["updated_at", "2014-09-03 23:24:18.465539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:24:18.467111"], ["name", "Christmas on Tremblay Meadows"], ["updated_at", "2014-09-03 23:24:18.467111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:33:12.811238"], ["id", 1], ["name", "The Hungry Brain Who Fell to Earth"], ["updated_at", "2014-09-03 23:33:12.811238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:33:12 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:33:12 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:33:12.901965"], ["id", 1], ["name", "Season of the Ninja"], ["updated_at", "2014-09-03 23:33:12.901965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:33:12 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:33:12 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.913093"], ["name", "some new book"], ["updated_at", "2014-09-03 23:33:12.913093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:33:12.916698"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:33:12.916698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:33:12 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:33:12.920251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.925252"], ["name", "Hard Boiled Brain"], ["updated_at", "2014-09-03 23:33:12.925252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.926399"], ["name", "The American Pickpocket Who Fell to Earth"], ["updated_at", "2014-09-03 23:33:12.926399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.927339"], ["name", "Blue Blow 2: Son of Blue Blow"], ["updated_at", "2014-09-03 23:33:12.927339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.928020"], ["name", "The Electric Ninjas from Across the Ocean"], ["updated_at", "2014-09-03 23:33:12.928020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.928751"], ["name", "Red Clash"], ["updated_at", "2014-09-03 23:33:12.928751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.931936"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:33:12.931936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.935030"], ["name", "Case of the Missing Tokyo Clash"], ["updated_at", "2014-09-03 23:33:12.935030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.935973"], ["name", "A Fistful of Killer Identity"], ["updated_at", "2014-09-03 23:33:12.935973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.936843"], ["name", "The Hungry Cousins from Across the Ocean"], ["updated_at", "2014-09-03 23:33:12.936843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.937525"], ["name", "Bloody Wizard"], ["updated_at", "2014-09-03 23:33:12.937525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.938199"], ["name", "Killer Identity"], ["updated_at", "2014-09-03 23:33:12.938199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.943221"], ["name", "I am Tokyo Fly"], ["updated_at", "2014-09-03 23:33:12.943221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.944528"], ["name", "The Red Rose of Wales"], ["updated_at", "2014-09-03 23:33:12.944528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.945597"], ["name", "Woman 2: Electric Boogaloo"], ["updated_at", "2014-09-03 23:33:12.945597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.946306"], ["name", "Forbidden Gypsy 2: Son of Forbidden Gypsy"], ["updated_at", "2014-09-03 23:33:12.946306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.946961"], ["name", "The Flying Gypsy Who Fell to Earth"], ["updated_at", "2014-09-03 23:33:12.946961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.951756"], ["name", "Planet of the Champagne Jungle"], ["updated_at", "2014-09-03 23:33:12.951756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.952876"], ["name", "Electric Pickpocket"], ["updated_at", "2014-09-03 23:33:12.952876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.953757"], ["name", "Action Cat 2: Son of Action Cat"], ["updated_at", "2014-09-03 23:33:12.953757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.954447"], ["name", "The Green Cat from Mars"], ["updated_at", "2014-09-03 23:33:12.954447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:33:12.955215"], ["name", "The Killer Diaries from Outer Space"], ["updated_at", "2014-09-03 23:33:12.955215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:33:12.963361"], ["id", 1], ["name", "Nuclear Brains 2: Son of Nuclear Brains"], ["updated_at", "2014-09-03 23:33:12.963361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:33:12.965640"], ["id", 1], ["name", "Journey of the Dangerous Wolf"], ["updated_at", "2014-09-03 23:33:12.965640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:33:12.967810"], ["id", 1], ["name", "The Blow from Hell"], ["updated_at", "2014-09-03 23:33:12.967810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:33:12.970417"], ["id", 1], ["name", "The Women from the Black Lagoon"], ["updated_at", "2014-09-03 23:33:12.970417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:33:12.973463"], ["id", 1], ["name", "Electric Demon 2: Son of Electric Demon"], ["updated_at", "2014-09-03 23:33:12.973463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:33:12.975788"], ["id", 1], ["name", "The Red Mutant Who Fell to Earth"], ["updated_at", "2014-09-03 23:33:12.975788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:34:55.379151"], ["id", 1], ["name", "2129 A.D."], ["updated_at", "2014-09-03 23:34:55.379151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:34:55 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:34:55 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:34:55.469930"], ["id", 1], ["name", "The Danger City with a Thousand Faces"], ["updated_at", "2014-09-03 23:34:55.469930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:34:55 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:34:55 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.481094"], ["name", "some new book"], ["updated_at", "2014-09-03 23:34:55.481094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:34:55.484649"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:34:55.484649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:34:55 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:34:55.488168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:34:55.493876"], ["id", 1], ["name", "The Pickpocket Without a Gypsy"], ["updated_at", "2014-09-03 23:34:55.493876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:34:55.496108"], ["id", 1], ["name", "The Dreams from 8410 Leagues"], ["updated_at", "2014-09-03 23:34:55.496108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.499400"], ["name", "Danger Cousins"], ["updated_at", "2014-09-03 23:34:55.499400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.500862"], ["name", "Rise of the Green Cat"], ["updated_at", "2014-09-03 23:34:55.500862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.502781"], ["name", "Christmas on Solon Track"], ["updated_at", "2014-09-03 23:34:55.502781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.503716"], ["name", "Electric Men"], ["updated_at", "2014-09-03 23:34:55.503716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.504371"], ["name", "Fake Pickpocket"], ["updated_at", "2014-09-03 23:34:55.504371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.507535"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:34:55.507535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.510593"], ["name", "The Wolves with a Thousand Faces"], ["updated_at", "2014-09-03 23:34:55.510593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.511621"], ["name", "The Mutant That Came to Dinner"], ["updated_at", "2014-09-03 23:34:55.511621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.512555"], ["name", "Christmas on Berniece Valleys"], ["updated_at", "2014-09-03 23:34:55.512555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.513228"], ["name", "Je Vous Presente, Daniella"], ["updated_at", "2014-09-03 23:34:55.513228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.513889"], ["name", "Rise of the Ninjas"], ["updated_at", "2014-09-03 23:34:55.513889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.519012"], ["name", "The Jungle from Outer Space"], ["updated_at", "2014-09-03 23:34:55.519012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.520081"], ["name", "Codename: Identity"], ["updated_at", "2014-09-03 23:34:55.520081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.520943"], ["name", "The Fly from Across the Ocean"], ["updated_at", "2014-09-03 23:34:55.520943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.521610"], ["name", "The Black Rose of Northern Ireland"], ["updated_at", "2014-09-03 23:34:55.521610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.522280"], ["name", "Forbidden Friday"], ["updated_at", "2014-09-03 23:34:55.522280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.526979"], ["name", "Dr. Wizard"], ["updated_at", "2014-09-03 23:34:55.526979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.528155"], ["name", "Planet of the Blow"], ["updated_at", "2014-09-03 23:34:55.528155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.529027"], ["name", "The Yellow Rose of England"], ["updated_at", "2014-09-03 23:34:55.529027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.529731"], ["name", "The Green Woman from Hell"], ["updated_at", "2014-09-03 23:34:55.529731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:34:55.530394"], ["name", "The World from Across the Ocean"], ["updated_at", "2014-09-03 23:34:55.530394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:34:55.536564"], ["id", 1], ["name", "A Fistful of Cousins"], ["updated_at", "2014-09-03 23:34:55.536564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:34:55.539515"], ["id", 1], ["name", "Green Monster: The Noemy Brekke Story"], ["updated_at", "2014-09-03 23:34:55.539515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:34:55.541612"], ["id", 1], ["name", "The American Gypsy from the Black Lagoon"], ["updated_at", "2014-09-03 23:34:55.541612"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:34:55.543843"], ["id", 1], ["name", "The Electric Witch with a Thousand Faces"], ["updated_at", "2014-09-03 23:34:55.543843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:40:23.608757"], ["id", 1], ["name", "The Identity That Came to Dinner"], ["updated_at", "2014-09-03 23:40:23.608757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:40:23.613864"], ["id", 1], ["name", "American Gypsy"], ["updated_at", "2014-09-03 23:40:23.613864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:40:23.617162"], ["id", 1], ["name", "The Thief from 18074 Leagues"], ["updated_at", "2014-09-03 23:40:23.617162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:40:23.621026"], ["id", 1], ["name", "Death Diaries"], ["updated_at", "2014-09-03 23:40:23.621026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.705600"], ["name", "The Fly from 19559 Leagues"], ["updated_at", "2014-09-03 23:40:23.705600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.707726"], ["name", "Tears 2: Electric Boogaloo"], ["updated_at", "2014-09-03 23:40:23.707726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.709931"], ["name", "Planet of the World"], ["updated_at", "2014-09-03 23:40:23.709931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.711462"], ["name", "Hard Boiled Pickpocket"], ["updated_at", "2014-09-03 23:40:23.711462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.712441"], ["name", "Dangerous Wizard"], ["updated_at", "2014-09-03 23:40:23.712441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.718114"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:40:23.718114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 3ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.722924"], ["name", "A Fistful of Ultra Blow"], ["updated_at", "2014-09-03 23:40:23.722924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.724594"], ["name", "Death Jungle"], ["updated_at", "2014-09-03 23:40:23.724594"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.726351"], ["name", "Blue Women"], ["updated_at", "2014-09-03 23:40:23.726351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.727723"], ["name", "The Nuclear Diaries with a Thousand Faces"], ["updated_at", "2014-09-03 23:40:23.727723"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.729021"], ["name", "Hard Boiled Wolves"], ["updated_at", "2014-09-03 23:40:23.729021"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.745805"], ["name", "The Demon That Came to Dinner"], ["updated_at", "2014-09-03 23:40:23.745805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.747763"], ["name", "Planet of the Tokyo Wolves"], ["updated_at", "2014-09-03 23:40:23.747763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.749411"], ["name", "Invasion of the Friday"], ["updated_at", "2014-09-03 23:40:23.749411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.750761"], ["name", "Dr. Fly"], ["updated_at", "2014-09-03 23:40:23.750761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.751985"], ["name", "Ultra Demon"], ["updated_at", "2014-09-03 23:40:23.751985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:40:23.768314"], ["id", 1], ["name", "Flying Rain"], ["updated_at", "2014-09-03 23:40:23.768314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:40:23 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:40:23 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:40:23.785421"], ["id", 1], ["name", "Case of the Missing Blow"], ["updated_at", "2014-09-03 23:40:23.785421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:40:23 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:40:23 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:40:23.799217"], ["name", "some new book"], ["updated_at", "2014-09-03 23:40:23.799217"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:40:23.804794"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:40:23.804794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:40:23 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:40:23.810309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:40:23.816186"], ["id", 1], ["name", "The Fly from Mars"], ["updated_at", "2014-09-03 23:40:23.816186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:40:23.818410"], ["id", 1], ["name", "Flying Brain"], ["updated_at", "2014-09-03 23:40:23.818410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:41:09.084524"], ["id", 1], ["name", "The Identity from Outer Space"], ["updated_at", "2014-09-03 23:41:09.084524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:41:09 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:41:09 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:41:09.175889"], ["id", 1], ["name", "Return of the Death Thief"], ["updated_at", "2014-09-03 23:41:09.175889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:41:09 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:41:09 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.187239"], ["name", "some new book"], ["updated_at", "2014-09-03 23:41:09.187239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:41:09.190764"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:41:09.190764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:41:09 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:41:09.194091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:41:09.199334"], ["id", 1], ["name", "Champagne Identity"], ["updated_at", "2014-09-03 23:41:09.199334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:41:09.201603"], ["id", 1], ["name", "Journey of the Action City"], ["updated_at", "2014-09-03 23:41:09.201603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:41:09.217668"], ["id", 1], ["name", "Return of the Blow"], ["updated_at", "2014-09-03 23:41:09.217668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:41:09.220172"], ["id", 1], ["name", "The Wizard Who Fell to Earth"], ["updated_at", "2014-09-03 23:41:09.220172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:41:09.222801"], ["id", 1], ["name", "Fake Fly"], ["updated_at", "2014-09-03 23:41:09.222801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:41:09.225042"], ["id", 1], ["name", "The Blonde World from Outer Space"], ["updated_at", "2014-09-03 23:41:09.225042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.228110"], ["name", "Curse of the Witch"], ["updated_at", "2014-09-03 23:41:09.228110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.229409"], ["name", "Rise of the Death Monster"], ["updated_at", "2014-09-03 23:41:09.229409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.230480"], ["name", "Hard Boiled Women"], ["updated_at", "2014-09-03 23:41:09.230480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.231179"], ["name", "The Gypsy Who Fell to Earth"], ["updated_at", "2014-09-03 23:41:09.231179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.231853"], ["name", "Rise of the Dangerous Woman"], ["updated_at", "2014-09-03 23:41:09.231853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.235029"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:41:09.235029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.238131"], ["name", "Legend of American City"], ["updated_at", "2014-09-03 23:41:09.238131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.239105"], ["name", "The Jungle from the Black Lagoon"], ["updated_at", "2014-09-03 23:41:09.239105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.239957"], ["name", "Invasion of the Death Woman"], ["updated_at", "2014-09-03 23:41:09.239957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.240628"], ["name", "Invasion of the Diaries"], ["updated_at", "2014-09-03 23:41:09.240628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.241281"], ["name", "Curse of the Fly"], ["updated_at", "2014-09-03 23:41:09.241281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.246104"], ["name", "Season of the Fly"], ["updated_at", "2014-09-03 23:41:09.246104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.247197"], ["name", "The Tokyo Demon from Across the Ocean"], ["updated_at", "2014-09-03 23:41:09.247197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.248132"], ["name", "The Brain from the Black Lagoon"], ["updated_at", "2014-09-03 23:41:09.248132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.250009"], ["name", "Christmas on Moses Mall"], ["updated_at", "2014-09-03 23:41:09.250009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:41:09.251195"], ["name", "I am Wizard"], ["updated_at", "2014-09-03 23:41:09.251195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:43:41.690207"], ["id", 1], ["name", "Hard Boiled Diaries"], ["updated_at", "2014-09-03 23:43:41.690207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:43:41 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.5ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:43:41 -0700 Processing by BooksController#index as HTML Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:43:41.792415"], ["id", 1], ["name", "Nuclear Witch"], ["updated_at", "2014-09-03 23:43:41.792415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:43:41 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:43:41 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.804530"], ["name", "some new book"], ["updated_at", "2014-09-03 23:43:41.804530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:43:41.809109"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:43:41.809109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:43:41 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:43:41.814904"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.7ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:43:41.823043"], ["id", 1], ["name", "Ultra Diaries"], ["updated_at", "2014-09-03 23:43:41.823043"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:43:41.826329"], ["id", 1], ["name", "The Blonde Brains from Mars"], ["updated_at", "2014-09-03 23:43:41.826329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.847812"], ["name", "Dangerous Brains"], ["updated_at", "2014-09-03 23:43:41.847812"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.849606"], ["name", "Day of the Tears"], ["updated_at", "2014-09-03 23:43:41.849606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.851093"], ["name", "The Nuclear World from Outer Space"], ["updated_at", "2014-09-03 23:43:41.851093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.851863"], ["name", "The Brains with a Thousand Faces"], ["updated_at", "2014-09-03 23:43:41.851863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.852537"], ["name", "The Tokyo Hills from Outer Space"], ["updated_at", "2014-09-03 23:43:41.852537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.855922"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:43:41.855922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.859720"], ["name", "Nuclear Brains 2: Son of Nuclear Brains"], ["updated_at", "2014-09-03 23:43:41.859720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.860963"], ["name", "Nuclear Fly"], ["updated_at", "2014-09-03 23:43:41.860963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.862415"], ["name", "The Cat with a Thousand Faces"], ["updated_at", "2014-09-03 23:43:41.862415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.864390"], ["name", "The Brains from Jupiter South/Abacoa"], ["updated_at", "2014-09-03 23:43:41.864390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.866636"], ["name", "The Demon from Hell"], ["updated_at", "2014-09-03 23:43:41.866636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.874941"], ["name", "2351 A.D."], ["updated_at", "2014-09-03 23:43:41.874941"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.876947"], ["name", "The Pickpocket from the Black Lagoon"], ["updated_at", "2014-09-03 23:43:41.876947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.878523"], ["name", "Invasion of the Wizard"], ["updated_at", "2014-09-03 23:43:41.878523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.879916"], ["name", "Day of the Action World"], ["updated_at", "2014-09-03 23:43:41.879916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:43:41.881113"], ["name", "Invasion of the Forbidden Mutant"], ["updated_at", "2014-09-03 23:43:41.881113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:43:41.896015"], ["id", 1], ["name", "Blonde World"], ["updated_at", "2014-09-03 23:43:41.896015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:43:41.899606"], ["id", 1], ["name", "Nuclear Ninja"], ["updated_at", "2014-09-03 23:43:41.899606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:43:41.903966"], ["id", 1], ["name", "Time of the Woman"], ["updated_at", "2014-09-03 23:43:41.903966"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:43:41.907224"], ["id", 1], ["name", "Time of the Flying Witch"], ["updated_at", "2014-09-03 23:43:41.907224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:44:30.023025"], ["id", 1], ["name", "The Dreams from the Black Lagoon"], ["updated_at", "2014-09-03 23:44:30.023025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:44:30.033334"], ["id", 1], ["name", "Forbidden Rain"], ["updated_at", "2014-09-03 23:44:30.033334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:44:30.035706"], ["id", 1], ["name", "Legend of Hungry Clash"], ["updated_at", "2014-09-03 23:44:30.035706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:44:30.037829"], ["id", 1], ["name", "Tokyo Diaries"], ["updated_at", "2014-09-03 23:44:30.037829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:44:30.047671"], ["id", 1], ["name", "Case of the Missing Death Diaries"], ["updated_at", "2014-09-03 23:44:30.047671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:44:30.050009"], ["id", 1], ["name", "The Red Wizard That Came to Dinner"], ["updated_at", "2014-09-03 23:44:30.050009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.113705"], ["name", "Dr. Woman"], ["updated_at", "2014-09-03 23:44:30.113705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.114960"], ["name", "The City Who Fell to Earth"], ["updated_at", "2014-09-03 23:44:30.114960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.117146"], ["name", "Christmas on Raphael Skyway"], ["updated_at", "2014-09-03 23:44:30.117146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.118128"], ["name", "The Cat from Mars"], ["updated_at", "2014-09-03 23:44:30.118128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.118827"], ["name", "The Champagne Women Who Fell to Earth"], ["updated_at", "2014-09-03 23:44:30.118827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.122682"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:44:30.122682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.125954"], ["name", "Electric Women 2: Son of Electric Women"], ["updated_at", "2014-09-03 23:44:30.125954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.126964"], ["name", "Action Friday"], ["updated_at", "2014-09-03 23:44:30.126964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.127873"], ["name", "The Hills from Outer Space"], ["updated_at", "2014-09-03 23:44:30.127873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.128547"], ["name", "The Brain"], ["updated_at", "2014-09-03 23:44:30.128547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.129214"], ["name", "Dr. Blow"], ["updated_at", "2014-09-03 23:44:30.129214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.144009"], ["name", "Green World"], ["updated_at", "2014-09-03 23:44:30.144009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.145205"], ["name", "Hungry Woman"], ["updated_at", "2014-09-03 23:44:30.145205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.146143"], ["name", "Tokyo Rain"], ["updated_at", "2014-09-03 23:44:30.146143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.146849"], ["name", "The Ultra Mutant from Mars"], ["updated_at", "2014-09-03 23:44:30.146849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.147515"], ["name", "The Nuclear Woman Who Fell to Earth"], ["updated_at", "2014-09-03 23:44:30.147515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:44:30.154183"], ["id", 1], ["name", "The Hungry Tears from the Black Lagoon"], ["updated_at", "2014-09-03 23:44:30.154183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:44:30 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:44:30 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:44:30.166266"], ["id", 1], ["name", "Day of the Bloody Dreams"], ["updated_at", "2014-09-03 23:44:30.166266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:44:30 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:44:30 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:44:30.176688"], ["name", "some new book"], ["updated_at", "2014-09-03 23:44:30.176688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:44:30.180129"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:44:30.180129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:44:30 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:44:30.183303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.056545"], ["name", "Hungry Friday"], ["updated_at", "2014-09-03 23:45:56.056545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.059943"], ["name", "Legend of Clash"], ["updated_at", "2014-09-03 23:45:56.059943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.061688"], ["name", "The Identity Without a Men"], ["updated_at", "2014-09-03 23:45:56.061688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.062396"], ["name", "Ultra Friday"], ["updated_at", "2014-09-03 23:45:56.062396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.063076"], ["name", "The Dangerous Thief from the Black Lagoon"], ["updated_at", "2014-09-03 23:45:56.063076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.066971"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:45:56.066971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.070405"], ["name", "The Witch from Far Rockaway/Bayswater"], ["updated_at", "2014-09-03 23:45:56.070405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.071632"], ["name", "Green Identity"], ["updated_at", "2014-09-03 23:45:56.071632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.072631"], ["name", "The Bloody Wizard That Came to Dinner"], ["updated_at", "2014-09-03 23:45:56.072631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.073401"], ["name", "American Tears"], ["updated_at", "2014-09-03 23:45:56.073401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.074140"], ["name", "Flying Rain"], ["updated_at", "2014-09-03 23:45:56.074140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.089062"], ["name", "Dr. Woman"], ["updated_at", "2014-09-03 23:45:56.089062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.091040"], ["name", "Flying Wolf: The Meggie Torphy Story"], ["updated_at", "2014-09-03 23:45:56.091040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.092171"], ["name", "Return of the Hills"], ["updated_at", "2014-09-03 23:45:56.092171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.092844"], ["name", "The Action Brains Who Fell to Earth"], ["updated_at", "2014-09-03 23:45:56.092844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.093497"], ["name", "Ultra Tears"], ["updated_at", "2014-09-03 23:45:56.093497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:45:56.102710"], ["id", 1], ["name", "Bloody Beast"], ["updated_at", "2014-09-03 23:45:56.102710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:45:56.105735"], ["id", 1], ["name", "When Shanon Met Melody"], ["updated_at", "2014-09-03 23:45:56.105735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:45:56.108049"], ["id", 1], ["name", "Hard Boiled Clash"], ["updated_at", "2014-09-03 23:45:56.108049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:45:56.110240"], ["id", 1], ["name", "The Bloody Pickpocket That Came to Dinner"], ["updated_at", "2014-09-03 23:45:56.110240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:45:56.114024"], ["id", 1], ["name", "Action Diaries"], ["updated_at", "2014-09-03 23:45:56.114024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:45:56.116692"], ["id", 1], ["name", "When Gabrielle Met Raheem"], ["updated_at", "2014-09-03 23:45:56.116692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:45:56.119683"], ["id", 1], ["name", "The Man That Came to Dinner"], ["updated_at", "2014-09-03 23:45:56.119683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:45:56 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:45:56 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:45:56.131917"], ["id", 1], ["name", "Planet of the Action Cat"], ["updated_at", "2014-09-03 23:45:56.131917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:45:56 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:45:56 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:45:56.142752"], ["name", "some new book"], ["updated_at", "2014-09-03 23:45:56.142752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:45:56.146570"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:45:56.146570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:45:56 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:45:56.150116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:47:51.027992"], ["id", 1], ["name", "Danger Diaries"], ["updated_at", "2014-09-03 23:47:51.027992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:47:51.038607"], ["id", 1], ["name", "Invasion of the Diaries"], ["updated_at", "2014-09-03 23:47:51.038607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:47:51.040863"], ["id", 1], ["name", "The Brains from Hell"], ["updated_at", "2014-09-03 23:47:51.040863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:47:51.043176"], ["id", 1], ["name", "Hungry Diaries"], ["updated_at", "2014-09-03 23:47:51.043176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.113389"], ["name", "War of the Champagne Women"], ["updated_at", "2014-09-03 23:47:51.113389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.115543"], ["name", "Christmas on Jimmie River"], ["updated_at", "2014-09-03 23:47:51.115543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.117344"], ["name", "Hungry Brain"], ["updated_at", "2014-09-03 23:47:51.117344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.118081"], ["name", "Christmas on Eleanora Meadows"], ["updated_at", "2014-09-03 23:47:51.118081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.118754"], ["name", "Je Vous Presente, Giovanna"], ["updated_at", "2014-09-03 23:47:51.118754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.122689"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:47:51.122689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.126041"], ["name", "Action Hills"], ["updated_at", "2014-09-03 23:47:51.126041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.127022"], ["name", "The Dangerous Beast from Hell"], ["updated_at", "2014-09-03 23:47:51.127022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.127979"], ["name", "The Brain Without a Blow"], ["updated_at", "2014-09-03 23:47:51.127979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.129069"], ["name", "Champagne Demon: The Amely Johnson Story"], ["updated_at", "2014-09-03 23:47:51.129069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.130126"], ["name", "The Diaries That Came to Dinner"], ["updated_at", "2014-09-03 23:47:51.130126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.144755"], ["name", "415 A.D."], ["updated_at", "2014-09-03 23:47:51.144755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.145855"], ["name", "The Flying Ninja from Across the Ocean"], ["updated_at", "2014-09-03 23:47:51.145855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.146782"], ["name", "Curse of the Ninjas"], ["updated_at", "2014-09-03 23:47:51.146782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.147468"], ["name", "Codename: Tokyo Tentacle"], ["updated_at", "2014-09-03 23:47:51.147468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.148145"], ["name", "American Monster"], ["updated_at", "2014-09-03 23:47:51.148145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:47:51.159738"], ["id", 1], ["name", "Hills 2: Electric Boogaloo"], ["updated_at", "2014-09-03 23:47:51.159738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:47:51.162173"], ["id", 1], ["name", "Blonde Rain"], ["updated_at", "2014-09-03 23:47:51.162173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:47:51.166567"], ["id", 1], ["name", "The American Cat with a Thousand Faces"], ["updated_at", "2014-09-03 23:47:51.166567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:47:51 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:47:51 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:47:51.178756"], ["id", 1], ["name", "The Pickpocket Who Fell to Earth"], ["updated_at", "2014-09-03 23:47:51.178756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:47:51 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:47:51 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:47:51.188705"], ["name", "some new book"], ["updated_at", "2014-09-03 23:47:51.188705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:47:51.192548"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:47:51.192548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:47:51 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:47:51.196035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:49:38.558098"], ["id", 1], ["name", "Champagne Hills"], ["updated_at", "2014-09-03 23:49:38.558098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:49:38.568300"], ["id", 1], ["name", "The Pickpocket Who Fell to Earth"], ["updated_at", "2014-09-03 23:49:38.568300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:49:38.572785"], ["id", 1], ["name", "War of the Wolves"], ["updated_at", "2014-09-03 23:49:38.572785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:49:38.575469"], ["id", 1], ["name", "I am Clash"], ["updated_at", "2014-09-03 23:49:38.575469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:49:38.578084"], ["id", 1], ["name", "The Brain from Jamaica Estates/Holliswood"], ["updated_at", "2014-09-03 23:49:38.578084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:49:38.580637"], ["id", 1], ["name", "The Ninjas Without a Fly"], ["updated_at", "2014-09-03 23:49:38.580637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.644169"], ["name", "Ultra World"], ["updated_at", "2014-09-03 23:49:38.644169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.645553"], ["name", "The Green Ninja That Came to Dinner"], ["updated_at", "2014-09-03 23:49:38.645553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.647058"], ["name", "Legend of Mutant"], ["updated_at", "2014-09-03 23:49:38.647058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.647784"], ["name", "Dr. Pickpocket"], ["updated_at", "2014-09-03 23:49:38.647784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.648905"], ["name", "Christmas on Mueller Junction"], ["updated_at", "2014-09-03 23:49:38.648905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.652833"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:49:38.652833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.656380"], ["name", "Nuclear Brains"], ["updated_at", "2014-09-03 23:49:38.656380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.657384"], ["name", "Blue Man"], ["updated_at", "2014-09-03 23:49:38.657384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.658295"], ["name", "Blonde Thief"], ["updated_at", "2014-09-03 23:49:38.658295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.659002"], ["name", "Fake Demon 2: Son of Fake Demon"], ["updated_at", "2014-09-03 23:49:38.659002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.659684"], ["name", "The Hills from Outer Space"], ["updated_at", "2014-09-03 23:49:38.659684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.674492"], ["name", "Blonde Rain 2: Son of Blonde Rain"], ["updated_at", "2014-09-03 23:49:38.674492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.675601"], ["name", "Journey of the Gypsy"], ["updated_at", "2014-09-03 23:49:38.675601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.676526"], ["name", "The Identity Without a Fly"], ["updated_at", "2014-09-03 23:49:38.676526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.677203"], ["name", "The Man from Mars"], ["updated_at", "2014-09-03 23:49:38.677203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.677867"], ["name", "The Danger Monster with a Thousand Faces"], ["updated_at", "2014-09-03 23:49:38.677867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:49:38.684561"], ["id", 1], ["name", "Red Demon"], ["updated_at", "2014-09-03 23:49:38.684561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:49:38 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:49:38 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:49:38.696309"], ["id", 1], ["name", "The Bloody Rain from Hell"], ["updated_at", "2014-09-03 23:49:38.696309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:49:38 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:49:38 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:49:38.706730"], ["name", "some new book"], ["updated_at", "2014-09-03 23:49:38.706730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:49:38.710162"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:49:38.710162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:49:38 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:49:38.714038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:50:19.483185"], ["id", 1], ["name", "Planet of the World"], ["updated_at", "2014-09-03 23:50:19.483185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:50:19.493530"], ["id", 1], ["name", "Blonde Man"], ["updated_at", "2014-09-03 23:50:19.493530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:50:19.496205"], ["id", 1], ["name", "The City Who Fell to Earth"], ["updated_at", "2014-09-03 23:50:19.496205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:50:19.499004"], ["id", 1], ["name", "The Wolves Who Fell to Earth"], ["updated_at", "2014-09-03 23:50:19.499004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.562983"], ["name", "Danger Cat"], ["updated_at", "2014-09-03 23:50:19.562983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.564293"], ["name", "The Women from Mars"], ["updated_at", "2014-09-03 23:50:19.564293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.565625"], ["name", "Hard Boiled Demon"], ["updated_at", "2014-09-03 23:50:19.565625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.566322"], ["name", "The Blue Mutant Who Fell to Earth"], ["updated_at", "2014-09-03 23:50:19.566322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.566996"], ["name", "Season of the Flying Clash"], ["updated_at", "2014-09-03 23:50:19.566996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.570928"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:50:19.570928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.574034"], ["name", "A Fistful of Hills"], ["updated_at", "2014-09-03 23:50:19.574034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.574962"], ["name", "Champagne Pickpocket"], ["updated_at", "2014-09-03 23:50:19.574962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.575838"], ["name", "The Monster Without a Diaries"], ["updated_at", "2014-09-03 23:50:19.575838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.576514"], ["name", "Blue Brains"], ["updated_at", "2014-09-03 23:50:19.576514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.577176"], ["name", "The Brains from the Black Lagoon"], ["updated_at", "2014-09-03 23:50:19.577176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.592556"], ["name", "Christmas on Ally Views"], ["updated_at", "2014-09-03 23:50:19.592556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.593757"], ["name", "The Gypsy with a Thousand Faces"], ["updated_at", "2014-09-03 23:50:19.593757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.594662"], ["name", "The Red Beast from Hell"], ["updated_at", "2014-09-03 23:50:19.594662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.595338"], ["name", "American Demon"], ["updated_at", "2014-09-03 23:50:19.595338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.596009"], ["name", "The Death Identity from Mars"], ["updated_at", "2014-09-03 23:50:19.596009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:50:19.614170"], ["id", 1], ["name", "Christmas on Genesis Shores"], ["updated_at", "2014-09-03 23:50:19.614170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:50:19.616517"], ["id", 1], ["name", "Nuclear Ninjas"], ["updated_at", "2014-09-03 23:50:19.616517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:50:19.623311"], ["id", 1], ["name", "Champagne Clash"], ["updated_at", "2014-09-03 23:50:19.623311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:50:19 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:50:19 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:50:19.635250"], ["id", 1], ["name", "The Pickpocket That Came to Dinner"], ["updated_at", "2014-09-03 23:50:19.635250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:50:19 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.3ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:50:19 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:50:19.645668"], ["name", "some new book"], ["updated_at", "2014-09-03 23:50:19.645668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:50:19.649637"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:50:19.649637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:50:19 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:50:19.653002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.684396"], ["name", "The Green Woman from the Black Lagoon"], ["updated_at", "2014-09-03 23:53:01.684396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.687536"], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", "2014-09-03 23:53:01.687536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.689530"], ["name", "Rise of the Clash"], ["updated_at", "2014-09-03 23:53:01.689530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.690503"], ["name", "Rise of the Action Monster"], ["updated_at", "2014-09-03 23:53:01.690503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.691200"], ["name", "The Pickpocket from Mars"], ["updated_at", "2014-09-03 23:53:01.691200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.695095"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:53:01.695095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.704421"], ["name", "Season of the Women"], ["updated_at", "2014-09-03 23:53:01.704421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.705434"], ["name", "Season of the Tentacle"], ["updated_at", "2014-09-03 23:53:01.705434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.707390"], ["name", "Champagne Ninjas: The Jamaal White Story"], ["updated_at", "2014-09-03 23:53:01.707390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.708396"], ["name", "Electric Cat"], ["updated_at", "2014-09-03 23:53:01.708396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.709089"], ["name", "Ultra Rain"], ["updated_at", "2014-09-03 23:53:01.709089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.723593"], ["name", "The Jungle Without a Cat"], ["updated_at", "2014-09-03 23:53:01.723593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.724821"], ["name", "The Nuclear Brains from Outer Space"], ["updated_at", "2014-09-03 23:53:01.724821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.725824"], ["name", "2511 A.D."], ["updated_at", "2014-09-03 23:53:01.725824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.726514"], ["name", "The Blue Rain That Came to Dinner"], ["updated_at", "2014-09-03 23:53:01.726514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.727182"], ["name", "Electric Friday"], ["updated_at", "2014-09-03 23:53:01.727182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:01.733995"], ["id", 1], ["name", "Christmas on Jerrold Freeway"], ["updated_at", "2014-09-03 23:53:01.733995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:01.736351"], ["id", 1], ["name", "The Fly from Mars"], ["updated_at", "2014-09-03 23:53:01.736351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:01.738457"], ["id", 1], ["name", "I Married a Ninja"], ["updated_at", "2014-09-03 23:53:01.738457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:01.740791"], ["id", 1], ["name", "The Witch from Across the Ocean"], ["updated_at", "2014-09-03 23:53:01.740791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:01.753028"], ["id", 1], ["name", "Dr. Diaries"], ["updated_at", "2014-09-03 23:53:01.753028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:01.755461"], ["id", 1], ["name", "The Blonde Gypsy from Mars"], ["updated_at", "2014-09-03 23:53:01.755461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:01.760695"], ["id", 1], ["name", "Forbidden Woman"], ["updated_at", "2014-09-03 23:53:01.760695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:53:01 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:53:01 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:01.773107"], ["id", 1], ["name", "Day of the American Identity"], ["updated_at", "2014-09-03 23:53:01.773107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:53:01 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:53:01 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:01.783967"], ["name", "some new book"], ["updated_at", "2014-09-03 23:53:01.783967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:01.787700"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:53:01.787700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:53:01 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:53:01.791252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.782099"], ["name", "War of the Nuclear Ninja"], ["updated_at", "2014-09-03 23:53:23.782099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.785292"], ["name", "The Flying Men from Across the Ocean"], ["updated_at", "2014-09-03 23:53:23.785292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.786962"], ["name", "Dangerous Tears"], ["updated_at", "2014-09-03 23:53:23.786962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.787748"], ["name", "Action Identity"], ["updated_at", "2014-09-03 23:53:23.787748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.788422"], ["name", "Champagne Women"], ["updated_at", "2014-09-03 23:53:23.788422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.793660"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:53:23.793660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 3ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.803729"], ["name", "Action Friday"], ["updated_at", "2014-09-03 23:53:23.803729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.804719"], ["name", "The Pickpocket from Across the Ocean"], ["updated_at", "2014-09-03 23:53:23.804719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.805633"], ["name", "Dr. Witch"], ["updated_at", "2014-09-03 23:53:23.805633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.806302"], ["name", "The Brains Without a Beast"], ["updated_at", "2014-09-03 23:53:23.806302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.806962"], ["name", "Blue Woman"], ["updated_at", "2014-09-03 23:53:23.806962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.821391"], ["name", "Green Cousins"], ["updated_at", "2014-09-03 23:53:23.821391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.822577"], ["name", "Death Demon"], ["updated_at", "2014-09-03 23:53:23.822577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.824309"], ["name", "Je Vous Presente, Justice"], ["updated_at", "2014-09-03 23:53:23.824309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.825605"], ["name", "Red Brains: The Curtis Trantow Story"], ["updated_at", "2014-09-03 23:53:23.825605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.826538"], ["name", "Curse of the Tears"], ["updated_at", "2014-09-03 23:53:23.826538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:23.835298"], ["id", 1], ["name", "The Nuclear Rain from Outer Space"], ["updated_at", "2014-09-03 23:53:23.835298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:53:23 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:53:23 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:23.847546"], ["id", 1], ["name", "Killer Diaries"], ["updated_at", "2014-09-03 23:53:23.847546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:53:23 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:53:23 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:53:23.858428"], ["name", "some new book"], ["updated_at", "2014-09-03 23:53:23.858428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:23.862537"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:53:23.862537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:53:23 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:53:23.866124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:23.871013"], ["id", 1], ["name", "The Cousins from Across the Ocean"], ["updated_at", "2014-09-03 23:53:23.871013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:23.873330"], ["id", 1], ["name", "Killer Thief: The Elisa Barrows Story"], ["updated_at", "2014-09-03 23:53:23.873330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:23.879173"], ["id", 1], ["name", "Death Brain"], ["updated_at", "2014-09-03 23:53:23.879173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:23.881591"], ["id", 1], ["name", "The Ninjas from Hell"], ["updated_at", "2014-09-03 23:53:23.881591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:23.883626"], ["id", 1], ["name", "The Flying Demon from the Black Lagoon"], ["updated_at", "2014-09-03 23:53:23.883626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:53:23.886382"], ["id", 1], ["name", "I am American Wolf"], ["updated_at", "2014-09-03 23:53:23.886382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:55:04.360336"], ["id", 1], ["name", "Blonde City"], ["updated_at", "2014-09-03 23:55:04.360336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:55:04.370722"], ["id", 1], ["name", "I am Rain"], ["updated_at", "2014-09-03 23:55:04.370722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:55:04.382562"], ["id", 1], ["name", "The Fly with a Thousand Faces"], ["updated_at", "2014-09-03 23:55:04.382562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:55:04 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:55:04 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:55:04.466306"], ["id", 1], ["name", "Fake Mutant"], ["updated_at", "2014-09-03 23:55:04.466306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:55:04 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:55:04 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.479618"], ["name", "some new book"], ["updated_at", "2014-09-03 23:55:04.479618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:55:04.483462"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:55:04.483462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:55:04 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:55:04.486823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:55:04.491321"], ["id", 1], ["name", "Ultra Tentacle"], ["updated_at", "2014-09-03 23:55:04.491321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:55:04.494217"], ["id", 1], ["name", "The Friday That Came to Dinner"], ["updated_at", "2014-09-03 23:55:04.494217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:55:04.496596"], ["id", 1], ["name", "The Dreams That Came to Dinner"], ["updated_at", "2014-09-03 23:55:04.496596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:55:04.498820"], ["id", 1], ["name", "The Ninja That Came to Dinner"], ["updated_at", "2014-09-03 23:55:04.498820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.508711"], ["name", "Invasion of the Blonde Monster"], ["updated_at", "2014-09-03 23:55:04.508711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.509971"], ["name", "Dr. Dreams"], ["updated_at", "2014-09-03 23:55:04.509971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.510917"], ["name", "War of the Flying Rain"], ["updated_at", "2014-09-03 23:55:04.510917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.511585"], ["name", "The Killer Fly from Hell"], ["updated_at", "2014-09-03 23:55:04.511585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.513100"], ["name", "Forbidden Gypsy: The Mckenzie Wolff Story"], ["updated_at", "2014-09-03 23:55:04.513100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.516439"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:55:04.516439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.519452"], ["name", "Time of the Red Diaries"], ["updated_at", "2014-09-03 23:55:04.519452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.520410"], ["name", "Red Wolf"], ["updated_at", "2014-09-03 23:55:04.520410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.521308"], ["name", "Dr. Tears"], ["updated_at", "2014-09-03 23:55:04.521308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.521978"], ["name", "Curse of the Champagne Ninja"], ["updated_at", "2014-09-03 23:55:04.521978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.522634"], ["name", "Green Ninja"], ["updated_at", "2014-09-03 23:55:04.522634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.527438"], ["name", "Green Rain"], ["updated_at", "2014-09-03 23:55:04.527438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.528517"], ["name", "Killer Clash"], ["updated_at", "2014-09-03 23:55:04.528517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.529446"], ["name", "The Bloody Rain from Outer Space"], ["updated_at", "2014-09-03 23:55:04.529446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.530102"], ["name", "Dangerous Brains"], ["updated_at", "2014-09-03 23:55:04.530102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:55:04.530767"], ["name", "The Gypsy from 13798 Leagues"], ["updated_at", "2014-09-03 23:55:04.530767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:56:37.240176"], ["id", 1], ["name", "The Friday Without a Clash"], ["updated_at", "2014-09-03 23:56:37.240176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:56:37.250937"], ["id", 1], ["name", "The Tokyo Man That Came to Dinner"], ["updated_at", "2014-09-03 23:56:37.250937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:56:37.253669"], ["id", 1], ["name", "The Monster That Came to Dinner"], ["updated_at", "2014-09-03 23:56:37.253669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:56:37.256123"], ["id", 1], ["name", "The American Beast Who Fell to Earth"], ["updated_at", "2014-09-03 23:56:37.256123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:56:37.259268"], ["id", 1], ["name", "A Fistful of Blue Dreams"], ["updated_at", "2014-09-03 23:56:37.259268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:56:37.261477"], ["id", 1], ["name", "The Red Rose of Scotland"], ["updated_at", "2014-09-03 23:56:37.261477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.330492"], ["name", "Journey of the Action Brain"], ["updated_at", "2014-09-03 23:56:37.330492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.331749"], ["name", "The Fake Brain from Hell"], ["updated_at", "2014-09-03 23:56:37.331749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.333278"], ["name", "The Fake Pickpocket That Came to Dinner"], ["updated_at", "2014-09-03 23:56:37.333278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.333981"], ["name", "Killer Rain"], ["updated_at", "2014-09-03 23:56:37.333981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.334651"], ["name", "The Gypsy from Mars"], ["updated_at", "2014-09-03 23:56:37.334651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.338698"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:56:37.338698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.341981"], ["name", "The Tears That Came to Dinner"], ["updated_at", "2014-09-03 23:56:37.341981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.342975"], ["name", "The American Men from Hell"], ["updated_at", "2014-09-03 23:56:37.342975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.343897"], ["name", "Ultra Women"], ["updated_at", "2014-09-03 23:56:37.343897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.344571"], ["name", "War of the Ultra Tentacle"], ["updated_at", "2014-09-03 23:56:37.344571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.345234"], ["name", "Danger Friday"], ["updated_at", "2014-09-03 23:56:37.345234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.360121"], ["name", "Rise of the Wizard"], ["updated_at", "2014-09-03 23:56:37.360121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.361190"], ["name", "Green Wizard"], ["updated_at", "2014-09-03 23:56:37.361190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.362088"], ["name", "The Action Demon Who Fell to Earth"], ["updated_at", "2014-09-03 23:56:37.362088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.362755"], ["name", "The Rain Who Fell to Earth"], ["updated_at", "2014-09-03 23:56:37.362755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.364410"], ["name", "Action Woman: The Yazmin Littel Story"], ["updated_at", "2014-09-03 23:56:37.364410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:56:37.383176"], ["id", 1], ["name", "Je Vous Presente, Elisha"], ["updated_at", "2014-09-03 23:56:37.383176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:56:37 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:56:37 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:56:37.395311"], ["id", 1], ["name", "When Dovie Met Alfonzo"], ["updated_at", "2014-09-03 23:56:37.395311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:56:37 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:56:37 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:56:37.405637"], ["name", "some new book"], ["updated_at", "2014-09-03 23:56:37.405637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:56:37.409130"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:56:37.409130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:56:37 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:56:37.412694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.757440"], ["name", "Return of the Mutant"], ["updated_at", "2014-09-03 23:58:35.757440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.760657"], ["name", "Green Gypsy"], ["updated_at", "2014-09-03 23:58:35.760657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.762499"], ["name", "A Fistful of Electric Man"], ["updated_at", "2014-09-03 23:58:35.762499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.763229"], ["name", "Blonde Blow 2: Son of Blonde Blow"], ["updated_at", "2014-09-03 23:58:35.763229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.763900"], ["name", "The Hills That Came to Dinner"], ["updated_at", "2014-09-03 23:58:35.763900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.767727"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:58:35.767727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.770795"], ["name", "Green Fly"], ["updated_at", "2014-09-03 23:58:35.770795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.771710"], ["name", "Return of the Brain"], ["updated_at", "2014-09-03 23:58:35.771710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.772608"], ["name", "I am Dangerous Rain"], ["updated_at", "2014-09-03 23:58:35.772608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.773290"], ["name", "The Hungry Women with a Thousand Faces"], ["updated_at", "2014-09-03 23:58:35.773290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.773959"], ["name", "The Flying Tentacle with a Thousand Faces"], ["updated_at", "2014-09-03 23:58:35.773959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.788129"], ["name", "Codename: Action Wizard"], ["updated_at", "2014-09-03 23:58:35.788129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.789220"], ["name", "Return of the Fly"], ["updated_at", "2014-09-03 23:58:35.789220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.790164"], ["name", "Nuclear Cousins"], ["updated_at", "2014-09-03 23:58:35.790164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.790852"], ["name", "The Dangerous Brains with a Thousand Faces"], ["updated_at", "2014-09-03 23:58:35.790852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.791535"], ["name", "The Electric Wolves from Mars"], ["updated_at", "2014-09-03 23:58:35.791535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:58:35.798260"], ["id", 1], ["name", "Season of the Champagne Wolf"], ["updated_at", "2014-09-03 23:58:35.798260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:58:35.801059"], ["id", 1], ["name", "Codename: Ninja"], ["updated_at", "2014-09-03 23:58:35.801059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:58:35.803136"], ["id", 1], ["name", "The Nuclear Demon from the Black Lagoon"], ["updated_at", "2014-09-03 23:58:35.803136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:58:35.805280"], ["id", 1], ["name", "The Friday from Mars"], ["updated_at", "2014-09-03 23:58:35.805280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:58:35.807957"], ["id", 1], ["name", "The Brain from Across the Ocean"], ["updated_at", "2014-09-03 23:58:35.807957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:58:35.810140"], ["id", 1], ["name", "Curse of the Brains"], ["updated_at", "2014-09-03 23:58:35.810140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:58:35.829906"], ["id", 1], ["name", "Day of the Green World"], ["updated_at", "2014-09-03 23:58:35.829906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:58:35 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:58:35 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:58:35.844150"], ["id", 1], ["name", "Demon 2: Electric Boogaloo"], ["updated_at", "2014-09-03 23:58:35.844150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:58:35 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:58:35 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:58:35.855088"], ["name", "some new book"], ["updated_at", "2014-09-03 23:58:35.855088"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:58:35.861622"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:58:35.861622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:58:35 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:58:35.867675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.304879"], ["name", "Action Identity"], ["updated_at", "2014-09-03 23:59:24.304879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.308183"], ["name", "Champagne Blow"], ["updated_at", "2014-09-03 23:59:24.308183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.309874"], ["name", "Fake Blow"], ["updated_at", "2014-09-03 23:59:24.309874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.310668"], ["name", "Champagne Tentacle 2: Son of Champagne Tentacle"], ["updated_at", "2014-09-03 23:59:24.310668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.311668"], ["name", "I Married a Killer Fly"], ["updated_at", "2014-09-03 23:59:24.311668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.315914"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:59:24.315914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.325181"], ["name", "American Identity"], ["updated_at", "2014-09-03 23:59:24.325181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.326184"], ["name", "Return of the Flying Fly"], ["updated_at", "2014-09-03 23:59:24.326184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.327055"], ["name", "The Beast from Hell"], ["updated_at", "2014-09-03 23:59:24.327055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.327717"], ["name", "The Wizard from Mars"], ["updated_at", "2014-09-03 23:59:24.327717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.328362"], ["name", "The Hungry Wizard from Outer Space"], ["updated_at", "2014-09-03 23:59:24.328362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.342679"], ["name", "Day of the City"], ["updated_at", "2014-09-03 23:59:24.342679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.343793"], ["name", "The Black Rose of Northern Ireland"], ["updated_at", "2014-09-03 23:59:24.343793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.344699"], ["name", "Case of the Missing Demon"], ["updated_at", "2014-09-03 23:59:24.344699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.345362"], ["name", "Return of the World"], ["updated_at", "2014-09-03 23:59:24.345362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.346020"], ["name", "Bloody Pickpocket"], ["updated_at", "2014-09-03 23:59:24.346020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:24.365296"], ["id", 1], ["name", "Legend of Champagne Wolves"], ["updated_at", "2014-09-03 23:59:24.365296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:24.367684"], ["id", 1], ["name", "Hard Boiled Brains"], ["updated_at", "2014-09-03 23:59:24.367684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:24.370768"], ["id", 1], ["name", "Dr. Friday"], ["updated_at", "2014-09-03 23:59:24.370768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:59:24 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:59:24 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:24.382657"], ["id", 1], ["name", "The Demon That Came to Dinner"], ["updated_at", "2014-09-03 23:59:24.382657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:59:24 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:59:24 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:24.392858"], ["name", "some new book"], ["updated_at", "2014-09-03 23:59:24.392858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:24.396242"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:59:24.396242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:59:24 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:59:24.399513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:24.411334"], ["id", 1], ["name", "Dr. Men"], ["updated_at", "2014-09-03 23:59:24.411334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:24.413711"], ["id", 1], ["name", "Bloody Diaries"], ["updated_at", "2014-09-03 23:59:24.413711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:24.415788"], ["id", 1], ["name", "Curse of the Fly"], ["updated_at", "2014-09-03 23:59:24.415788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:24.418684"], ["id", 1], ["name", "Planet of the Dreams"], ["updated_at", "2014-09-03 23:59:24.418684"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:38.803099"], ["id", 1], ["name", "Woman 2: Electric Boogaloo"], ["updated_at", "2014-09-03 23:59:38.803099"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:38.815781"], ["id", 1], ["name", "The Death Fly Who Fell to Earth"], ["updated_at", "2014-09-03 23:59:38.815781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:38.819606"], ["id", 1], ["name", "The Blow from Outer Space"], ["updated_at", "2014-09-03 23:59:38.819606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:38.824499"], ["id", 1], ["name", "Planet of the Blonde City"], ["updated_at", "2014-09-03 23:59:38.824499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.896082"], ["name", "Season of the Jungle"], ["updated_at", "2014-09-03 23:59:38.896082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.897372"], ["name", "I Married a Fly"], ["updated_at", "2014-09-03 23:59:38.897372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.898928"], ["name", "A Fistful of Woman"], ["updated_at", "2014-09-03 23:59:38.898928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.899686"], ["name", "The Forbidden Gypsy from Hell"], ["updated_at", "2014-09-03 23:59:38.899686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.900375"], ["name", "Tokyo Gypsy"], ["updated_at", "2014-09-03 23:59:38.900375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.905195"], ["name", "newly-created-book"], ["updated_at", "2014-09-03 23:59:38.905195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.908788"], ["name", "Nuclear Mutant"], ["updated_at", "2014-09-03 23:59:38.908788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.910309"], ["name", "Fake City"], ["updated_at", "2014-09-03 23:59:38.910309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.911915"], ["name", "Planet of the Electric Women"], ["updated_at", "2014-09-03 23:59:38.911915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.913532"], ["name", "The Thief from Renton West"], ["updated_at", "2014-09-03 23:59:38.913532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.915032"], ["name", "Death Tentacle"], ["updated_at", "2014-09-03 23:59:38.915032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.931380"], ["name", "Je Vous Presente, Cecilia"], ["updated_at", "2014-09-03 23:59:38.931380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.932633"], ["name", "Curse of the Mutant"], ["updated_at", "2014-09-03 23:59:38.932633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.933871"], ["name", "American Gypsy: The Miss Lenny Rau Story"], ["updated_at", "2014-09-03 23:59:38.933871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.934795"], ["name", "American Friday"], ["updated_at", "2014-09-03 23:59:38.934795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.935472"], ["name", "Bloody Cousins"], ["updated_at", "2014-09-03 23:59:38.935472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:38.945702"], ["id", 1], ["name", "The Flying Wolf That Came to Dinner"], ["updated_at", "2014-09-03 23:59:38.945702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:38.947954"], ["id", 1], ["name", "Ultra Brains"], ["updated_at", "2014-09-03 23:59:38.947954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:38.952516"], ["id", 1], ["name", "The Thief Without a Wizard"], ["updated_at", "2014-09-03 23:59:38.952516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 16:59:38 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 16:59:38 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:38.965271"], ["id", 1], ["name", "Blue Blow"], ["updated_at", "2014-09-03 23:59:38.965271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 16:59:38 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 16:59:38 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-03 23:59:38.977907"], ["name", "some new book"], ["updated_at", "2014-09-03 23:59:38.977907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-03 23:59:38.982893"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-03 23:59:38.982893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 16:59:38 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-03 23:59:38.986659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:21.214957"], ["id", 1], ["name", "Legend of Witch"], ["updated_at", "2014-09-04 00:01:21.214957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:01:21 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:01:21 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:21.305627"], ["id", 1], ["name", "Tokyo Ninjas"], ["updated_at", "2014-09-04 00:01:21.305627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:01:21 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:01:21 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.317068"], ["name", "some new book"], ["updated_at", "2014-09-04 00:01:21.317068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:21.320812"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:01:21.320812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:01:21 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:01:21.324255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:21.328499"], ["id", 1], ["name", "Dangerous Mutant"], ["updated_at", "2014-09-04 00:01:21.328499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:21.330642"], ["id", 1], ["name", "Case of the Missing Hungry Rain"], ["updated_at", "2014-09-04 00:01:21.330642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:21.333140"], ["id", 1], ["name", "I am Action Ninjas"], ["updated_at", "2014-09-04 00:01:21.333140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:21.335511"], ["id", 1], ["name", "The Cousins from Hell"], ["updated_at", "2014-09-04 00:01:21.335511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:21.347710"], ["id", 1], ["name", "The Danger Demon from Across the Ocean"], ["updated_at", "2014-09-04 00:01:21.347710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:21.350206"], ["id", 1], ["name", "Flying Jungle"], ["updated_at", "2014-09-04 00:01:21.350206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.353551"], ["name", "Ultra Thief"], ["updated_at", "2014-09-04 00:01:21.353551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.354590"], ["name", "Planet of the Ultra Dreams"], ["updated_at", "2014-09-04 00:01:21.354590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.355518"], ["name", "The White Rose of Wales"], ["updated_at", "2014-09-04 00:01:21.355518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.356208"], ["name", "Season of the Bloody Wolves"], ["updated_at", "2014-09-04 00:01:21.356208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.356926"], ["name", "Day of the Friday"], ["updated_at", "2014-09-04 00:01:21.356926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.360283"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:01:21.360283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.364061"], ["name", "When Jacklyn Met Dorian"], ["updated_at", "2014-09-04 00:01:21.364061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.365213"], ["name", "The Jungle from Outer Space"], ["updated_at", "2014-09-04 00:01:21.365213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.366087"], ["name", "War of the Ultra Wizard"], ["updated_at", "2014-09-04 00:01:21.366087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.366763"], ["name", "Je Vous Presente, Avery"], ["updated_at", "2014-09-04 00:01:21.366763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.367420"], ["name", "The Death Blow That Came to Dinner"], ["updated_at", "2014-09-04 00:01:21.367420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.372528"], ["name", "Journey of the Hungry Diaries"], ["updated_at", "2014-09-04 00:01:21.372528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.373649"], ["name", "The Red Rose of Wales"], ["updated_at", "2014-09-04 00:01:21.373649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.374500"], ["name", "Green Demon"], ["updated_at", "2014-09-04 00:01:21.374500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.375161"], ["name", "Journey of the Hills"], ["updated_at", "2014-09-04 00:01:21.375161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:21.375806"], ["name", "930 A.D."], ["updated_at", "2014-09-04 00:01:21.375806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:45.331244"], ["id", 1], ["name", "Day of the Monster"], ["updated_at", "2014-09-04 00:01:45.331244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:45.341925"], ["id", 1], ["name", "Je Vous Presente, Robyn"], ["updated_at", "2014-09-04 00:01:45.341925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:45.345591"], ["id", 1], ["name", "Hard Boiled Wizard"], ["updated_at", "2014-09-04 00:01:45.345591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:01:45 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:01:45 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:45.429175"], ["id", 1], ["name", "The Thief That Came to Dinner"], ["updated_at", "2014-09-04 00:01:45.429175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:01:45 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:01:45 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.440748"], ["name", "some new book"], ["updated_at", "2014-09-04 00:01:45.440748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:45.444245"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:01:45.444245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:01:45 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:01:45.447582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:45.454538"], ["id", 1], ["name", "A Fistful of Killer Diaries"], ["updated_at", "2014-09-04 00:01:45.454538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:45.457053"], ["id", 1], ["name", "Day of the Fake Identity"], ["updated_at", "2014-09-04 00:01:45.457053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:45.459705"], ["id", 1], ["name", "Christmas on Dameon Gateway"], ["updated_at", "2014-09-04 00:01:45.459705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:01:45.461882"], ["id", 1], ["name", "Season of the Tokyo Gypsy"], ["updated_at", "2014-09-04 00:01:45.461882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.464723"], ["name", "I am Monster"], ["updated_at", "2014-09-04 00:01:45.464723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.465748"], ["name", "The Danger Cat with a Thousand Faces"], ["updated_at", "2014-09-04 00:01:45.465748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.466698"], ["name", "Case of the Missing Flying Ninjas"], ["updated_at", "2014-09-04 00:01:45.466698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.467401"], ["name", "The Ninja That Came to Dinner"], ["updated_at", "2014-09-04 00:01:45.467401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.468065"], ["name", "War of the Fake Blow"], ["updated_at", "2014-09-04 00:01:45.468065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.471231"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:01:45.471231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.474322"], ["name", "Hungry Dreams"], ["updated_at", "2014-09-04 00:01:45.474322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.475271"], ["name", "Tokyo Tentacle"], ["updated_at", "2014-09-04 00:01:45.475271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.476216"], ["name", "Codename: Forbidden Diaries"], ["updated_at", "2014-09-04 00:01:45.476216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.476902"], ["name", "Champagne Diaries"], ["updated_at", "2014-09-04 00:01:45.476902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.477706"], ["name", "War of the Rain"], ["updated_at", "2014-09-04 00:01:45.477706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.482485"], ["name", "Bloody Fly"], ["updated_at", "2014-09-04 00:01:45.482485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.483565"], ["name", "The Cousins from Mars"], ["updated_at", "2014-09-04 00:01:45.483565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.484454"], ["name", "Legend of Dreams"], ["updated_at", "2014-09-04 00:01:45.484454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.485133"], ["name", "The Hills from Across the Ocean"], ["updated_at", "2014-09-04 00:01:45.485133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:01:45.485821"], ["name", "Nuclear Blow"], ["updated_at", "2014-09-04 00:01:45.485821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.625977"], ["name", "The Friday from Outer Space"], ["updated_at", "2014-09-04 00:02:58.625977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.630622"], ["name", "Action Woman"], ["updated_at", "2014-09-04 00:02:58.630622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.633753"], ["name", "Rise of the Danger Ninja"], ["updated_at", "2014-09-04 00:02:58.633753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.635595"], ["name", "The Wolf from 8026 Leagues"], ["updated_at", "2014-09-04 00:02:58.635595"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.636970"], ["name", "American Cousins"], ["updated_at", "2014-09-04 00:02:58.636970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.642399"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:02:58.642399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.652966"], ["name", "Dr. Ninjas"], ["updated_at", "2014-09-04 00:02:58.652966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.654118"], ["name", "The Champagne Tentacle That Came to Dinner"], ["updated_at", "2014-09-04 00:02:58.654118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.655248"], ["name", "Blonde Man"], ["updated_at", "2014-09-04 00:02:58.655248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.656052"], ["name", "War of the Bloody Cousins"], ["updated_at", "2014-09-04 00:02:58.656052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.656801"], ["name", "The Dangerous City from Mars"], ["updated_at", "2014-09-04 00:02:58.656801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.673343"], ["name", "The City That Came to Dinner"], ["updated_at", "2014-09-04 00:02:58.673343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.674925"], ["name", "The Blow from Hell"], ["updated_at", "2014-09-04 00:02:58.674925"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.676429"], ["name", "The Friday from the Black Lagoon"], ["updated_at", "2014-09-04 00:02:58.676429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.679803"], ["name", "Danger City: The Mara Streich Story"], ["updated_at", "2014-09-04 00:02:58.679803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.681669"], ["name", "War of the Jungle"], ["updated_at", "2014-09-04 00:02:58.681669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:02:58.692404"], ["id", 1], ["name", "The Black Rose of Scotland"], ["updated_at", "2014-09-04 00:02:58.692404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:02:58 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:02:58 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:02:58.708964"], ["id", 1], ["name", "Fake Cousins"], ["updated_at", "2014-09-04 00:02:58.708964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:02:58 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:02:58 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:02:58.721615"], ["name", "some new book"], ["updated_at", "2014-09-04 00:02:58.721615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:02:58.726339"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:02:58.726339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:02:58 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:02:58.732034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:02:58.741587"], ["id", 1], ["name", "The World from Mars"], ["updated_at", "2014-09-04 00:02:58.741587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:02:58.744849"], ["id", 1], ["name", "The Beast from the Black Lagoon"], ["updated_at", "2014-09-04 00:02:58.744849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:02:58.747449"], ["id", 1], ["name", "The Action Clash with a Thousand Faces"], ["updated_at", "2014-09-04 00:02:58.747449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:02:58.750594"], ["id", 1], ["name", "Codename: Fly"], ["updated_at", "2014-09-04 00:02:58.750594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:02:58.755405"], ["id", 1], ["name", "Ultra Women"], ["updated_at", "2014-09-04 00:02:58.755405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:02:58.758189"], ["id", 1], ["name", "The Bloody Diaries"], ["updated_at", "2014-09-04 00:02:58.758189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.130704"], ["name", "Rise of the Diaries"], ["updated_at", "2014-09-04 00:03:40.130704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.133834"], ["name", "The Pickpocket That Came to Dinner"], ["updated_at", "2014-09-04 00:03:40.133834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.135816"], ["name", "The Flying Clash That Came to Dinner"], ["updated_at", "2014-09-04 00:03:40.135816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.136977"], ["name", "The Wizard from the Black Lagoon"], ["updated_at", "2014-09-04 00:03:40.136977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.137679"], ["name", "Fake Tentacle"], ["updated_at", "2014-09-04 00:03:40.137679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.141810"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:03:40.141810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.145076"], ["name", "The Wolves from Across the Ocean"], ["updated_at", "2014-09-04 00:03:40.145076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.146054"], ["name", "Action Tentacle"], ["updated_at", "2014-09-04 00:03:40.146054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.146968"], ["name", "The Men from 1122 Leagues"], ["updated_at", "2014-09-04 00:03:40.146968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.147651"], ["name", "Forbidden Gypsy"], ["updated_at", "2014-09-04 00:03:40.147651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.148281"], ["name", "The City with a Thousand Faces"], ["updated_at", "2014-09-04 00:03:40.148281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.162787"], ["name", "I am Friday"], ["updated_at", "2014-09-04 00:03:40.162787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.163909"], ["name", "Season of the Gypsy"], ["updated_at", "2014-09-04 00:03:40.163909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.164819"], ["name", "The Wolf from 17224 Leagues"], ["updated_at", "2014-09-04 00:03:40.164819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.165489"], ["name", "A Fistful of Danger Man"], ["updated_at", "2014-09-04 00:03:40.165489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.166160"], ["name", "The Identity from Across the Ocean"], ["updated_at", "2014-09-04 00:03:40.166160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:03:40.190225"], ["id", 1], ["name", "Je Vous Presente, Josefa"], ["updated_at", "2014-09-04 00:03:40.190225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:03:40.193355"], ["id", 1], ["name", "Dr. Tears"], ["updated_at", "2014-09-04 00:03:40.193355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:03:40.198304"], ["id", 1], ["name", "Season of the Danger Ninjas"], ["updated_at", "2014-09-04 00:03:40.198304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:03:40.200702"], ["id", 1], ["name", "Dangerous Dreams"], ["updated_at", "2014-09-04 00:03:40.200702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:03:40.202872"], ["id", 1], ["name", "The American Hills from Hell"], ["updated_at", "2014-09-04 00:03:40.202872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:03:40.205470"], ["id", 1], ["name", "The Bloody Identity with a Thousand Faces"], ["updated_at", "2014-09-04 00:03:40.205470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:03:40.208121"], ["id", 1], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", "2014-09-04 00:03:40.208121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:03:40 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:03:40 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:03:40.220512"], ["id", 1], ["name", "Codename: Women"], ["updated_at", "2014-09-04 00:03:40.220512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:03:40 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:03:40 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:03:40.230911"], ["name", "some new book"], ["updated_at", "2014-09-04 00:03:40.230911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:03:40.234296"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:03:40.234296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:03:40 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:03:40.237943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.533544"], ["name", "When Bonita Met Jennings"], ["updated_at", "2014-09-04 00:04:00.533544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.536653"], ["name", "I am Hills"], ["updated_at", "2014-09-04 00:04:00.536653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.538415"], ["name", "Dr. Dreams"], ["updated_at", "2014-09-04 00:04:00.538415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.539175"], ["name", "Season of the Diaries"], ["updated_at", "2014-09-04 00:04:00.539175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.540088"], ["name", "A Fistful of Death Gypsy"], ["updated_at", "2014-09-04 00:04:00.540088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.544101"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:04:00.544101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.553466"], ["name", "Electric Wizard"], ["updated_at", "2014-09-04 00:04:00.553466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.554478"], ["name", "Nuclear Cousins"], ["updated_at", "2014-09-04 00:04:00.554478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.555419"], ["name", "Codename: Killer Tears"], ["updated_at", "2014-09-04 00:04:00.555419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.556091"], ["name", "The Electric Dreams from Mars"], ["updated_at", "2014-09-04 00:04:00.556091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.556758"], ["name", "Death Beast"], ["updated_at", "2014-09-04 00:04:00.556758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.571494"], ["name", "Christmas on Christiansen Glen"], ["updated_at", "2014-09-04 00:04:00.571494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.572747"], ["name", "641 A.D."], ["updated_at", "2014-09-04 00:04:00.572747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.573681"], ["name", "The Witch with a Thousand Faces"], ["updated_at", "2014-09-04 00:04:00.573681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.574359"], ["name", "Je Vous Presente, Cindy"], ["updated_at", "2014-09-04 00:04:00.574359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.575019"], ["name", "I Married a World"], ["updated_at", "2014-09-04 00:04:00.575019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:00.583774"], ["id", 1], ["name", "Danger Identity"], ["updated_at", "2014-09-04 00:04:00.583774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:00.587013"], ["id", 1], ["name", "Red Identity"], ["updated_at", "2014-09-04 00:04:00.587013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:00.592545"], ["id", 1], ["name", "Dr. Witch"], ["updated_at", "2014-09-04 00:04:00.592545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:04:00 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:04:00 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:00.604810"], ["id", 1], ["name", "Red Mutant"], ["updated_at", "2014-09-04 00:04:00.604810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:04:00 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:04:00 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:00.615166"], ["name", "some new book"], ["updated_at", "2014-09-04 00:04:00.615166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:00.618723"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:04:00.618723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:04:00 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:04:00.622265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:00.629807"], ["id", 1], ["name", "The Men from Mars"], ["updated_at", "2014-09-04 00:04:00.629807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:00.632747"], ["id", 1], ["name", "The Electric Ninja with a Thousand Faces"], ["updated_at", "2014-09-04 00:04:00.632747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:00.635021"], ["id", 1], ["name", "Red City"], ["updated_at", "2014-09-04 00:04:00.635021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:00.637587"], ["id", 1], ["name", "Dangerous Beast"], ["updated_at", "2014-09-04 00:04:00.637587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:12.177765"], ["id", 1], ["name", "The Bloody Clash from Outer Space"], ["updated_at", "2014-09-04 00:04:12.177765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:12.187689"], ["id", 1], ["name", "The Pickpocket Who Fell to Earth"], ["updated_at", "2014-09-04 00:04:12.187689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.252097"], ["name", "The Clash from Across the Ocean"], ["updated_at", "2014-09-04 00:04:12.252097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.253551"], ["name", "Day of the Ultra Wolves"], ["updated_at", "2014-09-04 00:04:12.253551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.255264"], ["name", "Season of the Jungle"], ["updated_at", "2014-09-04 00:04:12.255264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.255979"], ["name", "Killer Wizard"], ["updated_at", "2014-09-04 00:04:12.255979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.257471"], ["name", "Je Vous Presente, Jana"], ["updated_at", "2014-09-04 00:04:12.257471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.261456"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:04:12.261456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.264469"], ["name", "The Death Women from Across the Ocean"], ["updated_at", "2014-09-04 00:04:12.264469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.265446"], ["name", "Danger World"], ["updated_at", "2014-09-04 00:04:12.265446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.266382"], ["name", "War of the Death Dreams"], ["updated_at", "2014-09-04 00:04:12.266382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.267073"], ["name", "Curse of the Cousins"], ["updated_at", "2014-09-04 00:04:12.267073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.267762"], ["name", "The Clash from Mars"], ["updated_at", "2014-09-04 00:04:12.267762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.282330"], ["name", "Bloody Gypsy"], ["updated_at", "2014-09-04 00:04:12.282330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.283397"], ["name", "Fake Women"], ["updated_at", "2014-09-04 00:04:12.283397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.284755"], ["name", "Christmas on Lueilwitz Ford"], ["updated_at", "2014-09-04 00:04:12.284755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.285775"], ["name", "Blue City"], ["updated_at", "2014-09-04 00:04:12.285775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.286476"], ["name", "Blonde Wolves"], ["updated_at", "2014-09-04 00:04:12.286476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:12.293045"], ["id", 1], ["name", "The Woman That Came to Dinner"], ["updated_at", "2014-09-04 00:04:12.293045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:12.295622"], ["id", 1], ["name", "Blue Brains"], ["updated_at", "2014-09-04 00:04:12.295622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:12.297748"], ["id", 1], ["name", "Time of the Witch"], ["updated_at", "2014-09-04 00:04:12.297748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:12.300017"], ["id", 1], ["name", "The Rain from Hell"], ["updated_at", "2014-09-04 00:04:12.300017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:12.320293"], ["id", 1], ["name", "Tokyo Hills"], ["updated_at", "2014-09-04 00:04:12.320293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:04:12 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:04:12 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:12.332271"], ["id", 1], ["name", "Hard Boiled Jungle"], ["updated_at", "2014-09-04 00:04:12.332271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:04:12 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:04:12 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:12.342705"], ["name", "some new book"], ["updated_at", "2014-09-04 00:04:12.342705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:12.346301"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:04:12.346301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:04:12 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:04:12.349665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:33.335512"], ["id", 1], ["name", "Journey of the Flying Dreams"], ["updated_at", "2014-09-04 00:04:33.335512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:33.339423"], ["id", 1], ["name", "The Yellow Rose of England"], ["updated_at", "2014-09-04 00:04:33.339423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:33.341816"], ["id", 1], ["name", "The Diaries from Hell"], ["updated_at", "2014-09-04 00:04:33.341816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:33.344061"], ["id", 1], ["name", "I Married a Ninja"], ["updated_at", "2014-09-04 00:04:33.344061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:33.346544"], ["id", 1], ["name", "Death Thief"], ["updated_at", "2014-09-04 00:04:33.346544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:04:33 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:04:33 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:33.428887"], ["id", 1], ["name", "The Friday from Outer Space"], ["updated_at", "2014-09-04 00:04:33.428887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:04:33 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:04:33 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.439898"], ["name", "some new book"], ["updated_at", "2014-09-04 00:04:33.439898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:33.443360"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:04:33.443360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:04:33 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:04:33.446578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.456319"], ["name", "Je Vous Presente, Nona"], ["updated_at", "2014-09-04 00:04:33.456319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.457643"], ["name", "Death Brain"], ["updated_at", "2014-09-04 00:04:33.457643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.458601"], ["name", "I Married a Green Blow"], ["updated_at", "2014-09-04 00:04:33.458601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.459327"], ["name", "The Flying Fly from Across the Ocean"], ["updated_at", "2014-09-04 00:04:33.459327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.460059"], ["name", "Invasion of the Action Tentacle"], ["updated_at", "2014-09-04 00:04:33.460059"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.463225"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:04:33.463225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.466311"], ["name", "The Jungle"], ["updated_at", "2014-09-04 00:04:33.466311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.467271"], ["name", "The Friday with a Thousand Faces"], ["updated_at", "2014-09-04 00:04:33.467271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.468169"], ["name", "The Beast Without a Ninjas"], ["updated_at", "2014-09-04 00:04:33.468169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.468823"], ["name", "The Black Rose of Wales"], ["updated_at", "2014-09-04 00:04:33.468823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.469466"], ["name", "Blue Rain"], ["updated_at", "2014-09-04 00:04:33.469466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.474317"], ["name", "Hard Boiled Hills"], ["updated_at", "2014-09-04 00:04:33.474317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.475472"], ["name", "The Electric Cousins from Mars"], ["updated_at", "2014-09-04 00:04:33.475472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.476381"], ["name", "Danger Gypsy"], ["updated_at", "2014-09-04 00:04:33.476381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.477055"], ["name", "Rise of the Ultra Tears"], ["updated_at", "2014-09-04 00:04:33.477055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:33.477705"], ["name", "The Diaries with a Thousand Faces"], ["updated_at", "2014-09-04 00:04:33.477705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:33.486814"], ["id", 1], ["name", "The Action Dreams from Outer Space"], ["updated_at", "2014-09-04 00:04:33.486814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:33.489209"], ["id", 1], ["name", "War of the Monster"], ["updated_at", "2014-09-04 00:04:33.489209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:41.417549"], ["id", 1], ["name", "Christmas on Kuhlman Extensions"], ["updated_at", "2014-09-04 00:04:41.417549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:41.428696"], ["id", 1], ["name", "Je Vous Presente, Cyril"], ["updated_at", "2014-09-04 00:04:41.428696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:41.443116"], ["id", 1], ["name", "The Tokyo Gypsy from the Black Lagoon"], ["updated_at", "2014-09-04 00:04:41.443116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:41.445944"], ["id", 1], ["name", "Red City"], ["updated_at", "2014-09-04 00:04:41.445944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:41.448379"], ["id", 1], ["name", "The Brains Without a Wolf"], ["updated_at", "2014-09-04 00:04:41.448379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:41.450962"], ["id", 1], ["name", "Ultra Wolves"], ["updated_at", "2014-09-04 00:04:41.450962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:41.458118"], ["id", 1], ["name", "Day of the Brain"], ["updated_at", "2014-09-04 00:04:41.458118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:04:41 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:04:41 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:41.541506"], ["id", 1], ["name", "The Blonde Pickpocket from Hell"], ["updated_at", "2014-09-04 00:04:41.541506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:04:41 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:04:41 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.552723"], ["name", "some new book"], ["updated_at", "2014-09-04 00:04:41.552723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:04:41.556407"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:04:41.556407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:04:41 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:04:41.559646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.566588"], ["name", "The Death Ninja from the Black Lagoon"], ["updated_at", "2014-09-04 00:04:41.566588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.567765"], ["name", "Action Diaries"], ["updated_at", "2014-09-04 00:04:41.567765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.568659"], ["name", "The Cousins Without a Mutant"], ["updated_at", "2014-09-04 00:04:41.568659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.569315"], ["name", "Journey of the Ninja"], ["updated_at", "2014-09-04 00:04:41.569315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.569961"], ["name", "The Wolves from the Black Lagoon"], ["updated_at", "2014-09-04 00:04:41.569961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.572959"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:04:41.572959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.575838"], ["name", "Dr. Tears"], ["updated_at", "2014-09-04 00:04:41.575838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.576733"], ["name", "Je Vous Presente, Jerad"], ["updated_at", "2014-09-04 00:04:41.576733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.577604"], ["name", "Day of the Red Men"], ["updated_at", "2014-09-04 00:04:41.577604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.578283"], ["name", "I am Woman"], ["updated_at", "2014-09-04 00:04:41.578283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.578955"], ["name", "Curse of the Dreams"], ["updated_at", "2014-09-04 00:04:41.578955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.583490"], ["name", "Tokyo Rain: The Domenica Hermiston Story"], ["updated_at", "2014-09-04 00:04:41.583490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.584609"], ["name", "The Gypsy from the Black Lagoon"], ["updated_at", "2014-09-04 00:04:41.584609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.585502"], ["name", "Tokyo Men"], ["updated_at", "2014-09-04 00:04:41.585502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.586215"], ["name", "Season of the Bloody Beast"], ["updated_at", "2014-09-04 00:04:41.586215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:04:41.586913"], ["name", "The Women from the Black Lagoon"], ["updated_at", "2014-09-04 00:04:41.586913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:05:55.992237"], ["id", 1], ["name", "Diaries 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:05:55.992237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:05:56 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:05:56 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:05:56.083281"], ["id", 1], ["name", "Blue Blow 2: Son of Blue Blow"], ["updated_at", "2014-09-04 00:05:56.083281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:05:56 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:05:56 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.094170"], ["name", "some new book"], ["updated_at", "2014-09-04 00:05:56.094170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:05:56.097641"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:05:56.097641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:05:56 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:05:56.100994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:05:56.108085"], ["id", 1], ["name", "Hard Boiled World"], ["updated_at", "2014-09-04 00:05:56.108085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:05:56.111055"], ["id", 1], ["name", "Dangerous Clash: The Kailey McClure Story"], ["updated_at", "2014-09-04 00:05:56.111055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:05:56.124360"], ["id", 1], ["name", "1579 A.D."], ["updated_at", "2014-09-04 00:05:56.124360"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:05:56.126593"], ["id", 1], ["name", "Tokyo Cousins"], ["updated_at", "2014-09-04 00:05:56.126593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:05:56.129054"], ["id", 1], ["name", "The Ninja from 1961 Leagues"], ["updated_at", "2014-09-04 00:05:56.129054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:05:56.131103"], ["id", 1], ["name", "The Woman from Hell"], ["updated_at", "2014-09-04 00:05:56.131103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.134571"], ["name", "Ultra Wolf"], ["updated_at", "2014-09-04 00:05:56.134571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.135661"], ["name", "The Bloody Mutant from Across the Ocean"], ["updated_at", "2014-09-04 00:05:56.135661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.136573"], ["name", "Je Vous Presente, Modesta"], ["updated_at", "2014-09-04 00:05:56.136573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.137233"], ["name", "When Fabiola Met Eddie"], ["updated_at", "2014-09-04 00:05:56.137233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.137877"], ["name", "Action Wolves"], ["updated_at", "2014-09-04 00:05:56.137877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.140870"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:05:56.140870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.143993"], ["name", "A Fistful of Brain"], ["updated_at", "2014-09-04 00:05:56.143993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.145116"], ["name", "Champagne Mutant"], ["updated_at", "2014-09-04 00:05:56.145116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.146012"], ["name", "Danger World"], ["updated_at", "2014-09-04 00:05:56.146012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.146677"], ["name", "Hungry Wizard"], ["updated_at", "2014-09-04 00:05:56.146677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.147323"], ["name", "Curse of the Electric Jungle"], ["updated_at", "2014-09-04 00:05:56.147323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.151913"], ["name", "Tokyo Brain"], ["updated_at", "2014-09-04 00:05:56.151913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.153022"], ["name", "Journey of the Hungry Women"], ["updated_at", "2014-09-04 00:05:56.153022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.153929"], ["name", "The Red Tears That Came to Dinner"], ["updated_at", "2014-09-04 00:05:56.153929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.154580"], ["name", "Legend of Ultra Tears"], ["updated_at", "2014-09-04 00:05:56.154580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:05:56.155236"], ["name", "The Fake Dreams from Across the Ocean"], ["updated_at", "2014-09-04 00:05:56.155236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:18.336234"], ["id", 1], ["name", "Rise of the Ultra Cousins"], ["updated_at", "2014-09-04 00:06:18.336234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:18.346412"], ["id", 1], ["name", "The Tokyo Friday That Came to Dinner"], ["updated_at", "2014-09-04 00:06:18.346412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:18.357505"], ["id", 1], ["name", "The Tokyo Cat That Came to Dinner"], ["updated_at", "2014-09-04 00:06:18.357505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:18.360478"], ["id", 1], ["name", "The Fake Fly with a Thousand Faces"], ["updated_at", "2014-09-04 00:06:18.360478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:18.363001"], ["id", 1], ["name", "Red Tears"], ["updated_at", "2014-09-04 00:06:18.363001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:18.365452"], ["id", 1], ["name", "The Killer Gypsy That Came to Dinner"], ["updated_at", "2014-09-04 00:06:18.365452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.428145"], ["name", "Action Dreams: The Mossie Howell Story"], ["updated_at", "2014-09-04 00:06:18.428145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.429673"], ["name", "The Identity from Across the Ocean"], ["updated_at", "2014-09-04 00:06:18.429673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.431393"], ["name", "Curse of the Ultra Dreams"], ["updated_at", "2014-09-04 00:06:18.431393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.432163"], ["name", "Danger Tears"], ["updated_at", "2014-09-04 00:06:18.432163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.432843"], ["name", "The Red Wizard Who Fell to Earth"], ["updated_at", "2014-09-04 00:06:18.432843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.436760"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:06:18.436760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.439820"], ["name", "Hungry Tentacle"], ["updated_at", "2014-09-04 00:06:18.439820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.440859"], ["name", "Day of the Blonde Monster"], ["updated_at", "2014-09-04 00:06:18.440859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.441806"], ["name", "1317 A.D."], ["updated_at", "2014-09-04 00:06:18.441806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.442519"], ["name", "Return of the Diaries"], ["updated_at", "2014-09-04 00:06:18.442519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.443249"], ["name", "When Wilford Met Therese"], ["updated_at", "2014-09-04 00:06:18.443249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.457782"], ["name", "Killer Diaries"], ["updated_at", "2014-09-04 00:06:18.457782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.458919"], ["name", "Day of the Forbidden Men"], ["updated_at", "2014-09-04 00:06:18.458919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.459840"], ["name", "Invasion of the Clash"], ["updated_at", "2014-09-04 00:06:18.459840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.460520"], ["name", "Journey of the Danger Beast"], ["updated_at", "2014-09-04 00:06:18.460520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.461188"], ["name", "Blue Dreams"], ["updated_at", "2014-09-04 00:06:18.461188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:18.468060"], ["id", 1], ["name", "2453 A.D."], ["updated_at", "2014-09-04 00:06:18.468060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:06:18 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:06:18 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:18.480111"], ["id", 1], ["name", "The Tentacle from the Black Lagoon"], ["updated_at", "2014-09-04 00:06:18.480111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:06:18 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:06:18 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:18.490518"], ["name", "some new book"], ["updated_at", "2014-09-04 00:06:18.490518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:18.494158"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:06:18.494158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:06:18 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:06:18.497553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:51.983146"], ["id", 1], ["name", "Dr. Man"], ["updated_at", "2014-09-04 00:06:51.983146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:51.994388"], ["id", 1], ["name", "When Jayne Met Cyril"], ["updated_at", "2014-09-04 00:06:51.994388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:52.001740"], ["id", 1], ["name", "Danger Blow: The Barbara Schaefer Story"], ["updated_at", "2014-09-04 00:06:52.001740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:06:52 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:06:52 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:52.085813"], ["id", 1], ["name", "The Brain from Mars"], ["updated_at", "2014-09-04 00:06:52.085813"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:06:52 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:06:52 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.097972"], ["name", "some new book"], ["updated_at", "2014-09-04 00:06:52.097972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:52.101427"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:06:52.101427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:06:52 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:06:52.104851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.114549"], ["name", "61 A.D."], ["updated_at", "2014-09-04 00:06:52.114549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.116055"], ["name", "Planet of the Dreams"], ["updated_at", "2014-09-04 00:06:52.116055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.117513"], ["name", "When Jayme Met Cleve"], ["updated_at", "2014-09-04 00:06:52.117513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.118271"], ["name", "The Brains from Across the Ocean"], ["updated_at", "2014-09-04 00:06:52.118271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.118959"], ["name", "Case of the Missing Hungry Cat"], ["updated_at", "2014-09-04 00:06:52.118959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.122062"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:06:52.122062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.125126"], ["name", "Return of the Forbidden Cousins"], ["updated_at", "2014-09-04 00:06:52.125126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.126109"], ["name", "Legend of Death Wolves"], ["updated_at", "2014-09-04 00:06:52.126109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.127077"], ["name", "Journey of the Killer Blow"], ["updated_at", "2014-09-04 00:06:52.127077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.127814"], ["name", "2260 A.D."], ["updated_at", "2014-09-04 00:06:52.127814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.128509"], ["name", "American City"], ["updated_at", "2014-09-04 00:06:52.128509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.133260"], ["name", "American Men: The Leilani Cormier Story"], ["updated_at", "2014-09-04 00:06:52.133260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.134559"], ["name", "Christmas on Terry Neck"], ["updated_at", "2014-09-04 00:06:52.134559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.135718"], ["name", "The Champagne Wolf"], ["updated_at", "2014-09-04 00:06:52.135718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.136401"], ["name", "Electric Cat"], ["updated_at", "2014-09-04 00:06:52.136401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:06:52.137072"], ["name", "Day of the Forbidden Cat"], ["updated_at", "2014-09-04 00:06:52.137072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:52.143138"], ["id", 1], ["name", "Nuclear Identity"], ["updated_at", "2014-09-04 00:06:52.143138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:52.146012"], ["id", 1], ["name", "Hard Boiled Women"], ["updated_at", "2014-09-04 00:06:52.146012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:52.148186"], ["id", 1], ["name", "The Diaries from 9855 Leagues"], ["updated_at", "2014-09-04 00:06:52.148186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:06:52.150554"], ["id", 1], ["name", "Women 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:06:52.150554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:06.137623"], ["id", 1], ["name", "Return of the Green Cousins"], ["updated_at", "2014-09-04 00:07:06.137623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:07:06 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:07:06 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:06.228763"], ["id", 1], ["name", "Case of the Missing Fake Beast"], ["updated_at", "2014-09-04 00:07:06.228763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:07:06 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:07:06 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.239865"], ["name", "some new book"], ["updated_at", "2014-09-04 00:07:06.239865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:06.243661"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:07:06.243661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:07:06 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:07:06.247392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:06.254173"], ["id", 1], ["name", "Ultra Tentacle"], ["updated_at", "2014-09-04 00:07:06.254173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:06.256559"], ["id", 1], ["name", "Blonde Men"], ["updated_at", "2014-09-04 00:07:06.256559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:06.262243"], ["id", 1], ["name", "The Fly That Came to Dinner"], ["updated_at", "2014-09-04 00:07:06.262243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:06.264712"], ["id", 1], ["name", "The Thief from 15533 Leagues"], ["updated_at", "2014-09-04 00:07:06.264712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:06.267182"], ["id", 1], ["name", "Return of the Demon"], ["updated_at", "2014-09-04 00:07:06.267182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:06.269455"], ["id", 1], ["name", "The Man with a Thousand Faces"], ["updated_at", "2014-09-04 00:07:06.269455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.279752"], ["name", "Invasion of the Blow"], ["updated_at", "2014-09-04 00:07:06.279752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.280962"], ["name", "The Man That Came to Dinner"], ["updated_at", "2014-09-04 00:07:06.280962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.281918"], ["name", "The Blow"], ["updated_at", "2014-09-04 00:07:06.281918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.282613"], ["name", "Tokyo Blow"], ["updated_at", "2014-09-04 00:07:06.282613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.283250"], ["name", "Bloody Cat"], ["updated_at", "2014-09-04 00:07:06.283250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.286287"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:07:06.286287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.289361"], ["name", "Nuclear Identity"], ["updated_at", "2014-09-04 00:07:06.289361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.290241"], ["name", "I Married a Monster"], ["updated_at", "2014-09-04 00:07:06.290241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.291165"], ["name", "Day of the Blonde Monster"], ["updated_at", "2014-09-04 00:07:06.291165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.291847"], ["name", "Jungle 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:07:06.291847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.293315"], ["name", "When Bryana Met Isadore"], ["updated_at", "2014-09-04 00:07:06.293315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.298426"], ["name", "Red Thief"], ["updated_at", "2014-09-04 00:07:06.298426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.299511"], ["name", "The Tokyo Women with a Thousand Faces"], ["updated_at", "2014-09-04 00:07:06.299511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.300434"], ["name", "Dr. Hills"], ["updated_at", "2014-09-04 00:07:06.300434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.301105"], ["name", "Legend of Pickpocket"], ["updated_at", "2014-09-04 00:07:06.301105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:06.301768"], ["name", "Blonde Pickpocket"], ["updated_at", "2014-09-04 00:07:06.301768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:13.708260"], ["id", 1], ["name", "Dr. Friday"], ["updated_at", "2014-09-04 00:07:13.708260"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:13.718833"], ["id", 1], ["name", "Dr. Diaries"], ["updated_at", "2014-09-04 00:07:13.718833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:13.722089"], ["id", 1], ["name", "Je Vous Presente, Lucio"], ["updated_at", "2014-09-04 00:07:13.722089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:13.724558"], ["id", 1], ["name", "Danger Wolves"], ["updated_at", "2014-09-04 00:07:13.724558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:13.736638"], ["id", 1], ["name", "The Wizard"], ["updated_at", "2014-09-04 00:07:13.736638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:07:13 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:07:13 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:13.834065"], ["id", 1], ["name", "The Cousins That Came to Dinner"], ["updated_at", "2014-09-04 00:07:13.834065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:07:13 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:07:13 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.848517"], ["name", "some new book"], ["updated_at", "2014-09-04 00:07:13.848517"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:13.854838"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:07:13.854838"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:07:13 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:07:13.859400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:13.866418"], ["id", 1], ["name", "When Lavina Met Ellie"], ["updated_at", "2014-09-04 00:07:13.866418"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:13.869722"], ["id", 1], ["name", "Blue Mutant"], ["updated_at", "2014-09-04 00:07:13.869722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.888611"], ["name", "Fake City 2: Son of Fake City"], ["updated_at", "2014-09-04 00:07:13.888611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.890622"], ["name", "I am Action Tears"], ["updated_at", "2014-09-04 00:07:13.890622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.892128"], ["name", "Rise of the Danger Ninjas"], ["updated_at", "2014-09-04 00:07:13.892128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.892963"], ["name", "The Diaries from Outer Space"], ["updated_at", "2014-09-04 00:07:13.892963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.893783"], ["name", "I am Electric Wizard"], ["updated_at", "2014-09-04 00:07:13.893783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.898460"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:07:13.898460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.903730"], ["name", "Return of the Danger Clash"], ["updated_at", "2014-09-04 00:07:13.903730"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.905451"], ["name", "The Women from Across the Ocean"], ["updated_at", "2014-09-04 00:07:13.905451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.907250"], ["name", "Identity 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:07:13.907250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.908419"], ["name", "Dr. Diaries"], ["updated_at", "2014-09-04 00:07:13.908419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.909273"], ["name", "The Flying Brain That Came to Dinner"], ["updated_at", "2014-09-04 00:07:13.909273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.916245"], ["name", "I Married a Fake Ninja"], ["updated_at", "2014-09-04 00:07:13.916245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.917917"], ["name", "The Danger Mutant from Mars"], ["updated_at", "2014-09-04 00:07:13.917917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.919668"], ["name", "Case of the Missing Cat"], ["updated_at", "2014-09-04 00:07:13.919668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.921041"], ["name", "Season of the Killer Cat"], ["updated_at", "2014-09-04 00:07:13.921041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:13.922248"], ["name", "The Blow That Came to Dinner"], ["updated_at", "2014-09-04 00:07:13.922248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:57.985014"], ["id", 1], ["name", "The Fake Monster from Across the Ocean"], ["updated_at", "2014-09-04 00:07:57.985014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:57.995035"], ["id", 1], ["name", "Death Hills"], ["updated_at", "2014-09-04 00:07:57.995035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:57.997335"], ["id", 1], ["name", "Electric Gypsy"], ["updated_at", "2014-09-04 00:07:57.997335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:58.000921"], ["id", 1], ["name", "Je Vous Presente, Vena"], ["updated_at", "2014-09-04 00:07:58.000921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:58.005833"], ["id", 1], ["name", "The World from Across the Ocean"], ["updated_at", "2014-09-04 00:07:58.005833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:07:58 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:07:58 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:58.088166"], ["id", 1], ["name", "The Blonde Blow from Across the Ocean"], ["updated_at", "2014-09-04 00:07:58.088166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:07:58 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:07:58 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.099747"], ["name", "some new book"], ["updated_at", "2014-09-04 00:07:58.099747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:58.103609"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:07:58.103609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:07:58 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:07:58.107148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:58.116414"], ["id", 1], ["name", "Dr. Brains"], ["updated_at", "2014-09-04 00:07:58.116414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:07:58.118732"], ["id", 1], ["name", "Flying Thief"], ["updated_at", "2014-09-04 00:07:58.118732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.123913"], ["name", "Codename: Wizard"], ["updated_at", "2014-09-04 00:07:58.123913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.125215"], ["name", "Death Mutant"], ["updated_at", "2014-09-04 00:07:58.125215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.126214"], ["name", "The Tentacle"], ["updated_at", "2014-09-04 00:07:58.126214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.126880"], ["name", "The Wolves from 14036 Leagues"], ["updated_at", "2014-09-04 00:07:58.126880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.127514"], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:07:58.127514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.130667"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:07:58.130667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.133541"], ["name", "Dr. Witch"], ["updated_at", "2014-09-04 00:07:58.133541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.134411"], ["name", "The Dreams"], ["updated_at", "2014-09-04 00:07:58.134411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.135304"], ["name", "The Clash Who Fell to Earth"], ["updated_at", "2014-09-04 00:07:58.135304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.135983"], ["name", "Return of the Thief"], ["updated_at", "2014-09-04 00:07:58.135983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.136626"], ["name", "Je Vous Presente, Rosalia"], ["updated_at", "2014-09-04 00:07:58.136626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.140993"], ["name", "Nuclear Blow"], ["updated_at", "2014-09-04 00:07:58.140993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.142283"], ["name", "The Fly from Central Chandler"], ["updated_at", "2014-09-04 00:07:58.142283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.143495"], ["name", "The Hills from Hell"], ["updated_at", "2014-09-04 00:07:58.143495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.144240"], ["name", "The Hungry Gypsy from Outer Space"], ["updated_at", "2014-09-04 00:07:58.144240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:07:58.144921"], ["name", "The Forbidden Hills from the Black Lagoon"], ["updated_at", "2014-09-04 00:07:58.144921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:08:09.249068"], ["id", 1], ["name", "Dangerous Witch"], ["updated_at", "2014-09-04 00:08:09.249068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:08:09.259670"], ["id", 1], ["name", "I am Monster"], ["updated_at", "2014-09-04 00:08:09.259670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:08:09.261848"], ["id", 1], ["name", "2109 A.D."], ["updated_at", "2014-09-04 00:08:09.261848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:08:09.264532"], ["id", 1], ["name", "The Blue Hills from the Black Lagoon"], ["updated_at", "2014-09-04 00:08:09.264532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:08:09.267592"], ["id", 1], ["name", "Green Brain"], ["updated_at", "2014-09-04 00:08:09.267592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:08:09 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:08:09 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:08:09.350772"], ["id", 1], ["name", "Christmas on Weissnat Flat"], ["updated_at", "2014-09-04 00:08:09.350772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:08:09 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:08:09 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.362173"], ["name", "some new book"], ["updated_at", "2014-09-04 00:08:09.362173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:08:09.365676"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:08:09.365676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:08:09 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:08:09.369239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:08:09.374049"], ["id", 1], ["name", "Codename: Dreams"], ["updated_at", "2014-09-04 00:08:09.374049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:08:09.376405"], ["id", 1], ["name", "Bloody Mutant"], ["updated_at", "2014-09-04 00:08:09.376405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.392205"], ["name", "Hard Boiled Brains"], ["updated_at", "2014-09-04 00:08:09.392205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.393491"], ["name", "The Men from the Black Lagoon"], ["updated_at", "2014-09-04 00:08:09.393491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.395330"], ["name", "Je Vous Presente, Yasmine"], ["updated_at", "2014-09-04 00:08:09.395330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.396468"], ["name", "Season of the Flying Man"], ["updated_at", "2014-09-04 00:08:09.396468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.397192"], ["name", "The Champagne Fly from Across the Ocean"], ["updated_at", "2014-09-04 00:08:09.397192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.400561"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:08:09.400561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.404010"], ["name", "Season of the Man"], ["updated_at", "2014-09-04 00:08:09.404010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.405070"], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", "2014-09-04 00:08:09.405070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.406012"], ["name", "A Fistful of Dreams"], ["updated_at", "2014-09-04 00:08:09.406012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.406697"], ["name", "I Married a Beast"], ["updated_at", "2014-09-04 00:08:09.406697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.407370"], ["name", "The Champagne Rain That Came to Dinner"], ["updated_at", "2014-09-04 00:08:09.407370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.412465"], ["name", "The Friday from 19049 Leagues"], ["updated_at", "2014-09-04 00:08:09.412465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.413593"], ["name", "When Jermaine Met Janet"], ["updated_at", "2014-09-04 00:08:09.413593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.414524"], ["name", "Time of the Fly"], ["updated_at", "2014-09-04 00:08:09.414524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.415214"], ["name", "The Friday Without a Identity"], ["updated_at", "2014-09-04 00:08:09.415214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:08:09.415872"], ["name", "The Flying Friday from Hell"], ["updated_at", "2014-09-04 00:08:09.415872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:31:44.715291"], ["id", 1], ["name", "The Witch That Came to Dinner"], ["updated_at", "2014-09-04 00:31:44.715291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:31:44.721229"], ["id", 1], ["name", "A Fistful of Bloody Blow"], ["updated_at", "2014-09-04 00:31:44.721229"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.827858"], ["name", "The Yellow Rose of Wales"], ["updated_at", "2014-09-04 00:31:44.827858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.830019"], ["name", "The Champagne Thief with a Thousand Faces"], ["updated_at", "2014-09-04 00:31:44.830019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.831900"], ["name", "The Electric Women from Across the Ocean"], ["updated_at", "2014-09-04 00:31:44.831900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.833275"], ["name", "Christmas on Fay Grove"], ["updated_at", "2014-09-04 00:31:44.833275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.835363"], ["name", "Danger Cousins: The Juston Osinski Story"], ["updated_at", "2014-09-04 00:31:44.835363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.842280"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:31:44.842280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.847104"], ["name", "The Mutant Who Fell to Earth"], ["updated_at", "2014-09-04 00:31:44.847104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.848391"], ["name", "When Bernadette Met Ova"], ["updated_at", "2014-09-04 00:31:44.848391"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.849950"], ["name", "The Blonde Wolf That Came to Dinner"], ["updated_at", "2014-09-04 00:31:44.849950"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.851309"], ["name", "The Blue Brain with a Thousand Faces"], ["updated_at", "2014-09-04 00:31:44.851309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.852524"], ["name", "Invasion of the Wolves"], ["updated_at", "2014-09-04 00:31:44.852524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.871302"], ["name", "Time of the Beast"], ["updated_at", "2014-09-04 00:31:44.871302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.872417"], ["name", "The Ultra Mutant with a Thousand Faces"], ["updated_at", "2014-09-04 00:31:44.872417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.873294"], ["name", "The Clash from Mars"], ["updated_at", "2014-09-04 00:31:44.873294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.873979"], ["name", "The Woman Without a Clash"], ["updated_at", "2014-09-04 00:31:44.873979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.874634"], ["name", "The Woman"], ["updated_at", "2014-09-04 00:31:44.874634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:31:44.882457"], ["id", 1], ["name", "Witch 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:31:44.882457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:31:44 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:31:44 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:31:44.894794"], ["id", 1], ["name", "Electric Cat"], ["updated_at", "2014-09-04 00:31:44.894794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:31:44 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:31:44 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:31:44.905538"], ["name", "some new book"], ["updated_at", "2014-09-04 00:31:44.905538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:31:44.909190"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:31:44.909190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:31:44 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:31:44.912656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:31:44.917728"], ["id", 1], ["name", "Danger Mutant"], ["updated_at", "2014-09-04 00:31:44.917728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:31:44.919885"], ["id", 1], ["name", "American Witch"], ["updated_at", "2014-09-04 00:31:44.919885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:31:44.921969"], ["id", 1], ["name", "Hungry Wolves"], ["updated_at", "2014-09-04 00:31:44.921969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:31:44.924140"], ["id", 1], ["name", "Bloody Wizard"], ["updated_at", "2014-09-04 00:31:44.924140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:35:51.382338"], ["id", 1], ["name", "I Married a Ninja"], ["updated_at", "2014-09-04 00:35:51.382338"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (6.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:35:51.393025"], ["id", 1], ["name", "Hard Boiled Dreams"], ["updated_at", "2014-09-04 00:35:51.393025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:35:51.395981"], ["id", 1], ["name", "Flying Pickpocket"], ["updated_at", "2014-09-04 00:35:51.395981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:35:51.398243"], ["id", 1], ["name", "Death Fly"], ["updated_at", "2014-09-04 00:35:51.398243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.460831"], ["name", "Season of the Wizard"], ["updated_at", "2014-09-04 00:35:51.460831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.462026"], ["name", "Flying Dreams"], ["updated_at", "2014-09-04 00:35:51.462026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.463689"], ["name", "Season of the Forbidden Thief"], ["updated_at", "2014-09-04 00:35:51.463689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.464425"], ["name", "The Brains from the Black Lagoon"], ["updated_at", "2014-09-04 00:35:51.464425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.465097"], ["name", "Planet of the Death Thief"], ["updated_at", "2014-09-04 00:35:51.465097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.469035"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:35:51.469035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.472209"], ["name", "Champagne Pickpocket"], ["updated_at", "2014-09-04 00:35:51.472209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.473193"], ["name", "Electric Dreams"], ["updated_at", "2014-09-04 00:35:51.473193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.474101"], ["name", "Fake Blow"], ["updated_at", "2014-09-04 00:35:51.474101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.474793"], ["name", "Curse of the Clash"], ["updated_at", "2014-09-04 00:35:51.474793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.475462"], ["name", "Fake Wizard"], ["updated_at", "2014-09-04 00:35:51.475462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.489703"], ["name", "Blue Identity"], ["updated_at", "2014-09-04 00:35:51.489703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.490762"], ["name", "Season of the Dreams"], ["updated_at", "2014-09-04 00:35:51.490762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.491616"], ["name", "Planet of the Tears"], ["updated_at", "2014-09-04 00:35:51.491616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.492286"], ["name", "Red Fly"], ["updated_at", "2014-09-04 00:35:51.492286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.492948"], ["name", "Fake Tentacle"], ["updated_at", "2014-09-04 00:35:51.492948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:35:51.500686"], ["id", 1], ["name", "Je Vous Presente, Alexandre"], ["updated_at", "2014-09-04 00:35:51.500686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:35:51.503099"], ["id", 1], ["name", "The Cousins from the Black Lagoon"], ["updated_at", "2014-09-04 00:35:51.503099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:35:51.512350"], ["id", 1], ["name", "Christmas on Kassulke Lake"], ["updated_at", "2014-09-04 00:35:51.512350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:35:51 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:35:51 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:35:51.524592"], ["id", 1], ["name", "Case of the Missing Danger Monster"], ["updated_at", "2014-09-04 00:35:51.524592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:35:51 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:35:51 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:35:51.534947"], ["name", "some new book"], ["updated_at", "2014-09-04 00:35:51.534947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:35:51.538554"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:35:51.538554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:35:51 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:35:51.541977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:37:58.336187"], ["id", 1], ["name", "Men 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:37:58.336187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:37:58.340908"], ["id", 1], ["name", "When Anais Met Ashlynn"], ["updated_at", "2014-09-04 00:37:58.340908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:37:58.356123"], ["id", 1], ["name", "The Brains from Dyker Heights"], ["updated_at", "2014-09-04 00:37:58.356123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:37:58.358599"], ["id", 1], ["name", "Blonde Demon"], ["updated_at", "2014-09-04 00:37:58.358599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:37:58.361307"], ["id", 1], ["name", "The Monster from 411 Leagues"], ["updated_at", "2014-09-04 00:37:58.361307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:37:58.364220"], ["id", 1], ["name", "Tokyo Hills"], ["updated_at", "2014-09-04 00:37:58.364220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.427225"], ["name", "Season of the Nuclear Cousins"], ["updated_at", "2014-09-04 00:37:58.427225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.428578"], ["name", "The Death Identity Who Fell to Earth"], ["updated_at", "2014-09-04 00:37:58.428578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.430057"], ["name", "The Witch from 12818 Leagues"], ["updated_at", "2014-09-04 00:37:58.430057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.430745"], ["name", "Red Diaries"], ["updated_at", "2014-09-04 00:37:58.430745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.431415"], ["name", "The Friday from Olmsted Falls Central"], ["updated_at", "2014-09-04 00:37:58.431415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.435467"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:37:58.435467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.439095"], ["name", "A Fistful of Women"], ["updated_at", "2014-09-04 00:37:58.439095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.440160"], ["name", "Blue Clash"], ["updated_at", "2014-09-04 00:37:58.440160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.441033"], ["name", "Je Vous Presente, Troy"], ["updated_at", "2014-09-04 00:37:58.441033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.441703"], ["name", "The Cousins from Outer Space"], ["updated_at", "2014-09-04 00:37:58.441703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.442363"], ["name", "Action Hills"], ["updated_at", "2014-09-04 00:37:58.442363"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.456922"], ["name", "The Cat with a Thousand Faces"], ["updated_at", "2014-09-04 00:37:58.456922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.458188"], ["name", "The Men Who Fell to Earth"], ["updated_at", "2014-09-04 00:37:58.458188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.459110"], ["name", "The Green Pickpocket from the Black Lagoon"], ["updated_at", "2014-09-04 00:37:58.459110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.459791"], ["name", "Invasion of the Demon"], ["updated_at", "2014-09-04 00:37:58.459791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.460443"], ["name", "War of the Ultra Rain"], ["updated_at", "2014-09-04 00:37:58.460443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:37:58.469871"], ["id", 1], ["name", "The Ninjas from the Black Lagoon"], ["updated_at", "2014-09-04 00:37:58.469871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:37:58 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:37:58 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:37:58.481590"], ["id", 1], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", "2014-09-04 00:37:58.481590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:37:58 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:37:58 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:37:58.491281"], ["name", "some new book"], ["updated_at", "2014-09-04 00:37:58.491281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:37:58.494651"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:37:58.494651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:37:58 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:37:58.497908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:40:51.415636"], ["id", 1], ["name", "The Man from Babylon Bayside"], ["updated_at", "2014-09-04 00:40:51.415636"]]  (6.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:40:51.425768"], ["id", 1], ["name", "Killer Dreams"], ["updated_at", "2014-09-04 00:40:51.425768"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:40:51.428296"], ["id", 1], ["name", "Flying Ninjas"], ["updated_at", "2014-09-04 00:40:51.428296"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:40:51 -0700 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:40:51.506012"], ["id", 1], ["name", "Codename: Champagne Ninjas"], ["updated_at", "2014-09-04 00:40:51.506012"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:40:51 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.509913"], ["name", "some new book"], ["updated_at", "2014-09-04 00:40:51.509913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:40:51.513702"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:40:51.513702"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.517786"], ["name", "Je Vous Presente, Kristoffer"], ["updated_at", "2014-09-04 00:40:51.517786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.518974"], ["name", "I Married a Ninjas"], ["updated_at", "2014-09-04 00:40:51.518974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.520543"], ["name", "The Blonde Wolves from Outer Space"], ["updated_at", "2014-09-04 00:40:51.520543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.521301"], ["name", "Action Pickpocket"], ["updated_at", "2014-09-04 00:40:51.521301"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.521978"], ["name", "Bloody Diaries"], ["updated_at", "2014-09-04 00:40:51.521978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.525104"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:40:51.525104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.528164"], ["name", "The Brain with a Thousand Faces"], ["updated_at", "2014-09-04 00:40:51.528164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.529077"], ["name", "The Diaries Without a Women"], ["updated_at", "2014-09-04 00:40:51.529077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.529971"], ["name", "The Black Rose of Wales"], ["updated_at", "2014-09-04 00:40:51.529971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.530633"], ["name", "The Demon from Outer Space"], ["updated_at", "2014-09-04 00:40:51.530633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.531284"], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-09-04 00:40:51.531284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.543180"], ["name", "World 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:40:51.543180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.544602"], ["name", "Return of the Nuclear Witch"], ["updated_at", "2014-09-04 00:40:51.544602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.545573"], ["name", "The Blonde Wizard with a Thousand Faces"], ["updated_at", "2014-09-04 00:40:51.545573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.546718"], ["name", "Death Brain: The Adan Gulgowski Story"], ["updated_at", "2014-09-04 00:40:51.546718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:40:51.547765"], ["name", "Flying Dreams"], ["updated_at", "2014-09-04 00:40:51.547765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:40:51.556251"], ["id", 1], ["name", "Action Hills"], ["updated_at", "2014-09-04 00:40:51.556251"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) rollback transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:40:51.557792"], ["id", 1], ["name", "Hard Boiled City"], ["updated_at", "2014-09-04 00:40:51.557792"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) rollback transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:40:51.559137"], ["id", 1], ["name", "The Cousins with a Thousand Faces"], ["updated_at", "2014-09-04 00:40:51.559137"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) rollback transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:40:51.560508"], ["id", 1], ["name", "Killer Hills"], ["updated_at", "2014-09-04 00:40:51.560508"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:31.477048"], ["id", 1], ["name", "Hard Boiled Gypsy"], ["updated_at", "2014-09-04 00:42:31.477048"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:42:31 -0700 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:31.557139"], ["id", 1], ["name", "The Tokyo Witch from Hell"], ["updated_at", "2014-09-04 00:42:31.557139"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:42:31 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.561107"], ["name", "some new book"], ["updated_at", "2014-09-04 00:42:31.561107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:31.570702"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:42:31.570702"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.591756"], ["name", "Forbidden Blow"], ["updated_at", "2014-09-04 00:42:31.591756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.593133"], ["name", "The Gypsy from Hell"], ["updated_at", "2014-09-04 00:42:31.593133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.595721"], ["name", "Action Hills: The Elta Pfeffer Story"], ["updated_at", "2014-09-04 00:42:31.595721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.596770"], ["name", "Hard Boiled Man"], ["updated_at", "2014-09-04 00:42:31.596770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.597457"], ["name", "Electric Identity"], ["updated_at", "2014-09-04 00:42:31.597457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.600439"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:42:31.600439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.603404"], ["name", "Flying Cat"], ["updated_at", "2014-09-04 00:42:31.603404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.604365"], ["name", "The Wizard Without a Diaries"], ["updated_at", "2014-09-04 00:42:31.604365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.605538"], ["name", "Journey of the Pickpocket"], ["updated_at", "2014-09-04 00:42:31.605538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.606636"], ["name", "When Hugh Met Triston"], ["updated_at", "2014-09-04 00:42:31.606636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.607350"], ["name", "Hard Boiled Women"], ["updated_at", "2014-09-04 00:42:31.607350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.618278"], ["name", "When Mireya Met Jermey"], ["updated_at", "2014-09-04 00:42:31.618278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.619629"], ["name", "Ultra Monster"], ["updated_at", "2014-09-04 00:42:31.619629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.620545"], ["name", "Je Vous Presente, Jessie"], ["updated_at", "2014-09-04 00:42:31.620545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.621258"], ["name", "Je Vous Presente, Teagan"], ["updated_at", "2014-09-04 00:42:31.621258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:31.621974"], ["name", "Diaries 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:42:31.621974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:31.632560"], ["id", 1], ["name", "Return of the Killer Identity"], ["updated_at", "2014-09-04 00:42:31.632560"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:31.634513"], ["id", 1], ["name", "Planet of the Forbidden Women"], ["updated_at", "2014-09-04 00:42:31.634513"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:31.636217"], ["id", 1], ["name", "The Brain Without a Diaries"], ["updated_at", "2014-09-04 00:42:31.636217"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:31.638520"], ["id", 1], ["name", "The Rain Who Fell to Earth"], ["updated_at", "2014-09-04 00:42:31.638520"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:31.641798"], ["id", 1], ["name", "Return of the Green Blow"], ["updated_at", "2014-09-04 00:42:31.641798"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:31.643587"], ["id", 1], ["name", "American Monster"], ["updated_at", "2014-09-04 00:42:31.643587"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:42.988482"], ["id", 1], ["name", "Rise of the Ultra Witch"], ["updated_at", "2014-09-04 00:42:42.988482"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:42:43 -0700 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:43.068549"], ["id", 1], ["name", "The Pickpocket Without a Pickpocket"], ["updated_at", "2014-09-04 00:42:43.068549"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:42:43 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.072679"], ["name", "some new book"], ["updated_at", "2014-09-04 00:42:43.072679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:43.082493"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:42:43.082493"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:43.085160"], ["id", 1], ["name", "War of the Flying Diaries"], ["updated_at", "2014-09-04 00:42:43.085160"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:43.087064"], ["id", 1], ["name", "Nuclear Friday"], ["updated_at", "2014-09-04 00:42:43.087064"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.090565"], ["name", "Dr. Rain"], ["updated_at", "2014-09-04 00:42:43.090565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.092199"], ["name", "The Ninja from Cipriani"], ["updated_at", "2014-09-04 00:42:43.092199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.094285"], ["name", "Hungry Mutant"], ["updated_at", "2014-09-04 00:42:43.094285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.095210"], ["name", "Killer Identity"], ["updated_at", "2014-09-04 00:42:43.095210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.096038"], ["name", "Forbidden Wizard"], ["updated_at", "2014-09-04 00:42:43.096038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.100234"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:42:43.100234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 3ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.104861"], ["name", "Danger Tentacle"], ["updated_at", "2014-09-04 00:42:43.104861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.106797"], ["name", "When Keely Met Brenden"], ["updated_at", "2014-09-04 00:42:43.106797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.108474"], ["name", "The Fake Friday from Across the Ocean"], ["updated_at", "2014-09-04 00:42:43.108474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.109293"], ["name", "The Ninja from Seven Hills Area"], ["updated_at", "2014-09-04 00:42:43.109293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.110004"], ["name", "Champagne Wizard"], ["updated_at", "2014-09-04 00:42:43.110004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.125014"], ["name", "The Ultra Men from Mars"], ["updated_at", "2014-09-04 00:42:43.125014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.127399"], ["name", "The Diaries from Mars"], ["updated_at", "2014-09-04 00:42:43.127399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.129203"], ["name", "The Hills from Hell"], ["updated_at", "2014-09-04 00:42:43.129203"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.130618"], ["name", "Season of the Death Wolves"], ["updated_at", "2014-09-04 00:42:43.130618"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:42:43.132409"], ["name", "Fake Demon"], ["updated_at", "2014-09-04 00:42:43.132409"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:43.145905"], ["id", 1], ["name", "The Red Man That Came to Dinner"], ["updated_at", "2014-09-04 00:42:43.145905"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:43.150660"], ["id", 1], ["name", "Champagne Beast: The Mrs. Francis Nicolas Story"], ["updated_at", "2014-09-04 00:42:43.150660"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:43.152969"], ["id", 1], ["name", "Green Brains"], ["updated_at", "2014-09-04 00:42:43.152969"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:42:43.156085"], ["id", 1], ["name", "Blue Thief"], ["updated_at", "2014-09-04 00:42:43.156085"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.670940"], ["name", "Je Vous Presente, Trudie"], ["updated_at", "2014-09-04 00:44:11.670940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.674255"], ["name", "The Red Rose of Wales"], ["updated_at", "2014-09-04 00:44:11.674255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.676380"], ["name", "The Wolves from Mars"], ["updated_at", "2014-09-04 00:44:11.676380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.677488"], ["name", "The Hills from Outer Space"], ["updated_at", "2014-09-04 00:44:11.677488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.678253"], ["name", "1073 A.D."], ["updated_at", "2014-09-04 00:44:11.678253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.682164"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:44:11.682164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.691524"], ["name", "The Friday with a Thousand Faces"], ["updated_at", "2014-09-04 00:44:11.691524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.692813"], ["name", "Bloody Thief"], ["updated_at", "2014-09-04 00:44:11.692813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.693997"], ["name", "The Death Wizard with a Thousand Faces"], ["updated_at", "2014-09-04 00:44:11.693997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.694673"], ["name", "Danger Wizard"], ["updated_at", "2014-09-04 00:44:11.694673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.695346"], ["name", "The Flying Identity Who Fell to Earth"], ["updated_at", "2014-09-04 00:44:11.695346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.6ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.716876"], ["name", "A Fistful of Friday"], ["updated_at", "2014-09-04 00:44:11.716876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.718596"], ["name", "Flying Gypsy 2: Son of Flying Gypsy"], ["updated_at", "2014-09-04 00:44:11.718596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.719786"], ["name", "The World from the Black Lagoon"], ["updated_at", "2014-09-04 00:44:11.719786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.720568"], ["name", "The Brain from 19348 Leagues"], ["updated_at", "2014-09-04 00:44:11.720568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.721346"], ["name", "When Daisha Met Cecilia"], ["updated_at", "2014-09-04 00:44:11.721346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.3ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:44:11.730418"], ["id", 1], ["name", "Nuclear Demon"], ["updated_at", "2014-09-04 00:44:11.730418"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:44:11.733148"], ["id", 1], ["name", "The Men from Outer Space"], ["updated_at", "2014-09-04 00:44:11.733148"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:44:11.744623"], ["id", 1], ["name", "Death World: The Osbaldo Barton Story"], ["updated_at", "2014-09-04 00:44:11.744623"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:44:11.746569"], ["id", 1], ["name", "The Tears That Came to Dinner"], ["updated_at", "2014-09-04 00:44:11.746569"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:44:11.748888"], ["id", 1], ["name", "Nuclear Pickpocket"], ["updated_at", "2014-09-04 00:44:11.748888"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:44:11.750915"], ["id", 1], ["name", "Killer Thief"], ["updated_at", "2014-09-04 00:44:11.750915"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:44:11.762168"], ["id", 1], ["name", "The Jungle with a Thousand Faces"], ["updated_at", "2014-09-04 00:44:11.762168"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:44:11 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:44:11.771347"], ["id", 1], ["name", "Journey of the Rain"], ["updated_at", "2014-09-04 00:44:11.771347"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:44:11 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:44:11.775870"], ["name", "some new book"], ["updated_at", "2014-09-04 00:44:11.775870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:44:11.779606"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:44:11.779606"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:45:41.954638"], ["id", 1], ["name", "Death Gypsy"], ["updated_at", "2014-09-04 00:45:41.954638"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:45:41.958189"], ["id", 1], ["name", "The Action Men with a Thousand Faces"], ["updated_at", "2014-09-04 00:45:41.958189"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:45:41.959923"], ["id", 1], ["name", "The Brain Who Fell to Earth"], ["updated_at", "2014-09-04 00:45:41.959923"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:45:41.962190"], ["id", 1], ["name", "Blue City"], ["updated_at", "2014-09-04 00:45:41.962190"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:45:41.967358"], ["id", 1], ["name", "Rise of the Mutant"], ["updated_at", "2014-09-04 00:45:41.967358"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:45:41.969784"], ["id", 1], ["name", "When Karley Met Justen"], ["updated_at", "2014-09-04 00:45:41.969784"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:45:41.974643"], ["id", 1], ["name", "The Cat Who Fell to Earth"], ["updated_at", "2014-09-04 00:45:41.974643"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:45:42 -0700 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:45:42.051740"], ["id", 1], ["name", "I am Witch"], ["updated_at", "2014-09-04 00:45:42.051740"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:45:42 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.056212"], ["name", "some new book"], ["updated_at", "2014-09-04 00:45:42.056212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:45:42.065901"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:45:42.065901"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.086663"], ["name", "Tokyo Cousins"], ["updated_at", "2014-09-04 00:45:42.086663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.087895"], ["name", "Fake World"], ["updated_at", "2014-09-04 00:45:42.087895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.089467"], ["name", "Day of the Blow"], ["updated_at", "2014-09-04 00:45:42.089467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.090264"], ["name", "The Danger Clash from Across the Ocean"], ["updated_at", "2014-09-04 00:45:42.090264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.091010"], ["name", "The Demon from Hell"], ["updated_at", "2014-09-04 00:45:42.091010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.094194"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:45:42.094194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.097246"], ["name", "Season of the American Ninja"], ["updated_at", "2014-09-04 00:45:42.097246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.098215"], ["name", "War of the Champagne Brains"], ["updated_at", "2014-09-04 00:45:42.098215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.099121"], ["name", "The Mutant"], ["updated_at", "2014-09-04 00:45:42.099121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.100104"], ["name", "Christmas on Brycen Mountains"], ["updated_at", "2014-09-04 00:45:42.100104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.101063"], ["name", "Danger Gypsy"], ["updated_at", "2014-09-04 00:45:42.101063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.112357"], ["name", "Dangerous Brain"], ["updated_at", "2014-09-04 00:45:42.112357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.113828"], ["name", "Time of the Pickpocket"], ["updated_at", "2014-09-04 00:45:42.113828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.114813"], ["name", "Planet of the Death Thief"], ["updated_at", "2014-09-04 00:45:42.114813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.115556"], ["name", "The Fake Gypsy from Across the Ocean"], ["updated_at", "2014-09-04 00:45:42.115556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:45:42.116266"], ["name", "Blue Pickpocket"], ["updated_at", "2014-09-04 00:45:42.116266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:46:48.064957"], ["id", 1], ["name", "The Clash from Across the Ocean"], ["updated_at", "2014-09-04 00:46:48.064957"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:46:48.068601"], ["id", 1], ["name", "Blonde Friday"], ["updated_at", "2014-09-04 00:46:48.068601"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:46:48.071679"], ["id", 1], ["name", "Action Wizard: The Mabel Larson Story"], ["updated_at", "2014-09-04 00:46:48.071679"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:46:48.073425"], ["id", 1], ["name", "Tokyo Witch"], ["updated_at", "2014-09-04 00:46:48.073425"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:46:48.090331"], ["id", 1], ["name", "Fake Brains"], ["updated_at", "2014-09-04 00:46:48.090331"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:46:48 -0700 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:46:48.168703"], ["id", 1], ["name", "Rise of the Cat"], ["updated_at", "2014-09-04 00:46:48.168703"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:46:48 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.172811"], ["name", "some new book"], ["updated_at", "2014-09-04 00:46:48.172811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:46:48.176625"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:46:48.176625"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.185824"], ["name", "Planet of the Fake Wolf"], ["updated_at", "2014-09-04 00:46:48.185824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.187143"], ["name", "The Brain from Hell"], ["updated_at", "2014-09-04 00:46:48.187143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.188538"], ["name", "Return of the Women"], ["updated_at", "2014-09-04 00:46:48.188538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.189220"], ["name", "Red Brains"], ["updated_at", "2014-09-04 00:46:48.189220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.189876"], ["name", "Demon 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:46:48.189876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.192909"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:46:48.192909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.196036"], ["name", "The Diaries from 3398 Leagues"], ["updated_at", "2014-09-04 00:46:48.196036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.196948"], ["name", "The Nuclear Hills from Hell"], ["updated_at", "2014-09-04 00:46:48.196948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.197853"], ["name", "The Red Rose of England"], ["updated_at", "2014-09-04 00:46:48.197853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.198617"], ["name", "Day of the Brain"], ["updated_at", "2014-09-04 00:46:48.198617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.199352"], ["name", "Witch 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:46:48.199352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.211340"], ["name", "I am Hungry Wolves"], ["updated_at", "2014-09-04 00:46:48.211340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.212878"], ["name", "Dr. Diaries"], ["updated_at", "2014-09-04 00:46:48.212878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.214103"], ["name", "American Demon: The Miss Jalon Beier Story"], ["updated_at", "2014-09-04 00:46:48.214103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.214927"], ["name", "Tokyo Clash"], ["updated_at", "2014-09-04 00:46:48.214927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:46:48.215718"], ["name", "The Killer Clash from Across the Ocean"], ["updated_at", "2014-09-04 00:46:48.215718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:46:48.224526"], ["id", 1], ["name", "Champagne Rain"], ["updated_at", "2014-09-04 00:46:48.224526"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:46:48.226483"], ["id", 1], ["name", "Case of the Missing Nuclear Rain"], ["updated_at", "2014-09-04 00:46:48.226483"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.154615"], ["name", "The Dangerous Hills with a Thousand Faces"], ["updated_at", "2014-09-04 00:47:16.154615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.157919"], ["name", "Nuclear Demon"], ["updated_at", "2014-09-04 00:47:16.157919"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.161699"], ["name", "Nuclear Ninja: The Gardner Feeney Story"], ["updated_at", "2014-09-04 00:47:16.161699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.162970"], ["name", "Green Tentacle 2: Son of Green Tentacle"], ["updated_at", "2014-09-04 00:47:16.162970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.163739"], ["name", "Flying World: The David Anderson Story"], ["updated_at", "2014-09-04 00:47:16.163739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.167847"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:47:16.167847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.177154"], ["name", "Action Rain"], ["updated_at", "2014-09-04 00:47:16.177154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.178146"], ["name", "Action Brain"], ["updated_at", "2014-09-04 00:47:16.178146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.179042"], ["name", "The Action Blow from Hell"], ["updated_at", "2014-09-04 00:47:16.179042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.179718"], ["name", "Blonde Rain 2: Son of Blonde Rain"], ["updated_at", "2014-09-04 00:47:16.179718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.180669"], ["name", "Season of the Electric Ninja"], ["updated_at", "2014-09-04 00:47:16.180669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.202087"], ["name", "Return of the Tokyo Beast"], ["updated_at", "2014-09-04 00:47:16.202087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.203607"], ["name", "The American Hills from Hell"], ["updated_at", "2014-09-04 00:47:16.203607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.204646"], ["name", "Blue Hills"], ["updated_at", "2014-09-04 00:47:16.204646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.205393"], ["name", "Planet of the Mutant"], ["updated_at", "2014-09-04 00:47:16.205393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.206113"], ["name", "The Wolves from Hell"], ["updated_at", "2014-09-04 00:47:16.206113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:16.222021"], ["id", 1], ["name", "Hard Boiled Pickpocket"], ["updated_at", "2014-09-04 00:47:16.222021"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:47:16 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:16.232133"], ["id", 1], ["name", "The White Rose of England"], ["updated_at", "2014-09-04 00:47:16.232133"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:47:16 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:16.236692"], ["name", "some new book"], ["updated_at", "2014-09-04 00:47:16.236692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:16.240538"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:47:16.240538"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:16.252111"], ["id", 1], ["name", "Legend of Killer Monster"], ["updated_at", "2014-09-04 00:47:16.252111"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:16.254562"], ["id", 1], ["name", "Rise of the Death Beast"], ["updated_at", "2014-09-04 00:47:16.254562"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:16.256246"], ["id", 1], ["name", "The White Rose of Scotland"], ["updated_at", "2014-09-04 00:47:16.256246"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:16.258031"], ["id", 1], ["name", "When Rafael Met Fabiola"], ["updated_at", "2014-09-04 00:47:16.258031"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:16.263474"], ["id", 1], ["name", "The Friday from Hell"], ["updated_at", "2014-09-04 00:47:16.263474"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:16.265847"], ["id", 1], ["name", "The Diaries with a Thousand Faces"], ["updated_at", "2014-09-04 00:47:16.265847"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.886347"], ["name", "American Men 2: Son of American Men"], ["updated_at", "2014-09-04 00:47:20.886347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.889960"], ["name", "Je Vous Presente, Kathlyn"], ["updated_at", "2014-09-04 00:47:20.889960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.891711"], ["name", "Fake City"], ["updated_at", "2014-09-04 00:47:20.891711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.892434"], ["name", "Je Vous Presente, Claudie"], ["updated_at", "2014-09-04 00:47:20.892434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.893108"], ["name", "Blue Fly"], ["updated_at", "2014-09-04 00:47:20.893108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.897082"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:47:20.897082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.906572"], ["name", "The Men Who Fell to Earth"], ["updated_at", "2014-09-04 00:47:20.906572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.907666"], ["name", "The Mutant Who Fell to Earth"], ["updated_at", "2014-09-04 00:47:20.907666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.908635"], ["name", "The Fake Identity That Came to Dinner"], ["updated_at", "2014-09-04 00:47:20.908635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.909322"], ["name", "Tokyo Pickpocket"], ["updated_at", "2014-09-04 00:47:20.909322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.910444"], ["name", "Action Man: The Maeve Witting Story"], ["updated_at", "2014-09-04 00:47:20.910444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.932157"], ["name", "A Fistful of Ultra Jungle"], ["updated_at", "2014-09-04 00:47:20.932157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.933860"], ["name", "American Witch"], ["updated_at", "2014-09-04 00:47:20.933860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.934981"], ["name", "A Fistful of Dangerous World"], ["updated_at", "2014-09-04 00:47:20.934981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.935846"], ["name", "Case of the Missing Jungle"], ["updated_at", "2014-09-04 00:47:20.935846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.937029"], ["name", "The Mutant from Gates Mills North"], ["updated_at", "2014-09-04 00:47:20.937029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:20.946485"], ["id", 1], ["name", "Blonde Tears"], ["updated_at", "2014-09-04 00:47:20.946485"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:47:20 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:20.956111"], ["id", 1], ["name", "The Killer World from Hell"], ["updated_at", "2014-09-04 00:47:20.956111"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:47:20 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:20.960540"], ["name", "some new book"], ["updated_at", "2014-09-04 00:47:20.960540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:20.964389"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:47:20.964389"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:20.966724"], ["id", 1], ["name", "Green Ninjas"], ["updated_at", "2014-09-04 00:47:20.966724"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:20.969121"], ["id", 1], ["name", "War of the Fly"], ["updated_at", "2014-09-04 00:47:20.969121"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:20.973050"], ["id", 1], ["name", "The Tokyo Friday from Mars"], ["updated_at", "2014-09-04 00:47:20.973050"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:20.975505"], ["id", 1], ["name", "Je Vous Presente, August"], ["updated_at", "2014-09-04 00:47:20.975505"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:20.977336"], ["id", 1], ["name", "Dr. Rain"], ["updated_at", "2014-09-04 00:47:20.977336"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:20.979065"], ["id", 1], ["name", "The Tentacle from Dyker Heights"], ["updated_at", "2014-09-04 00:47:20.979065"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:29.592140"], ["id", 1], ["name", "A Fistful of Fly"], ["updated_at", "2014-09-04 00:47:29.592140"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:29.595857"], ["id", 1], ["name", "Flying Rain"], ["updated_at", "2014-09-04 00:47:29.595857"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:29.605182"], ["id", 1], ["name", "Dr. Wolf"], ["updated_at", "2014-09-04 00:47:29.605182"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:47:29 -0700 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:29.682319"], ["id", 1], ["name", "Danger Pickpocket"], ["updated_at", "2014-09-04 00:47:29.682319"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:47:29 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.686521"], ["name", "some new book"], ["updated_at", "2014-09-04 00:47:29.686521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:29.696561"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:47:29.696561"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:29.699319"], ["id", 1], ["name", "Witch 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:47:29.699319"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:29.701846"], ["id", 1], ["name", "The Forbidden Dreams with a Thousand Faces"], ["updated_at", "2014-09-04 00:47:29.701846"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:29.703763"], ["id", 1], ["name", "Dangerous Hills"], ["updated_at", "2014-09-04 00:47:29.703763"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:29.705853"], ["id", 1], ["name", "The Red Wolves from Across the Ocean"], ["updated_at", "2014-09-04 00:47:29.705853"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.714052"], ["name", "The Blow from Hell"], ["updated_at", "2014-09-04 00:47:29.714052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.715279"], ["name", "The Bloody Gypsy from Mars"], ["updated_at", "2014-09-04 00:47:29.715279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.716771"], ["name", "Day of the Death Fly"], ["updated_at", "2014-09-04 00:47:29.716771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.717525"], ["name", "The World from Outer Space"], ["updated_at", "2014-09-04 00:47:29.717525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.718198"], ["name", "The Men from 7969 Leagues"], ["updated_at", "2014-09-04 00:47:29.718198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.721603"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:47:29.721603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.724811"], ["name", "The Cat Who Fell to Earth"], ["updated_at", "2014-09-04 00:47:29.724811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.725767"], ["name", "Legend of Fly"], ["updated_at", "2014-09-04 00:47:29.725767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.726674"], ["name", "Legend of Men"], ["updated_at", "2014-09-04 00:47:29.726674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.727809"], ["name", "Christmas on Moore Creek"], ["updated_at", "2014-09-04 00:47:29.727809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.728802"], ["name", "Return of the Blue Ninjas"], ["updated_at", "2014-09-04 00:47:29.728802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.6ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.739631"], ["name", "Invasion of the Demon"], ["updated_at", "2014-09-04 00:47:29.739631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.741027"], ["name", "Mutant 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:47:29.741027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.742100"], ["name", "Case of the Missing Diaries"], ["updated_at", "2014-09-04 00:47:29.742100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.743019"], ["name", "Nuclear Fly"], ["updated_at", "2014-09-04 00:47:29.743019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:29.743793"], ["name", "A Fistful of Champagne Rain"], ["updated_at", "2014-09-04 00:47:29.743793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:47.987149"], ["id", 1], ["name", "A Fistful of Jungle"], ["updated_at", "2014-09-04 00:47:47.987149"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:47.990865"], ["id", 1], ["name", "War of the Red Wolves"], ["updated_at", "2014-09-04 00:47:47.990865"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.065183"], ["name", "1578 A.D."], ["updated_at", "2014-09-04 00:47:48.065183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.066547"], ["name", "The Jungle with a Thousand Faces"], ["updated_at", "2014-09-04 00:47:48.066547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.067994"], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-09-04 00:47:48.067994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.068678"], ["name", "Ultra Jungle 2: Son of Ultra Jungle"], ["updated_at", "2014-09-04 00:47:48.068678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.069357"], ["name", "Blue Cousins"], ["updated_at", "2014-09-04 00:47:48.069357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.073404"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:47:48.073404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.083325"], ["name", "I am Cat"], ["updated_at", "2014-09-04 00:47:48.083325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.084865"], ["name", "The Clash Who Fell to Earth"], ["updated_at", "2014-09-04 00:47:48.084865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.086186"], ["name", "Fake Diaries"], ["updated_at", "2014-09-04 00:47:48.086186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.087166"], ["name", "A Fistful of Diaries"], ["updated_at", "2014-09-04 00:47:48.087166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.087845"], ["name", "Electric Clash"], ["updated_at", "2014-09-04 00:47:48.087845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.109852"], ["name", "Christmas on Dare Stravenue"], ["updated_at", "2014-09-04 00:47:48.109852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.111410"], ["name", "Electric Brains"], ["updated_at", "2014-09-04 00:47:48.111410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.112594"], ["name", "The Monster from East of Telegraph Road"], ["updated_at", "2014-09-04 00:47:48.112594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.113561"], ["name", "Hungry Brain"], ["updated_at", "2014-09-04 00:47:48.113561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.114312"], ["name", "Invasion of the Identity"], ["updated_at", "2014-09-04 00:47:48.114312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:48.122314"], ["id", 1], ["name", "Dr. Blow"], ["updated_at", "2014-09-04 00:47:48.122314"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:48.124474"], ["id", 1], ["name", "Danger Mutant"], ["updated_at", "2014-09-04 00:47:48.124474"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:48.126813"], ["id", 1], ["name", "Curse of the Blonde Fly"], ["updated_at", "2014-09-04 00:47:48.126813"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:48.128638"], ["id", 1], ["name", "Death Witch"], ["updated_at", "2014-09-04 00:47:48.128638"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:48.131424"], ["id", 1], ["name", "The Demon from Hell"], ["updated_at", "2014-09-04 00:47:48.131424"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:47:48 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:48.140394"], ["id", 1], ["name", "The Blue Cat Who Fell to Earth"], ["updated_at", "2014-09-04 00:47:48.140394"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:47:48 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:47:48.144576"], ["name", "some new book"], ["updated_at", "2014-09-04 00:47:48.144576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:47:48.148388"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:47:48.148388"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.093824"], ["name", "Dangerous Monster"], ["updated_at", "2014-09-04 00:48:12.093824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.096801"], ["name", "The Red Rose of England"], ["updated_at", "2014-09-04 00:48:12.096801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.098631"], ["name", "Day of the Men"], ["updated_at", "2014-09-04 00:48:12.098631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.099827"], ["name", "The Beast from Renton West"], ["updated_at", "2014-09-04 00:48:12.099827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.100728"], ["name", "Women 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:48:12.100728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.104542"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:48:12.104542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.113653"], ["name", "The Ninja from Sagaponack Seaside"], ["updated_at", "2014-09-04 00:48:12.113653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.114643"], ["name", "Hard Boiled Jungle"], ["updated_at", "2014-09-04 00:48:12.114643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.115591"], ["name", "Dr. Demon"], ["updated_at", "2014-09-04 00:48:12.115591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.116270"], ["name", "18 A.D."], ["updated_at", "2014-09-04 00:48:12.116270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.116933"], ["name", "The Green Demon from the Black Lagoon"], ["updated_at", "2014-09-04 00:48:12.116933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.137948"], ["name", "Green Men"], ["updated_at", "2014-09-04 00:48:12.137948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.139400"], ["name", "Death Hills"], ["updated_at", "2014-09-04 00:48:12.139400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.140395"], ["name", "Forbidden Woman"], ["updated_at", "2014-09-04 00:48:12.140395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.141140"], ["name", "Blue Ninjas"], ["updated_at", "2014-09-04 00:48:12.141140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.141870"], ["name", "The Bloody Pickpocket from Across the Ocean"], ["updated_at", "2014-09-04 00:48:12.141870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:48:12.155812"], ["id", 1], ["name", "Planet of the Tokyo Blow"], ["updated_at", "2014-09-04 00:48:12.155812"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:48:12.158338"], ["id", 1], ["name", "Forbidden Diaries"], ["updated_at", "2014-09-04 00:48:12.158338"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:48:12.160141"], ["id", 1], ["name", "Return of the Forbidden Cousins"], ["updated_at", "2014-09-04 00:48:12.160141"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:48:12.162258"], ["id", 1], ["name", "Legend of Blue Witch"], ["updated_at", "2014-09-04 00:48:12.162258"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:48:12.165315"], ["id", 1], ["name", "The Identity Without a Tentacle"], ["updated_at", "2014-09-04 00:48:12.165315"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:48:12.167223"], ["id", 1], ["name", "I Married a Jungle"], ["updated_at", "2014-09-04 00:48:12.167223"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:48:12.172051"], ["id", 1], ["name", "The Forbidden Tentacle with a Thousand Faces"], ["updated_at", "2014-09-04 00:48:12.172051"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:48:12 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:48:12.181217"], ["id", 1], ["name", "The Tentacle from Mars"], ["updated_at", "2014-09-04 00:48:12.181217"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:48:12 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:48:12.185541"], ["name", "some new book"], ["updated_at", "2014-09-04 00:48:12.185541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:48:12.189224"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:48:12.189224"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:02.854483"], ["id", 1], ["name", "Action Wolves"], ["updated_at", "2014-09-04 00:49:02.854483"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:02.859033"], ["id", 1], ["name", "Christmas on Samir Meadows"], ["updated_at", "2014-09-04 00:49:02.859033"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:02.861189"], ["id", 1], ["name", "A Fistful of Fly"], ["updated_at", "2014-09-04 00:49:02.861189"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:02.862904"], ["id", 1], ["name", "Blue Rain"], ["updated_at", "2014-09-04 00:49:02.862904"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.923835"], ["name", "Dr. Women"], ["updated_at", "2014-09-04 00:49:02.923835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.925134"], ["name", "The Identity That Came to Dinner"], ["updated_at", "2014-09-04 00:49:02.925134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.926702"], ["name", "Dangerous Wolves"], ["updated_at", "2014-09-04 00:49:02.926702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.927439"], ["name", "Time of the Wolf"], ["updated_at", "2014-09-04 00:49:02.927439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.928134"], ["name", "Invasion of the Wizard"], ["updated_at", "2014-09-04 00:49:02.928134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.932112"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:49:02.932112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.941407"], ["name", "Gypsy 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:49:02.941407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.942404"], ["name", "Christmas on Jennifer Via"], ["updated_at", "2014-09-04 00:49:02.942404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.943335"], ["name", "War of the Fake Women"], ["updated_at", "2014-09-04 00:49:02.943335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.944015"], ["name", "Dangerous Diaries 2: Son of Dangerous Diaries"], ["updated_at", "2014-09-04 00:49:02.944015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.944673"], ["name", "Time of the Blue Diaries"], ["updated_at", "2014-09-04 00:49:02.944673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.966945"], ["name", "Tokyo Man"], ["updated_at", "2014-09-04 00:49:02.966945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.968509"], ["name", "Ninjas 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:49:02.968509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.969634"], ["name", "Case of the Missing Green Ninja"], ["updated_at", "2014-09-04 00:49:02.969634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.970404"], ["name", "Action Wizard"], ["updated_at", "2014-09-04 00:49:02.970404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.971176"], ["name", "Journey of the Hungry Woman"], ["updated_at", "2014-09-04 00:49:02.971176"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.982674"], ["name", "The Flying Brains That Came to Dinner"], ["updated_at", "2014-09-04 00:49:02.982674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.984283"], ["name", "Flying Blow"], ["updated_at", "2014-09-04 00:49:02.984283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.985461"], ["name", "The Wolf from the Black Lagoon"], ["updated_at", "2014-09-04 00:49:02.985461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.986287"], ["name", "The Tokyo Jungle from Outer Space"], ["updated_at", "2014-09-04 00:49:02.986287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:02.987029"], ["name", "Codename: Brain"], ["updated_at", "2014-09-04 00:49:02.987029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:02.997279"], ["id", 1], ["name", "The Women from Across the Ocean"], ["updated_at", "2014-09-04 00:49:02.997279"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:49:03 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:03.007341"], ["id", 1], ["name", "Season of the Jungle"], ["updated_at", "2014-09-04 00:49:03.007341"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:49:03 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:03.011655"], ["name", "some new book"], ["updated_at", "2014-09-04 00:49:03.011655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:03.015543"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:49:03.015543"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:03.040583"], ["id", 1], ["name", "The Identity from Mars"], ["updated_at", "2014-09-04 00:49:03.040583"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:03.042442"], ["id", 1], ["name", "Champagne Women"], ["updated_at", "2014-09-04 00:49:03.042442"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:46.928427"], ["id", 1], ["name", "Season of the Hills"], ["updated_at", "2014-09-04 00:49:46.928427"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:49:46 -0700 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:47.008944"], ["id", 1], ["name", "The Identity from Mars"], ["updated_at", "2014-09-04 00:49:47.008944"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:49:47 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.013090"], ["name", "some new book"], ["updated_at", "2014-09-04 00:49:47.013090"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:47.022856"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:49:47.022856"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.026577"], ["name", "Dangerous Brains"], ["updated_at", "2014-09-04 00:49:47.026577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.027825"], ["name", "The Friday from Hell"], ["updated_at", "2014-09-04 00:49:47.027825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.030157"], ["name", "When Chesley Met Mavis"], ["updated_at", "2014-09-04 00:49:47.030157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.031265"], ["name", "The Flying Blow from Outer Space"], ["updated_at", "2014-09-04 00:49:47.031265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.031965"], ["name", "The Tears Without a Cousins"], ["updated_at", "2014-09-04 00:49:47.031965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.035085"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:49:47.035085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.038211"], ["name", "The Beast Who Fell to Earth"], ["updated_at", "2014-09-04 00:49:47.038211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.039124"], ["name", "Red Wolves"], ["updated_at", "2014-09-04 00:49:47.039124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.039962"], ["name", "Ultra Man"], ["updated_at", "2014-09-04 00:49:47.039962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.040633"], ["name", "The Red Rose of Northern Ireland"], ["updated_at", "2014-09-04 00:49:47.040633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.041300"], ["name", "The Brains from Outer Space"], ["updated_at", "2014-09-04 00:49:47.041300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.6ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.053554"], ["name", "Forbidden Blow"], ["updated_at", "2014-09-04 00:49:47.053554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.055038"], ["name", "Time of the Blonde Mutant"], ["updated_at", "2014-09-04 00:49:47.055038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.056044"], ["name", "The White Rose of England"], ["updated_at", "2014-09-04 00:49:47.056044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.056786"], ["name", "Rise of the World"], ["updated_at", "2014-09-04 00:49:47.056786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:49:47.057484"], ["name", "The Gypsy from Mars"], ["updated_at", "2014-09-04 00:49:47.057484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:47.068636"], ["id", 1], ["name", "Dr. Wolf"], ["updated_at", "2014-09-04 00:49:47.068636"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:47.070778"], ["id", 1], ["name", "Blonde Men"], ["updated_at", "2014-09-04 00:49:47.070778"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:47.080585"], ["id", 1], ["name", "Forbidden Cousins 2: Son of Forbidden Cousins"], ["updated_at", "2014-09-04 00:49:47.080585"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:47.082982"], ["id", 1], ["name", "The Brains Without a Identity"], ["updated_at", "2014-09-04 00:49:47.082982"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:47.084769"], ["id", 1], ["name", "1638 A.D."], ["updated_at", "2014-09-04 00:49:47.084769"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:49:47.086508"], ["id", 1], ["name", "The Red Wizard from Outer Space"], ["updated_at", "2014-09-04 00:49:47.086508"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:50:26.814569"], ["id", 1], ["name", "Bloody Women"], ["updated_at", "2014-09-04 00:50:26.814569"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:50:26 -0700 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:50:26.899838"], ["id", 1], ["name", "Christmas on Dooley Grove"], ["updated_at", "2014-09-04 00:50:26.899838"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:50:26 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.904161"], ["name", "some new book"], ["updated_at", "2014-09-04 00:50:26.904161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:50:26.908072"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:50:26.908072"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.911073"], ["name", "Codename: Ninja"], ["updated_at", "2014-09-04 00:50:26.911073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.912322"], ["name", "Case of the Missing Brains"], ["updated_at", "2014-09-04 00:50:26.912322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.913893"], ["name", "Rise of the Cousins"], ["updated_at", "2014-09-04 00:50:26.913893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.914697"], ["name", "Legend of Danger Monster"], ["updated_at", "2014-09-04 00:50:26.914697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.915424"], ["name", "Hungry Hills"], ["updated_at", "2014-09-04 00:50:26.915424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.918669"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:50:26.918669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.922615"], ["name", "Danger Brains: The Woodrow Dicki Story"], ["updated_at", "2014-09-04 00:50:26.922615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.923997"], ["name", "Action World: The Lemuel Ferry Story"], ["updated_at", "2014-09-04 00:50:26.923997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.925008"], ["name", "The Black Rose of England"], ["updated_at", "2014-09-04 00:50:26.925008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.925706"], ["name", "Invasion of the Man"], ["updated_at", "2014-09-04 00:50:26.925706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.926409"], ["name", "The American World from Outer Space"], ["updated_at", "2014-09-04 00:50:26.926409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.938983"], ["name", "Danger Man 2: Son of Danger Man"], ["updated_at", "2014-09-04 00:50:26.938983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.940527"], ["name", "The Nuclear Clash Who Fell to Earth"], ["updated_at", "2014-09-04 00:50:26.940527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.941562"], ["name", "Day of the Brain"], ["updated_at", "2014-09-04 00:50:26.941562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.942372"], ["name", "I am Champagne Woman"], ["updated_at", "2014-09-04 00:50:26.942372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:50:26.943098"], ["name", "Danger Clash"], ["updated_at", "2014-09-04 00:50:26.943098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:50:26.964475"], ["id", 1], ["name", "Wizard 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:50:26.964475"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:50:26.966694"], ["id", 1], ["name", "Invasion of the Pickpocket"], ["updated_at", "2014-09-04 00:50:26.966694"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:50:26.968779"], ["id", 1], ["name", "The Tentacle from Outer Space"], ["updated_at", "2014-09-04 00:50:26.968779"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:50:26.970955"], ["id", 1], ["name", "The Wolf from Hell"], ["updated_at", "2014-09-04 00:50:26.970955"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:50:26.972744"], ["id", 1], ["name", "Nuclear Hills"], ["updated_at", "2014-09-04 00:50:26.972744"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:50:26.974854"], ["id", 1], ["name", "The Woman"], ["updated_at", "2014-09-04 00:50:26.974854"]] SQLite3::ConstraintException: PRIMARY KEY must be unique: INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?)  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (7.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBooks (20140407202136)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140407202136"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:22.778071"], ["id", 1], ["name", "2919 A.D."], ["updated_at", "2014-09-04 00:51:22.778071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:22.782804"], ["id", 1], ["name", "1699 A.D."], ["updated_at", "2014-09-04 00:51:22.782804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:22.785163"], ["id", 1], ["name", "Tokyo World"], ["updated_at", "2014-09-04 00:51:22.785163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:22.787919"], ["id", 1], ["name", "Christmas on Ed Knoll"], ["updated_at", "2014-09-04 00:51:22.787919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.860467"], ["name", "Hungry Thief"], ["updated_at", "2014-09-04 00:51:22.860467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.861735"], ["name", "Death Gypsy"], ["updated_at", "2014-09-04 00:51:22.861735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.863248"], ["name", "Flying Ninja"], ["updated_at", "2014-09-04 00:51:22.863248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.863950"], ["name", "The Blow from Across the Ocean"], ["updated_at", "2014-09-04 00:51:22.863950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.864623"], ["name", "The Identity Who Fell to Earth"], ["updated_at", "2014-09-04 00:51:22.864623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.868451"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:51:22.868451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.871567"], ["name", "Forbidden Fly"], ["updated_at", "2014-09-04 00:51:22.871567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.872821"], ["name", "I am Blue Jungle"], ["updated_at", "2014-09-04 00:51:22.872821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.874152"], ["name", "The Black Rose of Wales"], ["updated_at", "2014-09-04 00:51:22.874152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.874961"], ["name", "Return of the Diaries"], ["updated_at", "2014-09-04 00:51:22.874961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.875697"], ["name", "Death Friday"], ["updated_at", "2014-09-04 00:51:22.875697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.890286"], ["name", "War of the Champagne Monster"], ["updated_at", "2014-09-04 00:51:22.890286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.891355"], ["name", "The Jungle"], ["updated_at", "2014-09-04 00:51:22.891355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.892272"], ["name", "Diaries 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:51:22.892272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.892951"], ["name", "The Tentacle from Outer Space"], ["updated_at", "2014-09-04 00:51:22.892951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.893604"], ["name", "Hard Boiled Beast"], ["updated_at", "2014-09-04 00:51:22.893604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:22.900510"], ["id", 1], ["name", "Killer Diaries"], ["updated_at", "2014-09-04 00:51:22.900510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:51:22 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:51:22 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:22.912882"], ["id", 1], ["name", "The Hills Who Fell to Earth"], ["updated_at", "2014-09-04 00:51:22.912882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:51:22 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:51:22 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:22.923348"], ["name", "some new book"], ["updated_at", "2014-09-04 00:51:22.923348"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:22.927154"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:51:22.927154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:51:22 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:51:22.930716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:22.942566"], ["id", 1], ["name", "Dr. World"], ["updated_at", "2014-09-04 00:51:22.942566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:22.945083"], ["id", 1], ["name", "The Men from the Black Lagoon"], ["updated_at", "2014-09-04 00:51:22.945083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:54.807420"], ["id", 1], ["name", "Action World"], ["updated_at", "2014-09-04 00:51:54.807420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:54.818467"], ["id", 1], ["name", "Danger Jungle: The Cicero Marquardt Story"], ["updated_at", "2014-09-04 00:51:54.818467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:54.825470"], ["id", 1], ["name", "Curse of the Men"], ["updated_at", "2014-09-04 00:51:54.825470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:51:54 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:51:54 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:54.910294"], ["id", 1], ["name", "The Dreams Without a Diaries"], ["updated_at", "2014-09-04 00:51:54.910294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:51:54 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:51:54 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.921550"], ["name", "some new book"], ["updated_at", "2014-09-04 00:51:54.921550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:54.925125"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:51:54.925125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:51:54 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:51:54.928813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.933565"], ["name", "The Diaries from Hell"], ["updated_at", "2014-09-04 00:51:54.933565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.934741"], ["name", "Killer Brains"], ["updated_at", "2014-09-04 00:51:54.934741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.935636"], ["name", "The Friday from Outer Space"], ["updated_at", "2014-09-04 00:51:54.935636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.936312"], ["name", "The Flying Monster Who Fell to Earth"], ["updated_at", "2014-09-04 00:51:54.936312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.936996"], ["name", "American Tears"], ["updated_at", "2014-09-04 00:51:54.936996"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.940046"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:51:54.940046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.942952"], ["name", "Green Witch"], ["updated_at", "2014-09-04 00:51:54.942952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.943898"], ["name", "Champagne Blow"], ["updated_at", "2014-09-04 00:51:54.943898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.944835"], ["name", "Planet of the Killer Gypsy"], ["updated_at", "2014-09-04 00:51:54.944835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.945522"], ["name", "The Champagne Demon from Across the Ocean"], ["updated_at", "2014-09-04 00:51:54.945522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.946178"], ["name", "The Diaries That Came to Dinner"], ["updated_at", "2014-09-04 00:51:54.946178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.951112"], ["name", "The Diaries"], ["updated_at", "2014-09-04 00:51:54.951112"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.952438"], ["name", "The Men from the Black Lagoon"], ["updated_at", "2014-09-04 00:51:54.952438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.953378"], ["name", "Danger Clash"], ["updated_at", "2014-09-04 00:51:54.953378"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.954080"], ["name", "The Bloody Demon from Outer Space"], ["updated_at", "2014-09-04 00:51:54.954080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:51:54.954753"], ["name", "Electric Beast"], ["updated_at", "2014-09-04 00:51:54.954753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:54.962081"], ["id", 1], ["name", "Rise of the Clash"], ["updated_at", "2014-09-04 00:51:54.962081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:54.964316"], ["id", 1], ["name", "Green Wolf"], ["updated_at", "2014-09-04 00:51:54.964316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:54.966820"], ["id", 1], ["name", "The Blow from Allegheny West"], ["updated_at", "2014-09-04 00:51:54.966820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:51:54.968823"], ["id", 1], ["name", "The Fake Women from Mars"], ["updated_at", "2014-09-04 00:51:54.968823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:56:29.362418"], ["id", 1], ["name", "The Monster from Outer Space"], ["updated_at", "2014-09-04 00:56:29.362418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:56:29.372533"], ["id", 1], ["name", "Tokyo Rain"], ["updated_at", "2014-09-04 00:56:29.372533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.441664"], ["name", "A Fistful of Killer Mutant"], ["updated_at", "2014-09-04 00:56:29.441664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.443100"], ["name", "Bloody Diaries"], ["updated_at", "2014-09-04 00:56:29.443100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.444950"], ["name", "The Cousins from Dyker Heights"], ["updated_at", "2014-09-04 00:56:29.444950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.445951"], ["name", "The Hungry Wolf from Across the Ocean"], ["updated_at", "2014-09-04 00:56:29.445951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.446632"], ["name", "American Pickpocket"], ["updated_at", "2014-09-04 00:56:29.446632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.450568"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 00:56:29.450568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.453954"], ["name", "Wolves 2: Electric Boogaloo"], ["updated_at", "2014-09-04 00:56:29.453954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.454935"], ["name", "The Wizard with a Thousand Faces"], ["updated_at", "2014-09-04 00:56:29.454935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.455856"], ["name", "Time of the Fly"], ["updated_at", "2014-09-04 00:56:29.455856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.456520"], ["name", "Hungry Tears"], ["updated_at", "2014-09-04 00:56:29.456520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.457171"], ["name", "Green Diaries"], ["updated_at", "2014-09-04 00:56:29.457171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.471747"], ["name", "The Identity from Across the Ocean"], ["updated_at", "2014-09-04 00:56:29.471747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.472929"], ["name", "Blue City"], ["updated_at", "2014-09-04 00:56:29.472929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.474022"], ["name", "The Demon That Came to Dinner"], ["updated_at", "2014-09-04 00:56:29.474022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.474762"], ["name", "Dangerous Fly"], ["updated_at", "2014-09-04 00:56:29.474762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.475437"], ["name", "Nuclear Mutant"], ["updated_at", "2014-09-04 00:56:29.475437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:56:29.485741"], ["id", 1], ["name", "Season of the Danger Mutant"], ["updated_at", "2014-09-04 00:56:29.485741"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 17:56:29 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 17:56:29 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:56:29.498280"], ["id", 1], ["name", "Death City"], ["updated_at", "2014-09-04 00:56:29.498280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 17:56:29 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 17:56:29 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 00:56:29.509135"], ["name", "some new book"], ["updated_at", "2014-09-04 00:56:29.509135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:56:29.513384"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 00:56:29.513384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 17:56:29 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 00:56:29.518633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:56:29.526006"], ["id", 1], ["name", "A Fistful of Bloody Monster"], ["updated_at", "2014-09-04 00:56:29.526006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:56:29.529165"], ["id", 1], ["name", "The Champagne Rain from Outer Space"], ["updated_at", "2014-09-04 00:56:29.529165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:56:29.531783"], ["id", 1], ["name", "Day of the Ultra Ninjas"], ["updated_at", "2014-09-04 00:56:29.531783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 00:56:29.534199"], ["id", 1], ["name", "Nuclear Demon"], ["updated_at", "2014-09-04 00:56:29.534199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:30.931398"], ["id", 1], ["name", "I am American Clash"], ["updated_at", "2014-09-04 01:00:30.931398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:30.941818"], ["id", 1], ["name", "Dr. Jungle"], ["updated_at", "2014-09-04 01:00:30.941818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.007068"], ["name", "The Friday Without a Ninjas"], ["updated_at", "2014-09-04 01:00:31.007068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.008292"], ["name", "Action Ninjas"], ["updated_at", "2014-09-04 01:00:31.008292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.009668"], ["name", "The Fake Blow That Came to Dinner"], ["updated_at", "2014-09-04 01:00:31.009668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.010384"], ["name", "Dr. Brains"], ["updated_at", "2014-09-04 01:00:31.010384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.011068"], ["name", "Return of the Blue World"], ["updated_at", "2014-09-04 01:00:31.011068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.015103"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:00:31.015103"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.019390"], ["name", "Tokyo Thief: The Syble Hammes Story"], ["updated_at", "2014-09-04 01:00:31.019390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.020659"], ["name", "Journey of the Diaries"], ["updated_at", "2014-09-04 01:00:31.020659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.021568"], ["name", "Journey of the Action Diaries"], ["updated_at", "2014-09-04 01:00:31.021568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.022230"], ["name", "I Married a Ultra Fly"], ["updated_at", "2014-09-04 01:00:31.022230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.022915"], ["name", "Hard Boiled Rain"], ["updated_at", "2014-09-04 01:00:31.022915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.038094"], ["name", "Tokyo Tentacle"], ["updated_at", "2014-09-04 01:00:31.038094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.039189"], ["name", "The Red Rose of England"], ["updated_at", "2014-09-04 01:00:31.039189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.040077"], ["name", "The Rain Without a Ninjas"], ["updated_at", "2014-09-04 01:00:31.040077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.040747"], ["name", "Legend of City"], ["updated_at", "2014-09-04 01:00:31.040747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.041410"], ["name", "Je Vous Presente, Janick"], ["updated_at", "2014-09-04 01:00:31.041410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:31.049909"], ["id", 1], ["name", "Rise of the Bloody Brains"], ["updated_at", "2014-09-04 01:00:31.049909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:31.052478"], ["id", 1], ["name", "1197 A.D."], ["updated_at", "2014-09-04 01:00:31.052478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:31.055164"], ["id", 1], ["name", "Case of the Missing Dangerous Jungle"], ["updated_at", "2014-09-04 01:00:31.055164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:31.057277"], ["id", 1], ["name", "The Brain from the Black Lagoon"], ["updated_at", "2014-09-04 01:00:31.057277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:31.060319"], ["id", 1], ["name", "The Dreams from Mars"], ["updated_at", "2014-09-04 01:00:31.060319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:00:31 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:00:31 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:31.072969"], ["id", 1], ["name", "Journey of the Tokyo Women"], ["updated_at", "2014-09-04 01:00:31.072969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:00:31 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:00:31 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:31.084119"], ["name", "some new book"], ["updated_at", "2014-09-04 01:00:31.084119"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:31.087812"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:00:31.087812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:00:31 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:00:31.091391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:58.783084"], ["id", 1], ["name", "When Marta Met Elizabeth"], ["updated_at", "2014-09-04 01:00:58.783084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:58.794270"], ["id", 1], ["name", "Christmas on Miller Station"], ["updated_at", "2014-09-04 01:00:58.794270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:58.797553"], ["id", 1], ["name", "Invasion of the Cat"], ["updated_at", "2014-09-04 01:00:58.797553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:58.800546"], ["id", 1], ["name", "Blonde Men"], ["updated_at", "2014-09-04 01:00:58.800546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:58.812467"], ["id", 1], ["name", "The Forbidden Diaries from Across the Ocean"], ["updated_at", "2014-09-04 01:00:58.812467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:58.815140"], ["id", 1], ["name", "The Flying Ninja Who Fell to Earth"], ["updated_at", "2014-09-04 01:00:58.815140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.878478"], ["name", "American Ninjas"], ["updated_at", "2014-09-04 01:00:58.878478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.879733"], ["name", "Journey of the Champagne Fly"], ["updated_at", "2014-09-04 01:00:58.879733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.881142"], ["name", "When Emie Met Astrid"], ["updated_at", "2014-09-04 01:00:58.881142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.881840"], ["name", "Green Gypsy: The Savanna Johns Story"], ["updated_at", "2014-09-04 01:00:58.881840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.882517"], ["name", "Je Vous Presente, Brock"], ["updated_at", "2014-09-04 01:00:58.882517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.886563"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:00:58.886563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.890278"], ["name", "The Man from Mars"], ["updated_at", "2014-09-04 01:00:58.890278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.891254"], ["name", "Day of the Wolf"], ["updated_at", "2014-09-04 01:00:58.891254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.892118"], ["name", "The Wizard That Came to Dinner"], ["updated_at", "2014-09-04 01:00:58.892118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.892817"], ["name", "The Men from the Black Lagoon"], ["updated_at", "2014-09-04 01:00:58.892817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.893490"], ["name", "Hungry Cousins"], ["updated_at", "2014-09-04 01:00:58.893490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.908433"], ["name", "The Brains from Hell"], ["updated_at", "2014-09-04 01:00:58.908433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.909512"], ["name", "Death Witch: The Pierce Muller Story"], ["updated_at", "2014-09-04 01:00:58.909512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.910369"], ["name", "The White Rose of Wales"], ["updated_at", "2014-09-04 01:00:58.910369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.911039"], ["name", "Time of the Dangerous Brain"], ["updated_at", "2014-09-04 01:00:58.911039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.911690"], ["name", "Christmas on Emmalee Fort"], ["updated_at", "2014-09-04 01:00:58.911690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:58.918628"], ["id", 1], ["name", "Action Clash"], ["updated_at", "2014-09-04 01:00:58.918628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:00:58 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:00:58 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:58.931117"], ["id", 1], ["name", "The Men from Hell"], ["updated_at", "2014-09-04 01:00:58.931117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:00:58 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.3ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:00:58 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:00:58.941471"], ["name", "some new book"], ["updated_at", "2014-09-04 01:00:58.941471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:00:58.945289"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:00:58.945289"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:00:58 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:00:58.948873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.238092"], ["name", "I am Wolves"], ["updated_at", "2014-09-04 01:01:20.238092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.241285"], ["name", "Danger Friday"], ["updated_at", "2014-09-04 01:01:20.241285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.243090"], ["name", "2745 A.D."], ["updated_at", "2014-09-04 01:01:20.243090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.243817"], ["name", "The Woman from the Black Lagoon"], ["updated_at", "2014-09-04 01:01:20.243817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.244498"], ["name", "Return of the Flying Ninja"], ["updated_at", "2014-09-04 01:01:20.244498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.248393"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:01:20.248393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.257748"], ["name", "Champagne Beast"], ["updated_at", "2014-09-04 01:01:20.257748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.258803"], ["name", "The Men from the Black Lagoon"], ["updated_at", "2014-09-04 01:01:20.258803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.259660"], ["name", "The Thief from the Black Lagoon"], ["updated_at", "2014-09-04 01:01:20.259660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.260341"], ["name", "Hungry Tears"], ["updated_at", "2014-09-04 01:01:20.260341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.260982"], ["name", "Season of the Diaries"], ["updated_at", "2014-09-04 01:01:20.260982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.275824"], ["name", "The Fake Cat from Hell"], ["updated_at", "2014-09-04 01:01:20.275824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.276900"], ["name", "Blue Man"], ["updated_at", "2014-09-04 01:01:20.276900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.277753"], ["name", "The Ninjas from Mars"], ["updated_at", "2014-09-04 01:01:20.277753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.278420"], ["name", "The Dangerous Women Who Fell to Earth"], ["updated_at", "2014-09-04 01:01:20.278420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.279095"], ["name", "The Dangerous Witch from the Black Lagoon"], ["updated_at", "2014-09-04 01:01:20.279095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:01:20.287024"], ["id", 1], ["name", "Ultra Wolves"], ["updated_at", "2014-09-04 01:01:20.287024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:01:20.289622"], ["id", 1], ["name", "Champagne City"], ["updated_at", "2014-09-04 01:01:20.289622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:01:20.292158"], ["id", 1], ["name", "Killer Blow"], ["updated_at", "2014-09-04 01:01:20.292158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:01:20.294599"], ["id", 1], ["name", "Legend of Blue Beast"], ["updated_at", "2014-09-04 01:01:20.294599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:01:20.297394"], ["id", 1], ["name", "Nuclear Ninjas"], ["updated_at", "2014-09-04 01:01:20.297394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:01:20.300412"], ["id", 1], ["name", "Cousins 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:01:20.300412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:01:20.304222"], ["id", 1], ["name", "Dangerous Blow"], ["updated_at", "2014-09-04 01:01:20.304222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:01:20 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:01:20 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:01:20.316480"], ["id", 1], ["name", "The Clash That Came to Dinner"], ["updated_at", "2014-09-04 01:01:20.316480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:01:20 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:01:20 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:01:20.327258"], ["name", "some new book"], ["updated_at", "2014-09-04 01:01:20.327258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:01:20.330779"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:01:20.330779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:01:20 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:01:20.334568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:04:31.544869"], ["id", 1], ["name", "Day of the City"], ["updated_at", "2014-09-04 01:04:31.544869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:04:31.549055"], ["id", 1], ["name", "Danger Rain"], ["updated_at", "2014-09-04 01:04:31.549055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:04:31.551871"], ["id", 1], ["name", "Dr. Demon"], ["updated_at", "2014-09-04 01:04:31.551871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:04:31.554460"], ["id", 1], ["name", "Return of the Killer Cousins"], ["updated_at", "2014-09-04 01:04:31.554460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:04:31.556666"], ["id", 1], ["name", "Journey of the Brains"], ["updated_at", "2014-09-04 01:04:31.556666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:04:31.559257"], ["id", 1], ["name", "The Rain from Hell"], ["updated_at", "2014-09-04 01:04:31.559257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:04:31.571353"], ["id", 1], ["name", "Hungry Friday"], ["updated_at", "2014-09-04 01:04:31.571353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:04:31 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:04:31 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:04:31.656345"], ["id", 1], ["name", "The Action Fly"], ["updated_at", "2014-09-04 01:04:31.656345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:04:31 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:04:31 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.667201"], ["name", "some new book"], ["updated_at", "2014-09-04 01:04:31.667201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:04:31.670784"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:04:31.670784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:04:31 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:04:31.674142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.683196"], ["name", "When Roman Met Garrick"], ["updated_at", "2014-09-04 01:04:31.683196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.684469"], ["name", "Je Vous Presente, Gussie"], ["updated_at", "2014-09-04 01:04:31.684469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.685405"], ["name", "A Fistful of Beast"], ["updated_at", "2014-09-04 01:04:31.685405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.686186"], ["name", "Curse of the Nuclear Beast"], ["updated_at", "2014-09-04 01:04:31.686186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.686908"], ["name", "The Ninja from Hell"], ["updated_at", "2014-09-04 01:04:31.686908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.689930"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:04:31.689930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.692825"], ["name", "Planet of the Nuclear Wolves"], ["updated_at", "2014-09-04 01:04:31.692825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.694137"], ["name", "Christmas on Howe Stravenue"], ["updated_at", "2014-09-04 01:04:31.694137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.695290"], ["name", "Je Vous Presente, Elliot"], ["updated_at", "2014-09-04 01:04:31.695290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.696005"], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:04:31.696005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.696644"], ["name", "Hard Boiled Fly"], ["updated_at", "2014-09-04 01:04:31.696644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.701246"], ["name", "Blonde Tentacle"], ["updated_at", "2014-09-04 01:04:31.701246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.702290"], ["name", "Hard Boiled Pickpocket"], ["updated_at", "2014-09-04 01:04:31.702290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.703147"], ["name", "Planet of the Hungry Men"], ["updated_at", "2014-09-04 01:04:31.703147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.703810"], ["name", "Killer Witch"], ["updated_at", "2014-09-04 01:04:31.703810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:04:31.704477"], ["name", "Time of the Identity"], ["updated_at", "2014-09-04 01:04:31.704477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:10:16.531971"], ["id", 1], ["name", "Danger Friday"], ["updated_at", "2014-09-04 01:10:16.531971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:10:16.536151"], ["id", 1], ["name", "851 A.D."], ["updated_at", "2014-09-04 01:10:16.536151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.598478"], ["name", "Forbidden Demon"], ["updated_at", "2014-09-04 01:10:16.598478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.599744"], ["name", "Hard Boiled Brain"], ["updated_at", "2014-09-04 01:10:16.599744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.601586"], ["name", "American Men"], ["updated_at", "2014-09-04 01:10:16.601586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.602820"], ["name", "The Action Dreams from Mars"], ["updated_at", "2014-09-04 01:10:16.602820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.603965"], ["name", "Killer Witch"], ["updated_at", "2014-09-04 01:10:16.603965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.609024"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:10:16.609024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.612729"], ["name", "Planet of the Friday"], ["updated_at", "2014-09-04 01:10:16.612729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.614761"], ["name", "Dangerous Rain: The Cordie Bartell Story"], ["updated_at", "2014-09-04 01:10:16.614761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.616124"], ["name", "Christmas on Golden Lake"], ["updated_at", "2014-09-04 01:10:16.616124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.617150"], ["name", "Champagne Beast"], ["updated_at", "2014-09-04 01:10:16.617150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.617865"], ["name", "Killer Pickpocket"], ["updated_at", "2014-09-04 01:10:16.617865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.632567"], ["name", "The Gypsy from Mars"], ["updated_at", "2014-09-04 01:10:16.632567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.633712"], ["name", "The Beast That Came to Dinner"], ["updated_at", "2014-09-04 01:10:16.633712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.634689"], ["name", "Flying Fly"], ["updated_at", "2014-09-04 01:10:16.634689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.635388"], ["name", "The Forbidden Brains from Mars"], ["updated_at", "2014-09-04 01:10:16.635388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.636047"], ["name", "Codename: Wizard"], ["updated_at", "2014-09-04 01:10:16.636047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:10:16.642898"], ["id", 1], ["name", "The Dreams with a Thousand Faces"], ["updated_at", "2014-09-04 01:10:16.642898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:10:16.645769"], ["id", 1], ["name", "A Fistful of Identity"], ["updated_at", "2014-09-04 01:10:16.645769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:10:16.648122"], ["id", 1], ["name", "Dr. Brains"], ["updated_at", "2014-09-04 01:10:16.648122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:10:16.650559"], ["id", 1], ["name", "Journey of the Dreams"], ["updated_at", "2014-09-04 01:10:16.650559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:10:16.672016"], ["id", 1], ["name", "The Women from Mars"], ["updated_at", "2014-09-04 01:10:16.672016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:10:16 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:10:16 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:10:16.684459"], ["id", 1], ["name", "American Clash"], ["updated_at", "2014-09-04 01:10:16.684459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:10:16 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:10:16 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:10:16.694602"], ["name", "some new book"], ["updated_at", "2014-09-04 01:10:16.694602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:10:16.698066"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:10:16.698066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:10:16 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:10:16.701813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:11:29.520824"], ["id", 1], ["name", "Dangerous Blow 2: Son of Dangerous Blow"], ["updated_at", "2014-09-04 01:11:29.520824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:11:29.531180"], ["id", 1], ["name", "Red World"], ["updated_at", "2014-09-04 01:11:29.531180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:11:29.553425"], ["id", 1], ["name", "Journey of the Killer Cat"], ["updated_at", "2014-09-04 01:11:29.553425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:11:29.556643"], ["id", 1], ["name", "Dangerous Diaries"], ["updated_at", "2014-09-04 01:11:29.556643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:11:29.559248"], ["id", 1], ["name", "Time of the Fly"], ["updated_at", "2014-09-04 01:11:29.559248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:11:29.561874"], ["id", 1], ["name", "The Blue Friday with a Thousand Faces"], ["updated_at", "2014-09-04 01:11:29.561874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.625088"], ["name", "The Electric Woman from Outer Space"], ["updated_at", "2014-09-04 01:11:29.625088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.626372"], ["name", "Case of the Missing Electric Rain"], ["updated_at", "2014-09-04 01:11:29.626372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.627858"], ["name", "I Married a Wolves"], ["updated_at", "2014-09-04 01:11:29.627858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.628535"], ["name", "Nuclear Cat"], ["updated_at", "2014-09-04 01:11:29.628535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.629192"], ["name", "Thief 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:11:29.629192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.633157"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:11:29.633157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.636346"], ["name", "American Man"], ["updated_at", "2014-09-04 01:11:29.636346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.637281"], ["name", "Blonde Witch"], ["updated_at", "2014-09-04 01:11:29.637281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.638180"], ["name", "The White Rose of Wales"], ["updated_at", "2014-09-04 01:11:29.638180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.638856"], ["name", "The Killer Thief from Hell"], ["updated_at", "2014-09-04 01:11:29.638856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.639518"], ["name", "The Danger Brain That Came to Dinner"], ["updated_at", "2014-09-04 01:11:29.639518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.653968"], ["name", "Green Ninjas"], ["updated_at", "2014-09-04 01:11:29.653968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.655160"], ["name", "Ultra Ninja"], ["updated_at", "2014-09-04 01:11:29.655160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.656148"], ["name", "Journey of the Rain"], ["updated_at", "2014-09-04 01:11:29.656148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.656835"], ["name", "Case of the Missing Flying Wizard"], ["updated_at", "2014-09-04 01:11:29.656835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.657498"], ["name", "Ultra Tears"], ["updated_at", "2014-09-04 01:11:29.657498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:11:29.664516"], ["id", 1], ["name", "Red Pickpocket"], ["updated_at", "2014-09-04 01:11:29.664516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:11:29 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:11:29 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:11:29.676690"], ["id", 1], ["name", "Tokyo Mutant"], ["updated_at", "2014-09-04 01:11:29.676690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:11:29 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:11:29 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:11:29.687349"], ["name", "some new book"], ["updated_at", "2014-09-04 01:11:29.687349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:11:29.691087"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:11:29.691087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:11:29 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:11:29.694516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:12:53.529561"], ["id", 1], ["name", "The Monster Who Fell to Earth"], ["updated_at", "2014-09-04 01:12:53.529561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:12:53 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (6.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:12:53 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:12:53.621297"], ["id", 1], ["name", "Je Vous Presente, Orin"], ["updated_at", "2014-09-04 01:12:53.621297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:12:53 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:12:53 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.632380"], ["name", "some new book"], ["updated_at", "2014-09-04 01:12:53.632380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:12:53.635979"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:12:53.635979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:12:53 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:12:53.639194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.644545"], ["name", "Green Rain"], ["updated_at", "2014-09-04 01:12:53.644545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.645705"], ["name", "Dangerous Witch"], ["updated_at", "2014-09-04 01:12:53.645705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.646757"], ["name", "Time of the Tokyo Cousins"], ["updated_at", "2014-09-04 01:12:53.646757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.647654"], ["name", "Red Beast"], ["updated_at", "2014-09-04 01:12:53.647654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.648294"], ["name", "Blue Cousins"], ["updated_at", "2014-09-04 01:12:53.648294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.651386"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:12:53.651386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.654546"], ["name", "The World from Outer Space"], ["updated_at", "2014-09-04 01:12:53.654546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.655488"], ["name", "Return of the Fly"], ["updated_at", "2014-09-04 01:12:53.655488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.656330"], ["name", "2642 A.D."], ["updated_at", "2014-09-04 01:12:53.656330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.656991"], ["name", "The Forbidden Fly from Mars"], ["updated_at", "2014-09-04 01:12:53.656991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.657637"], ["name", "Hard Boiled Wolf"], ["updated_at", "2014-09-04 01:12:53.657637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.662296"], ["name", "The Hills Without a Cat"], ["updated_at", "2014-09-04 01:12:53.662296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.663374"], ["name", "The Tentacle Who Fell to Earth"], ["updated_at", "2014-09-04 01:12:53.663374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.664242"], ["name", "Curse of the Identity"], ["updated_at", "2014-09-04 01:12:53.664242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.664898"], ["name", "Champagne Friday"], ["updated_at", "2014-09-04 01:12:53.664898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:12:53.665563"], ["name", "Time of the Forbidden Cat"], ["updated_at", "2014-09-04 01:12:53.665563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:12:53.672844"], ["id", 1], ["name", "Blonde Brains"], ["updated_at", "2014-09-04 01:12:53.672844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:12:53.675604"], ["id", 1], ["name", "The Ultra Woman Who Fell to Earth"], ["updated_at", "2014-09-04 01:12:53.675604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:12:53.677830"], ["id", 1], ["name", "The Hungry Clash from Across the Ocean"], ["updated_at", "2014-09-04 01:12:53.677830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:12:53.679980"], ["id", 1], ["name", "Green Fly"], ["updated_at", "2014-09-04 01:12:53.679980"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:12:53.686349"], ["id", 1], ["name", "The Woman from Across the Ocean"], ["updated_at", "2014-09-04 01:12:53.686349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:12:53.689081"], ["id", 1], ["name", "Legend of Witch"], ["updated_at", "2014-09-04 01:12:53.689081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:13:51.660023"], ["id", 1], ["name", "Hard Boiled Witch"], ["updated_at", "2014-09-04 01:13:51.660023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:13:51 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:13:51 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:13:51.753976"], ["id", 1], ["name", "Time of the Tentacle"], ["updated_at", "2014-09-04 01:13:51.753976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:13:51 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:13:51 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.765038"], ["name", "some new book"], ["updated_at", "2014-09-04 01:13:51.765038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:13:51.768611"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:13:51.768611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:13:51 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:13:51.772080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:13:51.776781"], ["id", 1], ["name", "The Black Rose of Wales"], ["updated_at", "2014-09-04 01:13:51.776781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:13:51.779635"], ["id", 1], ["name", "Case of the Missing Fake Wolf"], ["updated_at", "2014-09-04 01:13:51.779635"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:13:51.781743"], ["id", 1], ["name", "1272 A.D."], ["updated_at", "2014-09-04 01:13:51.781743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:13:51.783911"], ["id", 1], ["name", "I Married a Fake Dreams"], ["updated_at", "2014-09-04 01:13:51.783911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.788274"], ["name", "Nuclear Brain"], ["updated_at", "2014-09-04 01:13:51.788274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.789419"], ["name", "Curse of the Dangerous Diaries"], ["updated_at", "2014-09-04 01:13:51.789419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.790339"], ["name", "The Red Ninjas from Outer Space"], ["updated_at", "2014-09-04 01:13:51.790339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.791009"], ["name", "Planet of the Forbidden Pickpocket"], ["updated_at", "2014-09-04 01:13:51.791009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.791665"], ["name", "Champagne Cousins"], ["updated_at", "2014-09-04 01:13:51.791665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.794918"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:13:51.794918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.798760"], ["name", "Christmas on Michel Camp"], ["updated_at", "2014-09-04 01:13:51.798760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.799954"], ["name", "Dangerous Men"], ["updated_at", "2014-09-04 01:13:51.799954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.800901"], ["name", "Journey of the Women"], ["updated_at", "2014-09-04 01:13:51.800901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.801570"], ["name", "The Diaries with a Thousand Faces"], ["updated_at", "2014-09-04 01:13:51.801570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.802234"], ["name", "Hard Boiled Clash"], ["updated_at", "2014-09-04 01:13:51.802234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.807087"], ["name", "Action Fly"], ["updated_at", "2014-09-04 01:13:51.807087"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.808205"], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:13:51.808205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.809124"], ["name", "The Wolf with a Thousand Faces"], ["updated_at", "2014-09-04 01:13:51.809124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.810109"], ["name", "Christmas on Fisher Spur"], ["updated_at", "2014-09-04 01:13:51.810109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:13:51.811037"], ["name", "Dr. Jungle"], ["updated_at", "2014-09-04 01:13:51.811037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:13:51.823032"], ["id", 1], ["name", "Blonde Man 2: Son of Blonde Man"], ["updated_at", "2014-09-04 01:13:51.823032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:13:51.825846"], ["id", 1], ["name", "Blue Wizard"], ["updated_at", "2014-09-04 01:13:51.825846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:14:57.484060"], ["id", 1], ["name", "Electric Tentacle"], ["updated_at", "2014-09-04 01:14:57.484060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:14:57.494290"], ["id", 1], ["name", "Killer Thief 2: Son of Killer Thief"], ["updated_at", "2014-09-04 01:14:57.494290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:14:57.496704"], ["id", 1], ["name", "Fake Rain 2: Son of Fake Rain"], ["updated_at", "2014-09-04 01:14:57.496704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:14:57.499572"], ["id", 1], ["name", "Hard Boiled Rain"], ["updated_at", "2014-09-04 01:14:57.499572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.563545"], ["name", "Invasion of the Blue World"], ["updated_at", "2014-09-04 01:14:57.563545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.564948"], ["name", "Dr. Dreams"], ["updated_at", "2014-09-04 01:14:57.564948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.566725"], ["name", "The Cat from Far Rockaway/Bayswater"], ["updated_at", "2014-09-04 01:14:57.566725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.567831"], ["name", "Nuclear Fly"], ["updated_at", "2014-09-04 01:14:57.567831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.568626"], ["name", "The Witch from Across the Ocean"], ["updated_at", "2014-09-04 01:14:57.568626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.572846"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:14:57.572846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.575952"], ["name", "The Gypsy from Hell"], ["updated_at", "2014-09-04 01:14:57.575952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.576906"], ["name", "The Cousins from 3600 Leagues"], ["updated_at", "2014-09-04 01:14:57.576906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.577813"], ["name", "The Blue Friday from Hell"], ["updated_at", "2014-09-04 01:14:57.577813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.578496"], ["name", "The Woman Without a World"], ["updated_at", "2014-09-04 01:14:57.578496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.579159"], ["name", "Killer Wizard"], ["updated_at", "2014-09-04 01:14:57.579159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.594436"], ["name", "The Clash from 15106 Leagues"], ["updated_at", "2014-09-04 01:14:57.594436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.595494"], ["name", "The Green Dreams from Outer Space"], ["updated_at", "2014-09-04 01:14:57.595494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.596398"], ["name", "The Mutant from Outer Space"], ["updated_at", "2014-09-04 01:14:57.596398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.597080"], ["name", "I am Diaries"], ["updated_at", "2014-09-04 01:14:57.597080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.597737"], ["name", "2025 A.D."], ["updated_at", "2014-09-04 01:14:57.597737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:14:57.606155"], ["id", 1], ["name", "The Fake Ninjas Who Fell to Earth"], ["updated_at", "2014-09-04 01:14:57.606155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:14:57.608553"], ["id", 1], ["name", "Forbidden Brain"], ["updated_at", "2014-09-04 01:14:57.608553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:14:57.611921"], ["id", 1], ["name", "Je Vous Presente, Jared"], ["updated_at", "2014-09-04 01:14:57.611921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:14:57 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:14:57 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:14:57.624539"], ["id", 1], ["name", "The Dreams Without a Tentacle"], ["updated_at", "2014-09-04 01:14:57.624539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:14:57 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:14:57 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:14:57.635020"], ["name", "some new book"], ["updated_at", "2014-09-04 01:14:57.635020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:14:57.638516"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:14:57.638516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:14:57 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:14:57.641797"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:15:30.069349"], ["id", 1], ["name", "Forbidden Diaries"], ["updated_at", "2014-09-04 01:15:30.069349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:15:30.074050"], ["id", 1], ["name", "Journey of the Fly"], ["updated_at", "2014-09-04 01:15:30.074050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:15:30.076494"], ["id", 1], ["name", "The Cat from West Covina East"], ["updated_at", "2014-09-04 01:15:30.076494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:15:30.078632"], ["id", 1], ["name", "Dangerous Fly"], ["updated_at", "2014-09-04 01:15:30.078632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:15:30.081530"], ["id", 1], ["name", "Legend of Fly"], ["updated_at", "2014-09-04 01:15:30.081530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:15:30 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:15:30 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:15:30.165561"], ["id", 1], ["name", "Hungry Thief"], ["updated_at", "2014-09-04 01:15:30.165561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:15:30 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.6ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:15:30 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.176979"], ["name", "some new book"], ["updated_at", "2014-09-04 01:15:30.176979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:15:30.180656"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:15:30.180656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:15:30 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:15:30.184338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.189053"], ["name", "Invasion of the Action Monster"], ["updated_at", "2014-09-04 01:15:30.189053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.190183"], ["name", "Hard Boiled Beast"], ["updated_at", "2014-09-04 01:15:30.190183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.191102"], ["name", "The Thief with a Thousand Faces"], ["updated_at", "2014-09-04 01:15:30.191102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.191783"], ["name", "The Death Identity"], ["updated_at", "2014-09-04 01:15:30.191783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.192428"], ["name", "The Red Jungle from Outer Space"], ["updated_at", "2014-09-04 01:15:30.192428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.195421"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:15:30.195421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.7ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.198943"], ["name", "892 A.D."], ["updated_at", "2014-09-04 01:15:30.198943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.200711"], ["name", "When Skye Met Stanton"], ["updated_at", "2014-09-04 01:15:30.200711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.202000"], ["name", "Action Identity"], ["updated_at", "2014-09-04 01:15:30.202000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.202756"], ["name", "The Rain from 10716 Leagues"], ["updated_at", "2014-09-04 01:15:30.202756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.203451"], ["name", "War of the Green Tears"], ["updated_at", "2014-09-04 01:15:30.203451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.208284"], ["name", "Tokyo Gypsy"], ["updated_at", "2014-09-04 01:15:30.208284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.209673"], ["name", "Blue Ninja: The Mya Strosin Story"], ["updated_at", "2014-09-04 01:15:30.209673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.210859"], ["name", "American Gypsy"], ["updated_at", "2014-09-04 01:15:30.210859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.211557"], ["name", "The Green Mutant Who Fell to Earth"], ["updated_at", "2014-09-04 01:15:30.211557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:15:30.212208"], ["name", "American Wizard"], ["updated_at", "2014-09-04 01:15:30.212208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:15:30.230688"], ["id", 1], ["name", "The World from Outer Space"], ["updated_at", "2014-09-04 01:15:30.230688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:15:30.233458"], ["id", 1], ["name", "The Forbidden Woman from Mars"], ["updated_at", "2014-09-04 01:15:30.233458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:08.704253"], ["id", 1], ["name", "Champagne Tentacle"], ["updated_at", "2014-09-04 01:17:08.704253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:08.715731"], ["id", 1], ["name", "1700 A.D."], ["updated_at", "2014-09-04 01:17:08.715731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:08.718554"], ["id", 1], ["name", "The Dangerous Brain with a Thousand Faces"], ["updated_at", "2014-09-04 01:17:08.718554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:08.721370"], ["id", 1], ["name", "I Married a Woman"], ["updated_at", "2014-09-04 01:17:08.721370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.785971"], ["name", "Killer Pickpocket"], ["updated_at", "2014-09-04 01:17:08.785971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.787196"], ["name", "I am Action Diaries"], ["updated_at", "2014-09-04 01:17:08.787196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.788651"], ["name", "The Tears from 2118 Leagues"], ["updated_at", "2014-09-04 01:17:08.788651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.789467"], ["name", "The Tears from 19357 Leagues"], ["updated_at", "2014-09-04 01:17:08.789467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.790263"], ["name", "The Hills with a Thousand Faces"], ["updated_at", "2014-09-04 01:17:08.790263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.794455"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:17:08.794455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.797913"], ["name", "Ultra Dreams"], ["updated_at", "2014-09-04 01:17:08.797913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.798909"], ["name", "The Pickpocket Who Fell to Earth"], ["updated_at", "2014-09-04 01:17:08.798909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.799796"], ["name", "Fake Rain"], ["updated_at", "2014-09-04 01:17:08.799796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.800495"], ["name", "The Tokyo Mutant from Mars"], ["updated_at", "2014-09-04 01:17:08.800495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.801217"], ["name", "Rise of the Wolf"], ["updated_at", "2014-09-04 01:17:08.801217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.816277"], ["name", "The Mutant from the Black Lagoon"], ["updated_at", "2014-09-04 01:17:08.816277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.817680"], ["name", "Danger Hills"], ["updated_at", "2014-09-04 01:17:08.817680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.818743"], ["name", "Champagne Mutant"], ["updated_at", "2014-09-04 01:17:08.818743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.819560"], ["name", "Rise of the Ultra Diaries"], ["updated_at", "2014-09-04 01:17:08.819560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.820332"], ["name", "The Mutant with a Thousand Faces"], ["updated_at", "2014-09-04 01:17:08.820332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:08.830999"], ["id", 1], ["name", "The Diaries"], ["updated_at", "2014-09-04 01:17:08.830999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:08.833462"], ["id", 1], ["name", "The Danger Cousins from Mars"], ["updated_at", "2014-09-04 01:17:08.833462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:08.845867"], ["id", 1], ["name", "Tokyo Witch"], ["updated_at", "2014-09-04 01:17:08.845867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:17:08 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:17:08 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:08.858625"], ["id", 1], ["name", "Red Rain"], ["updated_at", "2014-09-04 01:17:08.858625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:17:08 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:17:08 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:08.868692"], ["name", "some new book"], ["updated_at", "2014-09-04 01:17:08.868692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:08.872322"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:17:08.872322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:17:08 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:17:08.875940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.136372"], ["name", "The Ultra Tentacle with a Thousand Faces"], ["updated_at", "2014-09-04 01:17:41.136372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.139556"], ["name", "The Electric Wolves from Outer Space"], ["updated_at", "2014-09-04 01:17:41.139556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.141261"], ["name", "The Dangerous Ninjas from Across the Ocean"], ["updated_at", "2014-09-04 01:17:41.141261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.142386"], ["name", "Rise of the Diaries"], ["updated_at", "2014-09-04 01:17:41.142386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.144151"], ["name", "Je Vous Presente, Clarissa"], ["updated_at", "2014-09-04 01:17:41.144151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.148249"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:17:41.148249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.157891"], ["name", "Death Ninja: The Sydni Beahan Story"], ["updated_at", "2014-09-04 01:17:41.157891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.159214"], ["name", "When Julius Met Aimee"], ["updated_at", "2014-09-04 01:17:41.159214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.160172"], ["name", "The Flying Man from Mars"], ["updated_at", "2014-09-04 01:17:41.160172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.160848"], ["name", "I Married a Brain"], ["updated_at", "2014-09-04 01:17:41.160848"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.161554"], ["name", "Ultra World"], ["updated_at", "2014-09-04 01:17:41.161554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.176078"], ["name", "The Diaries Who Fell to Earth"], ["updated_at", "2014-09-04 01:17:41.176078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.177286"], ["name", "Journey of the Danger Fly"], ["updated_at", "2014-09-04 01:17:41.177286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.178248"], ["name", "War of the Mutant"], ["updated_at", "2014-09-04 01:17:41.178248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.178924"], ["name", "The Pickpocket from Mars"], ["updated_at", "2014-09-04 01:17:41.178924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.179588"], ["name", "Forbidden Brain"], ["updated_at", "2014-09-04 01:17:41.179588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:41.197476"], ["id", 1], ["name", "The Yellow Rose of Wales"], ["updated_at", "2014-09-04 01:17:41.197476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:17:41 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:17:41 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:41.210096"], ["id", 1], ["name", "Killer Beast"], ["updated_at", "2014-09-04 01:17:41.210096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:17:41 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:17:41 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:17:41.221337"], ["name", "some new book"], ["updated_at", "2014-09-04 01:17:41.221337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:41.224942"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:17:41.224942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:17:41 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:17:41.228457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:41.246281"], ["id", 1], ["name", "Rise of the Beast"], ["updated_at", "2014-09-04 01:17:41.246281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:41.249368"], ["id", 1], ["name", "Hard Boiled Diaries"], ["updated_at", "2014-09-04 01:17:41.249368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:41.251864"], ["id", 1], ["name", "Dr. Tentacle"], ["updated_at", "2014-09-04 01:17:41.251864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:41.254168"], ["id", 1], ["name", "The Champagne Women from Hell"], ["updated_at", "2014-09-04 01:17:41.254168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:41.257384"], ["id", 1], ["name", "Green Mutant"], ["updated_at", "2014-09-04 01:17:41.257384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:17:41.259811"], ["id", 1], ["name", "The Danger Demon That Came to Dinner"], ["updated_at", "2014-09-04 01:17:41.259811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:19:23.027382"], ["id", 1], ["name", "The Tears with a Thousand Faces"], ["updated_at", "2014-09-04 01:19:23.027382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:19:23.038526"], ["id", 1], ["name", "Danger Pickpocket 2: Son of Danger Pickpocket"], ["updated_at", "2014-09-04 01:19:23.038526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.107013"], ["name", "Tokyo Wolf"], ["updated_at", "2014-09-04 01:19:23.107013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.108259"], ["name", "Fake Cat"], ["updated_at", "2014-09-04 01:19:23.108259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.109969"], ["name", "Case of the Missing Blonde Rain"], ["updated_at", "2014-09-04 01:19:23.109969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.111063"], ["name", "Hard Boiled Rain"], ["updated_at", "2014-09-04 01:19:23.111063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.111773"], ["name", "The Red Brains"], ["updated_at", "2014-09-04 01:19:23.111773"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.115643"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:19:23.115643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.118736"], ["name", "Red World"], ["updated_at", "2014-09-04 01:19:23.118736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.120633"], ["name", "When Carrie Met Sienna"], ["updated_at", "2014-09-04 01:19:23.120633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.122079"], ["name", "Season of the Danger Monster"], ["updated_at", "2014-09-04 01:19:23.122079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.122767"], ["name", "The Jungle with a Thousand Faces"], ["updated_at", "2014-09-04 01:19:23.122767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.123441"], ["name", "War of the Nuclear Man"], ["updated_at", "2014-09-04 01:19:23.123441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.138526"], ["name", "The Ninjas from 15228 Leagues"], ["updated_at", "2014-09-04 01:19:23.138526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.139592"], ["name", "The Dangerous Men from Across the Ocean"], ["updated_at", "2014-09-04 01:19:23.139592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.140495"], ["name", "American Wolf"], ["updated_at", "2014-09-04 01:19:23.140495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.141163"], ["name", "Codename: Hills"], ["updated_at", "2014-09-04 01:19:23.141163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.141849"], ["name", "The Red Rose of Wales"], ["updated_at", "2014-09-04 01:19:23.141849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:19:23.154193"], ["id", 1], ["name", "When Jewel Met Ricky"], ["updated_at", "2014-09-04 01:19:23.154193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:19:23.157292"], ["id", 1], ["name", "Champagne Witch"], ["updated_at", "2014-09-04 01:19:23.157292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:19:23.159452"], ["id", 1], ["name", "The Thief That Came to Dinner"], ["updated_at", "2014-09-04 01:19:23.159452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:19:23.162034"], ["id", 1], ["name", "The Blonde Man from Across the Ocean"], ["updated_at", "2014-09-04 01:19:23.162034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:19:23.167647"], ["id", 1], ["name", "Legend of Diaries"], ["updated_at", "2014-09-04 01:19:23.167647"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:19:23 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:19:23 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:19:23.180537"], ["id", 1], ["name", "The Clash from Across the Ocean"], ["updated_at", "2014-09-04 01:19:23.180537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:19:23 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:19:23 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:19:23.190972"], ["name", "some new book"], ["updated_at", "2014-09-04 01:19:23.190972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:19:23.194722"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:19:23.194722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:19:23 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:19:23.198227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.633258"], ["name", "Green Wolf: The America Hodkiewicz Story"], ["updated_at", "2014-09-04 01:20:10.633258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.636952"], ["name", "Nuclear Pickpocket"], ["updated_at", "2014-09-04 01:20:10.636952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.639199"], ["name", "Champagne Tears: The Melody Shields Story"], ["updated_at", "2014-09-04 01:20:10.639199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.641057"], ["name", "War of the Tears"], ["updated_at", "2014-09-04 01:20:10.641057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.642859"], ["name", "The Flying Brain from Hell"], ["updated_at", "2014-09-04 01:20:10.642859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.648874"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:20:10.648874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 3ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.659977"], ["name", "The World from Hell"], ["updated_at", "2014-09-04 01:20:10.659977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.661816"], ["name", "The Wolves from Across the Ocean"], ["updated_at", "2014-09-04 01:20:10.661816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.663853"], ["name", "The Friday from Renton West"], ["updated_at", "2014-09-04 01:20:10.663853"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.665862"], ["name", "Return of the Electric Clash"], ["updated_at", "2014-09-04 01:20:10.665862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.667140"], ["name", "The Blonde City from Mars"], ["updated_at", "2014-09-04 01:20:10.667140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.686723"], ["name", "The Action Gypsy from the Black Lagoon"], ["updated_at", "2014-09-04 01:20:10.686723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.688393"], ["name", "Return of the Green Wolf"], ["updated_at", "2014-09-04 01:20:10.688393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.689383"], ["name", "The Witch from 19689 Leagues"], ["updated_at", "2014-09-04 01:20:10.689383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.690235"], ["name", "Champagne Men"], ["updated_at", "2014-09-04 01:20:10.690235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.690955"], ["name", "Je Vous Presente, Mark"], ["updated_at", "2014-09-04 01:20:10.690955"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:20:10.720929"], ["id", 1], ["name", "Hard Boiled Demon"], ["updated_at", "2014-09-04 01:20:10.720929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:20:10 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:20:10 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:20:10.734278"], ["id", 1], ["name", "The Forbidden Man from Hell"], ["updated_at", "2014-09-04 01:20:10.734278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:20:10 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:20:10 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:20:10.746416"], ["name", "some new book"], ["updated_at", "2014-09-04 01:20:10.746416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:20:10.750574"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:20:10.750574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:20:10 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:20:10.755938"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:20:10.762152"], ["id", 1], ["name", "2268 A.D."], ["updated_at", "2014-09-04 01:20:10.762152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:20:10.765959"], ["id", 1], ["name", "Curse of the Forbidden Dreams"], ["updated_at", "2014-09-04 01:20:10.765959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:20:10.769473"], ["id", 1], ["name", "Bloody Beast"], ["updated_at", "2014-09-04 01:20:10.769473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:20:10.773711"], ["id", 1], ["name", "Return of the Death Clash"], ["updated_at", "2014-09-04 01:20:10.773711"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:20:10.778476"], ["id", 1], ["name", "Hard Boiled Pickpocket"], ["updated_at", "2014-09-04 01:20:10.778476"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:20:10.782216"], ["id", 1], ["name", "War of the Dreams"], ["updated_at", "2014-09-04 01:20:10.782216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:22:55.578469"], ["id", 1], ["name", "The Woman from Hell"], ["updated_at", "2014-09-04 01:22:55.578469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:22:55.589062"], ["id", 1], ["name", "Curse of the Identity"], ["updated_at", "2014-09-04 01:22:55.589062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:22:55.600312"], ["id", 1], ["name", "The Fly Without a World"], ["updated_at", "2014-09-04 01:22:55.600312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:22:55.603086"], ["id", 1], ["name", "The Blue Ninja with a Thousand Faces"], ["updated_at", "2014-09-04 01:22:55.603086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:22:55.605877"], ["id", 1], ["name", "Dangerous Witch"], ["updated_at", "2014-09-04 01:22:55.605877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:22:55.607979"], ["id", 1], ["name", "Journey of the Cousins"], ["updated_at", "2014-09-04 01:22:55.607979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.672538"], ["name", "The Diaries from the Black Lagoon"], ["updated_at", "2014-09-04 01:22:55.672538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.673864"], ["name", "Legend of Thief"], ["updated_at", "2014-09-04 01:22:55.673864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.675554"], ["name", "Flying Ninja"], ["updated_at", "2014-09-04 01:22:55.675554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.676350"], ["name", "Green Dreams"], ["updated_at", "2014-09-04 01:22:55.676350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.677034"], ["name", "Blue Wolves"], ["updated_at", "2014-09-04 01:22:55.677034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.681233"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:22:55.681233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.684596"], ["name", "The Cat from the Black Lagoon"], ["updated_at", "2014-09-04 01:22:55.684596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.685564"], ["name", "Blue Mutant"], ["updated_at", "2014-09-04 01:22:55.685564"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.687248"], ["name", "When Maximillian Met Xavier"], ["updated_at", "2014-09-04 01:22:55.687248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.688308"], ["name", "Journey of the Friday"], ["updated_at", "2014-09-04 01:22:55.688308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.689067"], ["name", "I am Beast"], ["updated_at", "2014-09-04 01:22:55.689067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.703680"], ["name", "Ultra Beast"], ["updated_at", "2014-09-04 01:22:55.703680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.705214"], ["name", "Christmas on Price Estates"], ["updated_at", "2014-09-04 01:22:55.705214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.706538"], ["name", "American Dreams"], ["updated_at", "2014-09-04 01:22:55.706538"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.707250"], ["name", "Dr. Fly"], ["updated_at", "2014-09-04 01:22:55.707250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.707893"], ["name", "Killer Man"], ["updated_at", "2014-09-04 01:22:55.707893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:22:55.714806"], ["id", 1], ["name", "The Hungry Fly from Outer Space"], ["updated_at", "2014-09-04 01:22:55.714806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:22:55 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:22:55 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:22:55.727483"], ["id", 1], ["name", "The Flying Women from Across the Ocean"], ["updated_at", "2014-09-04 01:22:55.727483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:22:55 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:22:55 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:22:55.738268"], ["name", "some new book"], ["updated_at", "2014-09-04 01:22:55.738268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:22:55.741601"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:22:55.741601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:22:55 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:22:55.744975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:12.559146"], ["id", 1], ["name", "The White Rose of Northern Ireland"], ["updated_at", "2014-09-04 01:24:12.559146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:12.569542"], ["id", 1], ["name", "Demon 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:24:12.569542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:12.572870"], ["id", 1], ["name", "Journey of the Tokyo Jungle"], ["updated_at", "2014-09-04 01:24:12.572870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:24:12 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:24:12 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:12.657096"], ["id", 1], ["name", "Day of the Demon"], ["updated_at", "2014-09-04 01:24:12.657096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:24:12 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:24:12 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.668236"], ["name", "some new book"], ["updated_at", "2014-09-04 01:24:12.668236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:12.671778"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:24:12.671778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:24:12 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:24:12.675032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.689640"], ["name", "The American Demon That Came to Dinner"], ["updated_at", "2014-09-04 01:24:12.689640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.690982"], ["name", "Ultra Brain"], ["updated_at", "2014-09-04 01:24:12.690982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.692738"], ["name", "When Johan Met Makayla"], ["updated_at", "2014-09-04 01:24:12.692738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.693867"], ["name", "The Killer Blow from Across the Ocean"], ["updated_at", "2014-09-04 01:24:12.693867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.694606"], ["name", "I am Men"], ["updated_at", "2014-09-04 01:24:12.694606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.698089"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:24:12.698089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.701572"], ["name", "The Green Clash with a Thousand Faces"], ["updated_at", "2014-09-04 01:24:12.701572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.702729"], ["name", "Blonde Diaries"], ["updated_at", "2014-09-04 01:24:12.702729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.703857"], ["name", "When Abby Met Manuela"], ["updated_at", "2014-09-04 01:24:12.703857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.704702"], ["name", "Nuclear Blow"], ["updated_at", "2014-09-04 01:24:12.704702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.705483"], ["name", "I Married a Ninja"], ["updated_at", "2014-09-04 01:24:12.705483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.710760"], ["name", "The Wolves Who Fell to Earth"], ["updated_at", "2014-09-04 01:24:12.710760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.712246"], ["name", "Death Blow"], ["updated_at", "2014-09-04 01:24:12.712246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.713361"], ["name", "Red Mutant"], ["updated_at", "2014-09-04 01:24:12.713361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.714510"], ["name", "The World from the Black Lagoon"], ["updated_at", "2014-09-04 01:24:12.714510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:12.715589"], ["name", "When Montana Met Paolo"], ["updated_at", "2014-09-04 01:24:12.715589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:12.722206"], ["id", 1], ["name", "Nuclear World"], ["updated_at", "2014-09-04 01:24:12.722206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:12.724539"], ["id", 1], ["name", "The World from Hell"], ["updated_at", "2014-09-04 01:24:12.724539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:12.727177"], ["id", 1], ["name", "The Witch with a Thousand Faces"], ["updated_at", "2014-09-04 01:24:12.727177"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:12.729373"], ["id", 1], ["name", "Killer Tears"], ["updated_at", "2014-09-04 01:24:12.729373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:32.134319"], ["id", 1], ["name", "The Brain with a Thousand Faces"], ["updated_at", "2014-09-04 01:24:32.134319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:32.144555"], ["id", 1], ["name", "Day of the Monster"], ["updated_at", "2014-09-04 01:24:32.144555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:32.150153"], ["id", 1], ["name", "Dangerous Brain: The Margarette Franecki Story"], ["updated_at", "2014-09-04 01:24:32.150153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:24:32 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:24:32 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:32.234394"], ["id", 1], ["name", "Je Vous Presente, Francis"], ["updated_at", "2014-09-04 01:24:32.234394"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:24:32 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:24:32 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.245659"], ["name", "some new book"], ["updated_at", "2014-09-04 01:24:32.245659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:32.249325"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:24:32.249325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:24:32 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:24:32.252620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.264605"], ["name", "Rise of the Diaries"], ["updated_at", "2014-09-04 01:24:32.264605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.266311"], ["name", "Dr. Wolf"], ["updated_at", "2014-09-04 01:24:32.266311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.267290"], ["name", "The Mutant Who Fell to Earth"], ["updated_at", "2014-09-04 01:24:32.267290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.267979"], ["name", "The Demon from Across the Ocean"], ["updated_at", "2014-09-04 01:24:32.267979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.268651"], ["name", "Blue Cat"], ["updated_at", "2014-09-04 01:24:32.268651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.271876"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:24:32.271876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.274983"], ["name", "The Wizard Without a Brain"], ["updated_at", "2014-09-04 01:24:32.274983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.275915"], ["name", "Ultra Wolf"], ["updated_at", "2014-09-04 01:24:32.275915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.276947"], ["name", "The Action Diaries from Hell"], ["updated_at", "2014-09-04 01:24:32.276947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.277639"], ["name", "The Beast from Across the Ocean"], ["updated_at", "2014-09-04 01:24:32.277639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.278325"], ["name", "I Married a Forbidden Dreams"], ["updated_at", "2014-09-04 01:24:32.278325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.282908"], ["name", "The Wizard from Outer Space"], ["updated_at", "2014-09-04 01:24:32.282908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.284025"], ["name", "The World from the Black Lagoon"], ["updated_at", "2014-09-04 01:24:32.284025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.284972"], ["name", "The Tokyo Man Who Fell to Earth"], ["updated_at", "2014-09-04 01:24:32.284972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.285655"], ["name", "Invasion of the Red Wizard"], ["updated_at", "2014-09-04 01:24:32.285655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:32.286308"], ["name", "Killer Cousins"], ["updated_at", "2014-09-04 01:24:32.286308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:32.291753"], ["id", 1], ["name", "The Witch Without a Friday"], ["updated_at", "2014-09-04 01:24:32.291753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:32.294192"], ["id", 1], ["name", "Blonde Monster"], ["updated_at", "2014-09-04 01:24:32.294192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:32.296337"], ["id", 1], ["name", "The Ninja Without a Pickpocket"], ["updated_at", "2014-09-04 01:24:32.296337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:32.298730"], ["id", 1], ["name", "Je Vous Presente, Trenton"], ["updated_at", "2014-09-04 01:24:32.298730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.612702"], ["name", "The Green Witch from Hell"], ["updated_at", "2014-09-04 01:24:40.612702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.616095"], ["name", "Rise of the Wolf"], ["updated_at", "2014-09-04 01:24:40.616095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.617927"], ["name", "The Wizard"], ["updated_at", "2014-09-04 01:24:40.617927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.618646"], ["name", "Case of the Missing Jungle"], ["updated_at", "2014-09-04 01:24:40.618646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.619319"], ["name", "Dr. Mutant"], ["updated_at", "2014-09-04 01:24:40.619319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.623552"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:24:40.623552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.633537"], ["name", "Green Friday"], ["updated_at", "2014-09-04 01:24:40.633537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.634934"], ["name", "Legend of Bloody Witch"], ["updated_at", "2014-09-04 01:24:40.634934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.635933"], ["name", "Rise of the Dreams"], ["updated_at", "2014-09-04 01:24:40.635933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.636659"], ["name", "I Married a Dangerous Cousins"], ["updated_at", "2014-09-04 01:24:40.636659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.637332"], ["name", "Dr. Identity"], ["updated_at", "2014-09-04 01:24:40.637332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.652065"], ["name", "Journey of the Bloody Women"], ["updated_at", "2014-09-04 01:24:40.652065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.653255"], ["name", "Dangerous Woman"], ["updated_at", "2014-09-04 01:24:40.653255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.654220"], ["name", "The Man with a Thousand Faces"], ["updated_at", "2014-09-04 01:24:40.654220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.654928"], ["name", "Curse of the Brains"], ["updated_at", "2014-09-04 01:24:40.654928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.655591"], ["name", "Death Jungle"], ["updated_at", "2014-09-04 01:24:40.655591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:40.664271"], ["id", 1], ["name", "Danger Clash"], ["updated_at", "2014-09-04 01:24:40.664271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:24:40 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:24:40 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:40.676505"], ["id", 1], ["name", "Ultra Ninja"], ["updated_at", "2014-09-04 01:24:40.676505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:24:40 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:24:40 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:40.687219"], ["name", "some new book"], ["updated_at", "2014-09-04 01:24:40.687219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:40.690776"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:24:40.690776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:24:40 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:24:40.694061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:40.717314"], ["id", 1], ["name", "A Fistful of Bloody World"], ["updated_at", "2014-09-04 01:24:40.717314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:40.720522"], ["id", 1], ["name", "Christmas on Gracie Extension"], ["updated_at", "2014-09-04 01:24:40.720522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:40.726132"], ["id", 1], ["name", "Case of the Missing Electric Ninjas"], ["updated_at", "2014-09-04 01:24:40.726132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:40.728919"], ["id", 1], ["name", "343 A.D."], ["updated_at", "2014-09-04 01:24:40.728919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:40.731502"], ["id", 1], ["name", "Je Vous Presente, Warren"], ["updated_at", "2014-09-04 01:24:40.731502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:40.734122"], ["id", 1], ["name", "The World That Came to Dinner"], ["updated_at", "2014-09-04 01:24:40.734122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:46.287471"], ["id", 1], ["name", "The Cat from phoenix"], ["updated_at", "2014-09-04 01:24:46.287471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:46.298833"], ["id", 1], ["name", "The Beast That Came to Dinner"], ["updated_at", "2014-09-04 01:24:46.298833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:46.301925"], ["id", 1], ["name", "Journey of the Thief"], ["updated_at", "2014-09-04 01:24:46.301925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:46.306383"], ["id", 1], ["name", "When Jewell Met Linwood"], ["updated_at", "2014-09-04 01:24:46.306383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:46.311657"], ["id", 1], ["name", "Tokyo Thief 2: Son of Tokyo Thief"], ["updated_at", "2014-09-04 01:24:46.311657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:24:46 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:24:46 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:46.398377"], ["id", 1], ["name", "Red Men"], ["updated_at", "2014-09-04 01:24:46.398377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:24:46 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:24:46 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.409834"], ["name", "some new book"], ["updated_at", "2014-09-04 01:24:46.409834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:46.413300"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:24:46.413300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:24:46 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:24:46.416524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.421435"], ["name", "War of the Hungry Women"], ["updated_at", "2014-09-04 01:24:46.421435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.422567"], ["name", "2707 A.D."], ["updated_at", "2014-09-04 01:24:46.422567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.423549"], ["name", "The Red Blow from Hell"], ["updated_at", "2014-09-04 01:24:46.423549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.424285"], ["name", "Electric Pickpocket"], ["updated_at", "2014-09-04 01:24:46.424285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.425015"], ["name", "Day of the Men"], ["updated_at", "2014-09-04 01:24:46.425015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.428036"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:24:46.428036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.431014"], ["name", "The Wolf from Jupiter South/Abacoa"], ["updated_at", "2014-09-04 01:24:46.431014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.431949"], ["name", "Ultra Man"], ["updated_at", "2014-09-04 01:24:46.431949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.432888"], ["name", "The Rain from Across the Ocean"], ["updated_at", "2014-09-04 01:24:46.432888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.433598"], ["name", "The Green Gypsy Who Fell to Earth"], ["updated_at", "2014-09-04 01:24:46.433598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.434275"], ["name", "When Liam Met Kristoffer"], ["updated_at", "2014-09-04 01:24:46.434275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.438658"], ["name", "I Married a Action Men"], ["updated_at", "2014-09-04 01:24:46.438658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.439692"], ["name", "Danger Women"], ["updated_at", "2014-09-04 01:24:46.439692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.440714"], ["name", "The Ninja from Outer Space"], ["updated_at", "2014-09-04 01:24:46.440714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.441426"], ["name", "The Woman That Came to Dinner"], ["updated_at", "2014-09-04 01:24:46.441426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:46.442144"], ["name", "Case of the Missing Diaries"], ["updated_at", "2014-09-04 01:24:46.442144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:46.449184"], ["id", 1], ["name", "Blonde Tentacle"], ["updated_at", "2014-09-04 01:24:46.449184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:46.451887"], ["id", 1], ["name", "Christmas on Cartwright Overpass"], ["updated_at", "2014-09-04 01:24:46.451887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:51.112202"], ["id", 1], ["name", "The Beast from Outer Space"], ["updated_at", "2014-09-04 01:24:51.112202"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:51.116501"], ["id", 1], ["name", "I am Hills"], ["updated_at", "2014-09-04 01:24:51.116501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:51.119173"], ["id", 1], ["name", "Time of the Flying Witch"], ["updated_at", "2014-09-04 01:24:51.119173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:51.121971"], ["id", 1], ["name", "Season of the Red Diaries"], ["updated_at", "2014-09-04 01:24:51.121971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:51.125175"], ["id", 1], ["name", "The Action Diaries Who Fell to Earth"], ["updated_at", "2014-09-04 01:24:51.125175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:24:51 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:24:51 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:51.209805"], ["id", 1], ["name", "Champagne Ninjas: The Opal Krajcik Story"], ["updated_at", "2014-09-04 01:24:51.209805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:24:51 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:24:51 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.220957"], ["name", "some new book"], ["updated_at", "2014-09-04 01:24:51.220957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:51.224727"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:24:51.224727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:24:51 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:24:51.228353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:51.233772"], ["id", 1], ["name", "Je Vous Presente, Orion"], ["updated_at", "2014-09-04 01:24:51.233772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:24:51.236105"], ["id", 1], ["name", "Blue Identity"], ["updated_at", "2014-09-04 01:24:51.236105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.249575"], ["name", "Return of the Tears"], ["updated_at", "2014-09-04 01:24:51.249575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.250828"], ["name", "The Friday That Came to Dinner"], ["updated_at", "2014-09-04 01:24:51.250828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.251795"], ["name", "Red Woman"], ["updated_at", "2014-09-04 01:24:51.251795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.252509"], ["name", "The Bloody Thief Who Fell to Earth"], ["updated_at", "2014-09-04 01:24:51.252509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.253168"], ["name", "Legend of Fake Blow"], ["updated_at", "2014-09-04 01:24:51.253168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.256441"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:24:51.256441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.259964"], ["name", "Journey of the Fake Dreams"], ["updated_at", "2014-09-04 01:24:51.259964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.260893"], ["name", "Bloody Thief 2: Son of Bloody Thief"], ["updated_at", "2014-09-04 01:24:51.260893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.261774"], ["name", "The Death Identity That Came to Dinner"], ["updated_at", "2014-09-04 01:24:51.261774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.262423"], ["name", "The Nuclear City with a Thousand Faces"], ["updated_at", "2014-09-04 01:24:51.262423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.263342"], ["name", "The Brain from Mott Haven/Port Morris"], ["updated_at", "2014-09-04 01:24:51.263342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.267944"], ["name", "Rise of the Death Mutant"], ["updated_at", "2014-09-04 01:24:51.267944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.268926"], ["name", "The Identity Without a Witch"], ["updated_at", "2014-09-04 01:24:51.268926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.269818"], ["name", "Forbidden Monster"], ["updated_at", "2014-09-04 01:24:51.269818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.270479"], ["name", "Forbidden Wizard"], ["updated_at", "2014-09-04 01:24:51.270479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:24:51.271121"], ["name", "1957 A.D."], ["updated_at", "2014-09-04 01:24:51.271121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.326147"], ["name", "Fake Wolf"], ["updated_at", "2014-09-04 01:25:20.326147"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.329248"], ["name", "Tokyo Mutant"], ["updated_at", "2014-09-04 01:25:20.329248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.331117"], ["name", "The Identity from Sagaponack Seaside"], ["updated_at", "2014-09-04 01:25:20.331117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.332159"], ["name", "Electric Hills"], ["updated_at", "2014-09-04 01:25:20.332159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.333210"], ["name", "The Hills"], ["updated_at", "2014-09-04 01:25:20.333210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.337583"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:25:20.337583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.347617"], ["name", "When Lilyan Met Otho"], ["updated_at", "2014-09-04 01:25:20.347617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.348846"], ["name", "The Red Woman from Hell"], ["updated_at", "2014-09-04 01:25:20.348846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.349743"], ["name", "Killer Demon"], ["updated_at", "2014-09-04 01:25:20.349743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.350420"], ["name", "The Gypsy Who Fell to Earth"], ["updated_at", "2014-09-04 01:25:20.350420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.351078"], ["name", "The Ultra Woman from Outer Space"], ["updated_at", "2014-09-04 01:25:20.351078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.365596"], ["name", "Flying City"], ["updated_at", "2014-09-04 01:25:20.365596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.366803"], ["name", "Champagne Ninja"], ["updated_at", "2014-09-04 01:25:20.366803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.367784"], ["name", "The Jungle from the Black Lagoon"], ["updated_at", "2014-09-04 01:25:20.367784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.368480"], ["name", "Killer Wolf"], ["updated_at", "2014-09-04 01:25:20.368480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.369125"], ["name", "The Nuclear Dreams from Across the Ocean"], ["updated_at", "2014-09-04 01:25:20.369125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:25:20.379888"], ["id", 1], ["name", "Time of the Electric Wizard"], ["updated_at", "2014-09-04 01:25:20.379888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:25:20.382753"], ["id", 1], ["name", "Legend of Blonde Woman"], ["updated_at", "2014-09-04 01:25:20.382753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:25:20.397537"], ["id", 1], ["name", "The Blue Clash from Outer Space"], ["updated_at", "2014-09-04 01:25:20.397537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:25:20.400157"], ["id", 1], ["name", "Action Ninjas"], ["updated_at", "2014-09-04 01:25:20.400157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:25:20.402939"], ["id", 1], ["name", "American Ninjas"], ["updated_at", "2014-09-04 01:25:20.402939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:25:20.405164"], ["id", 1], ["name", "Dr. Wizard"], ["updated_at", "2014-09-04 01:25:20.405164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:25:20.411102"], ["id", 1], ["name", "Christmas on Bergnaum Greens"], ["updated_at", "2014-09-04 01:25:20.411102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:25:20 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:25:20 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:25:20.422861"], ["id", 1], ["name", "Champagne Dreams"], ["updated_at", "2014-09-04 01:25:20.422861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:25:20 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:25:20 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:25:20.433490"], ["name", "some new book"], ["updated_at", "2014-09-04 01:25:20.433490"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:25:20.437199"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:25:20.437199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:25:20 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:25:20.440659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:29.889389"], ["id", 1], ["name", "The Blonde Thief with a Thousand Faces"], ["updated_at", "2014-09-04 01:26:29.889389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:29.901672"], ["id", 1], ["name", "Fake Women"], ["updated_at", "2014-09-04 01:26:29.901672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:29.986359"], ["name", "Red Beast"], ["updated_at", "2014-09-04 01:26:29.986359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:29.987820"], ["name", "The Fly That Came to Dinner"], ["updated_at", "2014-09-04 01:26:29.987820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:29.990041"], ["name", "Invasion of the Fake Tentacle"], ["updated_at", "2014-09-04 01:26:29.990041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:29.991381"], ["name", "The Witch from Across the Ocean"], ["updated_at", "2014-09-04 01:26:29.991381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:29.992495"], ["name", "Killer Rain"], ["updated_at", "2014-09-04 01:26:29.992495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:29.996878"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:26:29.996878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.001399"], ["name", "Blue Rain"], ["updated_at", "2014-09-04 01:26:30.001399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.002420"], ["name", "A Fistful of Diaries"], ["updated_at", "2014-09-04 01:26:30.002420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.003383"], ["name", "The Ultra Witch from Across the Ocean"], ["updated_at", "2014-09-04 01:26:30.003383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.004605"], ["name", "The Blue Wizard from the Black Lagoon"], ["updated_at", "2014-09-04 01:26:30.004605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.005457"], ["name", "Electric Clash"], ["updated_at", "2014-09-04 01:26:30.005457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.027053"], ["name", "Christmas on Delores Ford"], ["updated_at", "2014-09-04 01:26:30.027053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.029185"], ["name", "The Demon from Mars"], ["updated_at", "2014-09-04 01:26:30.029185"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.030578"], ["name", "Diaries 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:26:30.030578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.031418"], ["name", "The Gypsy from Outer Space"], ["updated_at", "2014-09-04 01:26:30.031418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.032180"], ["name", "Invasion of the Fake Jungle"], ["updated_at", "2014-09-04 01:26:30.032180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:30.059357"], ["id", 1], ["name", "The Diaries from Outer Space"], ["updated_at", "2014-09-04 01:26:30.059357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:26:30 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:26:30 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:30.072442"], ["id", 1], ["name", "Return of the Wolf"], ["updated_at", "2014-09-04 01:26:30.072442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:26:30 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:26:30 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:30.083718"], ["name", "some new book"], ["updated_at", "2014-09-04 01:26:30.083718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:30.087896"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:26:30.087896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:26:30 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:26:30.091800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:30.099729"], ["id", 1], ["name", "The Monster from Across the Ocean"], ["updated_at", "2014-09-04 01:26:30.099729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:30.102308"], ["id", 1], ["name", "The Champagne Clash from Outer Space"], ["updated_at", "2014-09-04 01:26:30.102308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:30.105040"], ["id", 1], ["name", "Time of the Tears"], ["updated_at", "2014-09-04 01:26:30.105040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:30.107671"], ["id", 1], ["name", "The Tokyo Rain with a Thousand Faces"], ["updated_at", "2014-09-04 01:26:30.107671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:34.700216"], ["id", 1], ["name", "The Fake Monster from Mars"], ["updated_at", "2014-09-04 01:26:34.700216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:34.710636"], ["id", 1], ["name", "War of the Fake Mutant"], ["updated_at", "2014-09-04 01:26:34.710636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:34.713383"], ["id", 1], ["name", "Dr. Tentacle"], ["updated_at", "2014-09-04 01:26:34.713383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:34.716628"], ["id", 1], ["name", "The Blue Hills from Hell"], ["updated_at", "2014-09-04 01:26:34.716628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:34.719723"], ["id", 1], ["name", "A Fistful of Danger Pickpocket"], ["updated_at", "2014-09-04 01:26:34.719723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:26:34 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:26:34 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:34.803551"], ["id", 1], ["name", "I Married a Diaries"], ["updated_at", "2014-09-04 01:26:34.803551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:26:34 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:26:34 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.815857"], ["name", "some new book"], ["updated_at", "2014-09-04 01:26:34.815857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:34.819666"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:26:34.819666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:26:34 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:26:34.823527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.833513"], ["name", "Bloody World 2: Son of Bloody World"], ["updated_at", "2014-09-04 01:26:34.833513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.834786"], ["name", "Women 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:26:34.834786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.835663"], ["name", "Death Wolf"], ["updated_at", "2014-09-04 01:26:34.835663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.836337"], ["name", "The Witch with a Thousand Faces"], ["updated_at", "2014-09-04 01:26:34.836337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.836982"], ["name", "Blue Tears"], ["updated_at", "2014-09-04 01:26:34.836982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.839958"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:26:34.839958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.842974"], ["name", "The Death Monster with a Thousand Faces"], ["updated_at", "2014-09-04 01:26:34.842974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.843847"], ["name", "The Nuclear Man from the Black Lagoon"], ["updated_at", "2014-09-04 01:26:34.843847"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.845563"], ["name", "Champagne Diaries: The Reed Purdy Story"], ["updated_at", "2014-09-04 01:26:34.845563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.846508"], ["name", "The Fake Woman from the Black Lagoon"], ["updated_at", "2014-09-04 01:26:34.846508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.847188"], ["name", "Codename: Diaries"], ["updated_at", "2014-09-04 01:26:34.847188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.852930"], ["name", "I am Witch"], ["updated_at", "2014-09-04 01:26:34.852930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.854055"], ["name", "Blonde Brains: The Ashley Crist Story"], ["updated_at", "2014-09-04 01:26:34.854055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.854948"], ["name", "Flying Ninjas"], ["updated_at", "2014-09-04 01:26:34.854948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.855654"], ["name", "The Demon from the Black Lagoon"], ["updated_at", "2014-09-04 01:26:34.855654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:34.856332"], ["name", "Bloody Brains"], ["updated_at", "2014-09-04 01:26:34.856332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:34.862251"], ["id", 1], ["name", "Death Hills"], ["updated_at", "2014-09-04 01:26:34.862251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:34.864655"], ["id", 1], ["name", "Season of the Bloody Identity"], ["updated_at", "2014-09-04 01:26:34.864655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.436908"], ["name", "Invasion of the Flying Cousins"], ["updated_at", "2014-09-04 01:26:44.436908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.440717"], ["name", "Je Vous Presente, Tanya"], ["updated_at", "2014-09-04 01:26:44.440717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.443077"], ["name", "The Red Clash"], ["updated_at", "2014-09-04 01:26:44.443077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.444297"], ["name", "Season of the Brains"], ["updated_at", "2014-09-04 01:26:44.444297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.445395"], ["name", "The Tears from the Black Lagoon"], ["updated_at", "2014-09-04 01:26:44.445395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.449471"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:26:44.449471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.458919"], ["name", "I Married a Red Ninja"], ["updated_at", "2014-09-04 01:26:44.458919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.459925"], ["name", "Nuclear Fly"], ["updated_at", "2014-09-04 01:26:44.459925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.460792"], ["name", "The Jungle That Came to Dinner"], ["updated_at", "2014-09-04 01:26:44.460792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.461458"], ["name", "Bloody Wizard"], ["updated_at", "2014-09-04 01:26:44.461458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.462140"], ["name", "A Fistful of Wolf"], ["updated_at", "2014-09-04 01:26:44.462140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.476565"], ["name", "Fake Women"], ["updated_at", "2014-09-04 01:26:44.476565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.477656"], ["name", "Action Gypsy"], ["updated_at", "2014-09-04 01:26:44.477656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.478561"], ["name", "Journey of the Monster"], ["updated_at", "2014-09-04 01:26:44.478561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.479249"], ["name", "The American Jungle from Across the Ocean"], ["updated_at", "2014-09-04 01:26:44.479249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.479918"], ["name", "Flying Witch"], ["updated_at", "2014-09-04 01:26:44.479918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:44.487066"], ["id", 1], ["name", "Dangerous Mutant"], ["updated_at", "2014-09-04 01:26:44.487066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:44.489749"], ["id", 1], ["name", "The Champagne Fly with a Thousand Faces"], ["updated_at", "2014-09-04 01:26:44.489749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:44.492201"], ["id", 1], ["name", "The Cousins from Hell"], ["updated_at", "2014-09-04 01:26:44.492201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:44.494639"], ["id", 1], ["name", "Hungry Ninja"], ["updated_at", "2014-09-04 01:26:44.494639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:44.499344"], ["id", 1], ["name", "A Fistful of Ultra Clash"], ["updated_at", "2014-09-04 01:26:44.499344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:44.501646"], ["id", 1], ["name", "The Hills from Mars"], ["updated_at", "2014-09-04 01:26:44.501646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:44.526784"], ["id", 1], ["name", "Dr. Monster"], ["updated_at", "2014-09-04 01:26:44.526784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:26:44 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:26:44 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:44.539071"], ["id", 1], ["name", "Invasion of the Flying Tears"], ["updated_at", "2014-09-04 01:26:44.539071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:26:44 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:26:44 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:44.549712"], ["name", "some new book"], ["updated_at", "2014-09-04 01:26:44.549712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:44.553198"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:26:44.553198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:26:44 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:26:44.556735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:50.105833"], ["id", 1], ["name", "I am Tokyo World"], ["updated_at", "2014-09-04 01:26:50.105833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:26:50 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)  (6.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:26:50 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:50.196874"], ["id", 1], ["name", "Ultra Diaries"], ["updated_at", "2014-09-04 01:26:50.196874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:26:50 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:26:50 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.208229"], ["name", "some new book"], ["updated_at", "2014-09-04 01:26:50.208229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:50.211644"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:26:50.211644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:26:50 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:26:50.214898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:50.221611"], ["id", 1], ["name", "Time of the Electric Cousins"], ["updated_at", "2014-09-04 01:26:50.221611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:50.224121"], ["id", 1], ["name", "Blue Cat"], ["updated_at", "2014-09-04 01:26:50.224121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:50.229944"], ["id", 1], ["name", "The Black Rose of Northern Ireland"], ["updated_at", "2014-09-04 01:26:50.229944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:50.232839"], ["id", 1], ["name", "Killer Wolves"], ["updated_at", "2014-09-04 01:26:50.232839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:50.234995"], ["id", 1], ["name", "Blonde Ninjas"], ["updated_at", "2014-09-04 01:26:50.234995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:50.237101"], ["id", 1], ["name", "War of the Death Pickpocket"], ["updated_at", "2014-09-04 01:26:50.237101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.251802"], ["name", "Nuclear Witch"], ["updated_at", "2014-09-04 01:26:50.251802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.253047"], ["name", "Invasion of the Diaries"], ["updated_at", "2014-09-04 01:26:50.253047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.253920"], ["name", "The Clash Without a Hills"], ["updated_at", "2014-09-04 01:26:50.253920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.254559"], ["name", "Electric Witch"], ["updated_at", "2014-09-04 01:26:50.254559"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.255240"], ["name", "Ultra Rain"], ["updated_at", "2014-09-04 01:26:50.255240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.258316"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:26:50.258316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.261333"], ["name", "Killer Clash"], ["updated_at", "2014-09-04 01:26:50.261333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.262227"], ["name", "Bloody Fly"], ["updated_at", "2014-09-04 01:26:50.262227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.263092"], ["name", "The Hungry Women from Hell"], ["updated_at", "2014-09-04 01:26:50.263092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.263796"], ["name", "The Danger Witch from the Black Lagoon"], ["updated_at", "2014-09-04 01:26:50.263796"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.264506"], ["name", "A Fistful of Monster"], ["updated_at", "2014-09-04 01:26:50.264506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.269169"], ["name", "Nuclear World"], ["updated_at", "2014-09-04 01:26:50.269169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.270219"], ["name", "The Women from 11307 Leagues"], ["updated_at", "2014-09-04 01:26:50.270219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.271079"], ["name", "The Green Tentacle Who Fell to Earth"], ["updated_at", "2014-09-04 01:26:50.271079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.271756"], ["name", "Return of the Hills"], ["updated_at", "2014-09-04 01:26:50.271756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:50.272414"], ["name", "Hard Boiled Dreams"], ["updated_at", "2014-09-04 01:26:50.272414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:58.804895"], ["id", 1], ["name", "Dr. Identity"], ["updated_at", "2014-09-04 01:26:58.804895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:58.815769"], ["id", 1], ["name", "The Blue Wolf with a Thousand Faces"], ["updated_at", "2014-09-04 01:26:58.815769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:58.818464"], ["id", 1], ["name", "Dr. World"], ["updated_at", "2014-09-04 01:26:58.818464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:58.821026"], ["id", 1], ["name", "Legend of Monster"], ["updated_at", "2014-09-04 01:26:58.821026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.882982"], ["name", "Bloody Mutant"], ["updated_at", "2014-09-04 01:26:58.882982"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.884207"], ["name", "Green Diaries"], ["updated_at", "2014-09-04 01:26:58.884207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.885693"], ["name", "Action Man"], ["updated_at", "2014-09-04 01:26:58.885693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.886466"], ["name", "The Fly from Mars"], ["updated_at", "2014-09-04 01:26:58.886466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.887141"], ["name", "Nuclear Clash"], ["updated_at", "2014-09-04 01:26:58.887141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.891013"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:26:58.891013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.894211"], ["name", "Curse of the Man"], ["updated_at", "2014-09-04 01:26:58.894211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.895349"], ["name", "The Hills from the Black Lagoon"], ["updated_at", "2014-09-04 01:26:58.895349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.896285"], ["name", "The Killer Beast That Came to Dinner"], ["updated_at", "2014-09-04 01:26:58.896285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.897020"], ["name", "The Forbidden Dreams from Hell"], ["updated_at", "2014-09-04 01:26:58.897020"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.897740"], ["name", "Forbidden Jungle"], ["updated_at", "2014-09-04 01:26:58.897740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.918524"], ["name", "A Fistful of Gypsy"], ["updated_at", "2014-09-04 01:26:58.918524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.920791"], ["name", "When Wilhelm Met Elena"], ["updated_at", "2014-09-04 01:26:58.920791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.922381"], ["name", "Killer Beast"], ["updated_at", "2014-09-04 01:26:58.922381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.923444"], ["name", "Mutant 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:26:58.923444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:58.924256"], ["name", "Brains 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:26:58.924256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:58.935707"], ["id", 1], ["name", "Rise of the Ultra Tears"], ["updated_at", "2014-09-04 01:26:58.935707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:58.939448"], ["id", 1], ["name", "1803 A.D."], ["updated_at", "2014-09-04 01:26:58.939448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:58.978188"], ["id", 1], ["name", "The Action Diaries That Came to Dinner"], ["updated_at", "2014-09-04 01:26:58.978188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:26:58 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:26:58 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:58.991582"], ["id", 1], ["name", "Invasion of the Blue Rain"], ["updated_at", "2014-09-04 01:26:58.991582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:26:58 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:26:59 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:26:59.006797"], ["name", "some new book"], ["updated_at", "2014-09-04 01:26:59.006797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:26:59.012285"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:26:59.012285"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:26:59 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:26:59.016896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:31.402032"], ["id", 1], ["name", "Planet of the Hungry Ninja"], ["updated_at", "2014-09-04 01:27:31.402032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:31.412265"], ["id", 1], ["name", "Curse of the Fake Clash"], ["updated_at", "2014-09-04 01:27:31.412265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:31.418277"], ["id", 1], ["name", "Blonde Gypsy"], ["updated_at", "2014-09-04 01:27:31.418277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:31.421258"], ["id", 1], ["name", "Journey of the Blonde Cousins"], ["updated_at", "2014-09-04 01:27:31.421258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:31.423470"], ["id", 1], ["name", "Killer Blow"], ["updated_at", "2014-09-04 01:27:31.423470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:31.426031"], ["id", 1], ["name", "Blonde Demon"], ["updated_at", "2014-09-04 01:27:31.426031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:31.435749"], ["id", 1], ["name", "Case of the Missing Mutant"], ["updated_at", "2014-09-04 01:27:31.435749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:27:31 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:27:31 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:31.520321"], ["id", 1], ["name", "Electric Clash"], ["updated_at", "2014-09-04 01:27:31.520321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:27:31 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:27:31 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.531788"], ["name", "some new book"], ["updated_at", "2014-09-04 01:27:31.531788"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:31.535467"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:27:31.535467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:27:31 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:27:31.538735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.553719"], ["name", "Return of the Killer Ninjas"], ["updated_at", "2014-09-04 01:27:31.553719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.554974"], ["name", "Forbidden Brains"], ["updated_at", "2014-09-04 01:27:31.554974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.555851"], ["name", "War of the Wizard"], ["updated_at", "2014-09-04 01:27:31.555851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.556542"], ["name", "Flying Thief"], ["updated_at", "2014-09-04 01:27:31.556542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.557213"], ["name", "The Diaries"], ["updated_at", "2014-09-04 01:27:31.557213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.560254"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:27:31.560254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.563138"], ["name", "The White Rose of Northern Ireland"], ["updated_at", "2014-09-04 01:27:31.563138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.563985"], ["name", "I Married a Flying Demon"], ["updated_at", "2014-09-04 01:27:31.563985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.564834"], ["name", "The Forbidden Diaries Who Fell to Earth"], ["updated_at", "2014-09-04 01:27:31.564834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.565611"], ["name", "The Cousins from 13775 Leagues"], ["updated_at", "2014-09-04 01:27:31.565611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.566261"], ["name", "The Thief from Across the Ocean"], ["updated_at", "2014-09-04 01:27:31.566261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.570694"], ["name", "Invasion of the Champagne Ninjas"], ["updated_at", "2014-09-04 01:27:31.570694"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.571740"], ["name", "Flying Pickpocket"], ["updated_at", "2014-09-04 01:27:31.571740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.572599"], ["name", "Dr. Identity"], ["updated_at", "2014-09-04 01:27:31.572599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.573275"], ["name", "Tokyo Mutant"], ["updated_at", "2014-09-04 01:27:31.573275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:31.574021"], ["name", "The Ninja Who Fell to Earth"], ["updated_at", "2014-09-04 01:27:31.574021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:55.695807"], ["id", 1], ["name", "Red Demon"], ["updated_at", "2014-09-04 01:27:55.695807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:27:55 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (6.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:27:55 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:55.787806"], ["id", 1], ["name", "Death Witch"], ["updated_at", "2014-09-04 01:27:55.787806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:27:55 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:27:55 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.798837"], ["name", "some new book"], ["updated_at", "2014-09-04 01:27:55.798837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:55.802435"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:27:55.802435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:27:55 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:27:55.805929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.812906"], ["name", "Rise of the Fake Ninjas"], ["updated_at", "2014-09-04 01:27:55.812906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.814354"], ["name", "The Monster Who Fell to Earth"], ["updated_at", "2014-09-04 01:27:55.814354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.815485"], ["name", "Invasion of the American Fly"], ["updated_at", "2014-09-04 01:27:55.815485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.816185"], ["name", "Nuclear Wizard"], ["updated_at", "2014-09-04 01:27:55.816185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.816869"], ["name", "Ultra Woman"], ["updated_at", "2014-09-04 01:27:55.816869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.820719"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:27:55.820719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.823774"], ["name", "2025 A.D."], ["updated_at", "2014-09-04 01:27:55.823774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.824792"], ["name", "The City from 15268 Leagues"], ["updated_at", "2014-09-04 01:27:55.824792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.826640"], ["name", "Fake Pickpocket: The Lonny Jaskolski Story"], ["updated_at", "2014-09-04 01:27:55.826640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.827633"], ["name", "Rise of the Blue Thief"], ["updated_at", "2014-09-04 01:27:55.827633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.828304"], ["name", "Curse of the Ninja"], ["updated_at", "2014-09-04 01:27:55.828304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.832953"], ["name", "The Blow from the Black Lagoon"], ["updated_at", "2014-09-04 01:27:55.832953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.834046"], ["name", "Blue Demon 2: Son of Blue Demon"], ["updated_at", "2014-09-04 01:27:55.834046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.834948"], ["name", "Blue Mutant"], ["updated_at", "2014-09-04 01:27:55.834948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.835634"], ["name", "Electric Pickpocket"], ["updated_at", "2014-09-04 01:27:55.835634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:27:55.836399"], ["name", "Time of the Brains"], ["updated_at", "2014-09-04 01:27:55.836399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:55.841857"], ["id", 1], ["name", "Hard Boiled Women"], ["updated_at", "2014-09-04 01:27:55.841857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:55.844592"], ["id", 1], ["name", "The Mutant from Hell"], ["updated_at", "2014-09-04 01:27:55.844592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:55.846724"], ["id", 1], ["name", "Blonde City 2: Son of Blonde City"], ["updated_at", "2014-09-04 01:27:55.846724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:55.848920"], ["id", 1], ["name", "Legend of Blonde Cat"], ["updated_at", "2014-09-04 01:27:55.848920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:55.860368"], ["id", 1], ["name", "The Women"], ["updated_at", "2014-09-04 01:27:55.860368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:27:55.862787"], ["id", 1], ["name", "American Thief"], ["updated_at", "2014-09-04 01:27:55.862787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:03.613644"], ["id", 1], ["name", "Electric Wolf"], ["updated_at", "2014-09-04 01:28:03.613644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:03.624179"], ["id", 1], ["name", "Rise of the Gypsy"], ["updated_at", "2014-09-04 01:28:03.624179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:03.626474"], ["id", 1], ["name", "Flying Man"], ["updated_at", "2014-09-04 01:28:03.626474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:03.628939"], ["id", 1], ["name", "A Fistful of Identity"], ["updated_at", "2014-09-04 01:28:03.628939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:03.642919"], ["id", 1], ["name", "The Nuclear Pickpocket from Mars"], ["updated_at", "2014-09-04 01:28:03.642919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:03.645559"], ["id", 1], ["name", "Planet of the Demon"], ["updated_at", "2014-09-04 01:28:03.645559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:03.649277"], ["id", 1], ["name", "The City"], ["updated_at", "2014-09-04 01:28:03.649277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:28:03 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:28:03 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:03.734111"], ["id", 1], ["name", "Ultra Dreams"], ["updated_at", "2014-09-04 01:28:03.734111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:28:03 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (1.5ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (1.7ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:28:03 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.747864"], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:03.747864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (2.9ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:03.754248"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:03.754248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:28:03 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:28:03.757714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (2.2ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.776182"], ["name", "The World from 16149 Leagues"], ["updated_at", "2014-09-04 01:28:03.776182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.777522"], ["name", "Dr. Brain"], ["updated_at", "2014-09-04 01:28:03.777522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.778433"], ["name", "The Fake Ninjas from Across the Ocean"], ["updated_at", "2014-09-04 01:28:03.778433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.779123"], ["name", "A Fistful of Brains"], ["updated_at", "2014-09-04 01:28:03.779123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.779767"], ["name", "The Flying Hills from Hell"], ["updated_at", "2014-09-04 01:28:03.779767"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.782859"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:28:03.782859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.785819"], ["name", "Hard Boiled World"], ["updated_at", "2014-09-04 01:28:03.785819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.786711"], ["name", "The Mutant from 1999 Leagues"], ["updated_at", "2014-09-04 01:28:03.786711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.787558"], ["name", "The Diaries from the Black Lagoon"], ["updated_at", "2014-09-04 01:28:03.787558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.789063"], ["name", "When Dejon Met Brittany"], ["updated_at", "2014-09-04 01:28:03.789063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.790158"], ["name", "Ultra Diaries"], ["updated_at", "2014-09-04 01:28:03.790158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.794844"], ["name", "Electric Rain"], ["updated_at", "2014-09-04 01:28:03.794844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.795944"], ["name", "The Ultra Women with a Thousand Faces"], ["updated_at", "2014-09-04 01:28:03.795944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.796827"], ["name", "The Rain from Mars"], ["updated_at", "2014-09-04 01:28:03.796827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.797785"], ["name", "Christmas on Jeanette Lakes"], ["updated_at", "2014-09-04 01:28:03.797785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:03.798716"], ["name", "The Tentacle from 5671 Leagues"], ["updated_at", "2014-09-04 01:28:03.798716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:08.227996"], ["id", 1], ["name", "I Married a Clash"], ["updated_at", "2014-09-04 01:28:08.227996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:08.238442"], ["id", 1], ["name", "Curse of the Blonde Wizard"], ["updated_at", "2014-09-04 01:28:08.238442"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:08.263712"], ["id", 1], ["name", "When Ryann Met Hazel"], ["updated_at", "2014-09-04 01:28:08.263712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:08.266562"], ["id", 1], ["name", "The Fake Cat from Across the Ocean"], ["updated_at", "2014-09-04 01:28:08.266562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:08.269921"], ["id", 1], ["name", "Rise of the Flying Fly"], ["updated_at", "2014-09-04 01:28:08.269921"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:08.272692"], ["id", 1], ["name", "Flying Wolves"], ["updated_at", "2014-09-04 01:28:08.272692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.341243"], ["name", "The Red Rose of Northern Ireland"], ["updated_at", "2014-09-04 01:28:08.341243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.342536"], ["name", "Blonde Ninjas"], ["updated_at", "2014-09-04 01:28:08.342536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.344106"], ["name", "The White Rose of England"], ["updated_at", "2014-09-04 01:28:08.344106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.344840"], ["name", "The Forbidden Mutant from Mars"], ["updated_at", "2014-09-04 01:28:08.344840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.345503"], ["name", "Nuclear Man"], ["updated_at", "2014-09-04 01:28:08.345503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.349463"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:28:08.349463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.352686"], ["name", "I Married a Rain"], ["updated_at", "2014-09-04 01:28:08.352686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.353724"], ["name", "Electric Monster"], ["updated_at", "2014-09-04 01:28:08.353724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.354615"], ["name", "Forbidden Witch"], ["updated_at", "2014-09-04 01:28:08.354615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.355292"], ["name", "The Death Thief That Came to Dinner"], ["updated_at", "2014-09-04 01:28:08.355292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.355954"], ["name", "Invasion of the Ninjas"], ["updated_at", "2014-09-04 01:28:08.355954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.370642"], ["name", "Nuclear Jungle"], ["updated_at", "2014-09-04 01:28:08.370642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.372218"], ["name", "Bloody Diaries: The Jamar Ledner Story"], ["updated_at", "2014-09-04 01:28:08.372218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.373401"], ["name", "The Hungry Witch That Came to Dinner"], ["updated_at", "2014-09-04 01:28:08.373401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.374107"], ["name", "Curse of the Tokyo Gypsy"], ["updated_at", "2014-09-04 01:28:08.374107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.374777"], ["name", "Nuclear Diaries"], ["updated_at", "2014-09-04 01:28:08.374777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:08.381881"], ["id", 1], ["name", "Codename: Fly"], ["updated_at", "2014-09-04 01:28:08.381881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:28:08 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:28:08 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:08.394453"], ["id", 1], ["name", "A Fistful of Tears"], ["updated_at", "2014-09-04 01:28:08.394453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:28:08 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:28:08 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:08.405201"], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:08.405201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:08.409094"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:08.409094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:28:08 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:28:08.412835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:42.265305"], ["id", 1], ["name", "The Diaries That Came to Dinner"], ["updated_at", "2014-09-04 01:28:42.265305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:42.275677"], ["id", 1], ["name", "The Tentacle Without a Cat"], ["updated_at", "2014-09-04 01:28:42.275677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:42.278021"], ["id", 1], ["name", "The Men from Across the Ocean"], ["updated_at", "2014-09-04 01:28:42.278021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:42.280682"], ["id", 1], ["name", "A Fistful of Ultra Rain"], ["updated_at", "2014-09-04 01:28:42.280682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.344027"], ["name", "The Cat from Mars"], ["updated_at", "2014-09-04 01:28:42.344027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.345290"], ["name", "The Women from Outer Space"], ["updated_at", "2014-09-04 01:28:42.345290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.346739"], ["name", "Journey of the Blow"], ["updated_at", "2014-09-04 01:28:42.346739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.347458"], ["name", "Green Jungle"], ["updated_at", "2014-09-04 01:28:42.347458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.348132"], ["name", "Fake Woman"], ["updated_at", "2014-09-04 01:28:42.348132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.352152"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:28:42.352152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.355583"], ["name", "Red Brains"], ["updated_at", "2014-09-04 01:28:42.355583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.356567"], ["name", "The Ninjas Who Fell to Earth"], ["updated_at", "2014-09-04 01:28:42.356567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.357434"], ["name", "Killer Clash"], ["updated_at", "2014-09-04 01:28:42.357434"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.358100"], ["name", "Time of the Red Demon"], ["updated_at", "2014-09-04 01:28:42.358100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.358762"], ["name", "Tokyo Tentacle"], ["updated_at", "2014-09-04 01:28:42.358762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.373469"], ["name", "Blonde Blow"], ["updated_at", "2014-09-04 01:28:42.373469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.374551"], ["name", "Red Wizard"], ["updated_at", "2014-09-04 01:28:42.374551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.375482"], ["name", "The Forbidden Blow from Outer Space"], ["updated_at", "2014-09-04 01:28:42.375482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.376150"], ["name", "Electric Blow"], ["updated_at", "2014-09-04 01:28:42.376150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.376814"], ["name", "Forbidden Cat"], ["updated_at", "2014-09-04 01:28:42.376814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:42.392430"], ["id", 1], ["name", "The Brains from Hell"], ["updated_at", "2014-09-04 01:28:42.392430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:28:42 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:28:42 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:42.404540"], ["id", 1], ["name", "Dangerous Brain"], ["updated_at", "2014-09-04 01:28:42.404540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:28:42 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:28:42 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:42.414456"], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:42.414456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:42.419718"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:42.419718"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:28:42 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:28:42.425382"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:42.432308"], ["id", 1], ["name", "Champagne Men"], ["updated_at", "2014-09-04 01:28:42.432308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:42.435738"], ["id", 1], ["name", "Hard Boiled Wolf"], ["updated_at", "2014-09-04 01:28:42.435738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:46.983238"], ["id", 1], ["name", "American Cousins"], ["updated_at", "2014-09-04 01:28:46.983238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:46.995063"], ["id", 1], ["name", "Time of the Tentacle"], ["updated_at", "2014-09-04 01:28:46.995063"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:47.000108"], ["id", 1], ["name", "The Death Diaries from Across the Ocean"], ["updated_at", "2014-09-04 01:28:47.000108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:47.003624"], ["id", 1], ["name", "The Gypsy Without a Diaries"], ["updated_at", "2014-09-04 01:28:47.003624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:47.011073"], ["id", 1], ["name", "The Beast from Across the Ocean"], ["updated_at", "2014-09-04 01:28:47.011073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:28:47 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.4ms) Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:28:47 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:47.120075"], ["id", 1], ["name", "Hungry Wolf"], ["updated_at", "2014-09-04 01:28:47.120075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:28:47 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 4ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:28:47 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.135756"], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:47.135756"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:47.141134"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:47.141134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:28:47 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:28:47.145612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.153386"], ["name", "The World from Outer Space"], ["updated_at", "2014-09-04 01:28:47.153386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.154742"], ["name", "Dr. Friday"], ["updated_at", "2014-09-04 01:28:47.154742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.155876"], ["name", "Red Tentacle"], ["updated_at", "2014-09-04 01:28:47.155876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.156728"], ["name", "2409 A.D."], ["updated_at", "2014-09-04 01:28:47.156728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.157516"], ["name", "The Monster Without a Women"], ["updated_at", "2014-09-04 01:28:47.157516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.162092"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:28:47.162092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.167128"], ["name", "Case of the Missing Action Brain"], ["updated_at", "2014-09-04 01:28:47.167128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.168402"], ["name", "Tokyo Ninjas"], ["updated_at", "2014-09-04 01:28:47.168402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.170211"], ["name", "The American Wolves from Across the Ocean"], ["updated_at", "2014-09-04 01:28:47.170211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.171270"], ["name", "The Ultra Brains from Hell"], ["updated_at", "2014-09-04 01:28:47.171270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.172057"], ["name", "Codename: Brain"], ["updated_at", "2014-09-04 01:28:47.172057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.178163"], ["name", "Bloody Jungle"], ["updated_at", "2014-09-04 01:28:47.178163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.179722"], ["name", "Flying Wolves"], ["updated_at", "2014-09-04 01:28:47.179722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.181257"], ["name", "Dangerous Witch"], ["updated_at", "2014-09-04 01:28:47.181257"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.182056"], ["name", "Journey of the Blonde Brains"], ["updated_at", "2014-09-04 01:28:47.182056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:47.182787"], ["name", "The Blonde Demon Who Fell to Earth"], ["updated_at", "2014-09-04 01:28:47.182787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:47.202095"], ["id", 1], ["name", "The Woman That Came to Dinner"], ["updated_at", "2014-09-04 01:28:47.202095"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:47.205296"], ["id", 1], ["name", "The Hungry Blow from Outer Space"], ["updated_at", "2014-09-04 01:28:47.205296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:54.994071"], ["id", 1], ["name", "The City from Across the Ocean"], ["updated_at", "2014-09-04 01:28:54.994071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:55.004804"], ["id", 1], ["name", "Electric Gypsy"], ["updated_at", "2014-09-04 01:28:55.004804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:55.007988"], ["id", 1], ["name", "When Nakia Met Rhea"], ["updated_at", "2014-09-04 01:28:55.007988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:55.010397"], ["id", 1], ["name", "Action Man 2: Son of Action Man"], ["updated_at", "2014-09-04 01:28:55.010397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:55.034108"], ["id", 1], ["name", "Tokyo Fly: The Willard Mohr Story"], ["updated_at", "2014-09-04 01:28:55.034108"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:28:55 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:28:55 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:55.118368"], ["id", 1], ["name", "Death Dreams"], ["updated_at", "2014-09-04 01:28:55.118368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:28:55 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:28:55 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.129641"], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:55.129641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:55.133319"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:55.133319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:28:55 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:28:55.136960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.141841"], ["name", "The Witch from West Covina East"], ["updated_at", "2014-09-04 01:28:55.141841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.143465"], ["name", "Rise of the Man"], ["updated_at", "2014-09-04 01:28:55.143465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.144751"], ["name", "Death Demon"], ["updated_at", "2014-09-04 01:28:55.144751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.145568"], ["name", "Codename: Danger City"], ["updated_at", "2014-09-04 01:28:55.145568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.146300"], ["name", "The Gypsy from the Black Lagoon"], ["updated_at", "2014-09-04 01:28:55.146300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.149443"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:28:55.149443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.152685"], ["name", "Hungry Cat"], ["updated_at", "2014-09-04 01:28:55.152685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.153580"], ["name", "The Ninja from Northwoods West"], ["updated_at", "2014-09-04 01:28:55.153580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.154474"], ["name", "1764 A.D."], ["updated_at", "2014-09-04 01:28:55.154474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.155157"], ["name", "The White Rose of England"], ["updated_at", "2014-09-04 01:28:55.155157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.155874"], ["name", "Ultra Wizard"], ["updated_at", "2014-09-04 01:28:55.155874"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.160761"], ["name", "Dangerous World"], ["updated_at", "2014-09-04 01:28:55.160761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.161859"], ["name", "Season of the Ninjas"], ["updated_at", "2014-09-04 01:28:55.161859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.162812"], ["name", "Time of the Forbidden Friday"], ["updated_at", "2014-09-04 01:28:55.162812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.163542"], ["name", "Day of the Forbidden Rain"], ["updated_at", "2014-09-04 01:28:55.163542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:55.164195"], ["name", "Bloody Wolf"], ["updated_at", "2014-09-04 01:28:55.164195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:55.170503"], ["id", 1], ["name", "Dangerous Wizard 2: Son of Dangerous Wizard"], ["updated_at", "2014-09-04 01:28:55.170503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:55.173503"], ["id", 1], ["name", "Dr. Tears"], ["updated_at", "2014-09-04 01:28:55.173503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:59.412636"], ["id", 1], ["name", "I Married a Women"], ["updated_at", "2014-09-04 01:28:59.412636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:59.422923"], ["id", 1], ["name", "The Bloody Wolves"], ["updated_at", "2014-09-04 01:28:59.422923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.488521"], ["name", "The Dreams from the Black Lagoon"], ["updated_at", "2014-09-04 01:28:59.488521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.489726"], ["name", "Case of the Missing Blue Woman"], ["updated_at", "2014-09-04 01:28:59.489726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.491200"], ["name", "The Identity from Hell"], ["updated_at", "2014-09-04 01:28:59.491200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.491906"], ["name", "The Tokyo Thief from Outer Space"], ["updated_at", "2014-09-04 01:28:59.491906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.492566"], ["name", "The Killer Tentacle from Mars"], ["updated_at", "2014-09-04 01:28:59.492566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.496419"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:28:59.496419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.499754"], ["name", "The Bloody Mutant with a Thousand Faces"], ["updated_at", "2014-09-04 01:28:59.499754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.500834"], ["name", "The Killer Identity from Hell"], ["updated_at", "2014-09-04 01:28:59.500834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.501777"], ["name", "The City from the Black Lagoon"], ["updated_at", "2014-09-04 01:28:59.501777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.502461"], ["name", "The City Without a Pickpocket"], ["updated_at", "2014-09-04 01:28:59.502461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.503124"], ["name", "The Man with a Thousand Faces"], ["updated_at", "2014-09-04 01:28:59.503124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.518487"], ["name", "1793 A.D."], ["updated_at", "2014-09-04 01:28:59.518487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.519608"], ["name", "Legend of Tears"], ["updated_at", "2014-09-04 01:28:59.519608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.520546"], ["name", "Blonde Mutant"], ["updated_at", "2014-09-04 01:28:59.520546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.521217"], ["name", "I Married a Green Men"], ["updated_at", "2014-09-04 01:28:59.521217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.521877"], ["name", "Friday 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:28:59.521877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:59.529160"], ["id", 1], ["name", "The Man"], ["updated_at", "2014-09-04 01:28:59.529160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:28:59 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:28:59 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:59.541876"], ["id", 1], ["name", "The Fly from Sagaponack Seaside"], ["updated_at", "2014-09-04 01:28:59.541876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:28:59 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:28:59 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:28:59.552469"], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:59.552469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:59.555864"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:28:59.555864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:28:59 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:28:59.559549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:59.567994"], ["id", 1], ["name", "Dr. Ninja"], ["updated_at", "2014-09-04 01:28:59.567994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:59.570885"], ["id", 1], ["name", "Je Vous Presente, Winnifred"], ["updated_at", "2014-09-04 01:28:59.570885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:59.573888"], ["id", 1], ["name", "Dr. Diaries"], ["updated_at", "2014-09-04 01:28:59.573888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:28:59.576619"], ["id", 1], ["name", "Je Vous Presente, Halie"], ["updated_at", "2014-09-04 01:28:59.576619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:29:18.592872"], ["id", 1], ["name", "Electric World"], ["updated_at", "2014-09-04 01:29:18.592872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:29:18 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:29:18 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:29:18.690905"], ["id", 1], ["name", "Hard Boiled City"], ["updated_at", "2014-09-04 01:29:18.690905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:29:18 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (4.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:29:18 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.706346"], ["name", "some new book"], ["updated_at", "2014-09-04 01:29:18.706346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:29:18.710053"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:29:18.710053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:29:18 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:29:18.713671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (4.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:29:18.744730"], ["id", 1], ["name", "Action Clash"], ["updated_at", "2014-09-04 01:29:18.744730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:29:18.747279"], ["id", 1], ["name", "The Tokyo Friday Who Fell to Earth"], ["updated_at", "2014-09-04 01:29:18.747279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:29:18.749502"], ["id", 1], ["name", "The Rain Who Fell to Earth"], ["updated_at", "2014-09-04 01:29:18.749502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:29:18.752157"], ["id", 1], ["name", "The Clash from Hell"], ["updated_at", "2014-09-04 01:29:18.752157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.758085"], ["name", "I Married a Jungle"], ["updated_at", "2014-09-04 01:29:18.758085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.759350"], ["name", "The Ultra Cat from Across the Ocean"], ["updated_at", "2014-09-04 01:29:18.759350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.760891"], ["name", "Je Vous Presente, Haven"], ["updated_at", "2014-09-04 01:29:18.760891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.761835"], ["name", "The Flying Wizard from Hell"], ["updated_at", "2014-09-04 01:29:18.761835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.762510"], ["name", "Fake Tears"], ["updated_at", "2014-09-04 01:29:18.762510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.765621"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:29:18.765621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.768621"], ["name", "The Red Demon That Came to Dinner"], ["updated_at", "2014-09-04 01:29:18.768621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.769547"], ["name", "1084 A.D."], ["updated_at", "2014-09-04 01:29:18.769547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.770457"], ["name", "493 A.D."], ["updated_at", "2014-09-04 01:29:18.770457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.771138"], ["name", "Blonde Cousins"], ["updated_at", "2014-09-04 01:29:18.771138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.771798"], ["name", "The Blonde City from Mars"], ["updated_at", "2014-09-04 01:29:18.771798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.776353"], ["name", "Action Diaries"], ["updated_at", "2014-09-04 01:29:18.776353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.777380"], ["name", "The Yellow Rose of Scotland"], ["updated_at", "2014-09-04 01:29:18.777380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.778283"], ["name", "Codename: Fly"], ["updated_at", "2014-09-04 01:29:18.778283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.779024"], ["name", "Jungle 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:29:18.779024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:29:18.779696"], ["name", "Dangerous Ninja"], ["updated_at", "2014-09-04 01:29:18.779696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:29:18.786035"], ["id", 1], ["name", "The Flying Women from Hell"], ["updated_at", "2014-09-04 01:29:18.786035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:29:18.788970"], ["id", 1], ["name", "Case of the Missing Rain"], ["updated_at", "2014-09-04 01:29:18.788970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:31:39.313675"], ["id", 1], ["name", "Forbidden Wolf"], ["updated_at", "2014-09-04 01:31:39.313675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:31:39.324510"], ["id", 1], ["name", "The Demon from Hell"], ["updated_at", "2014-09-04 01:31:39.324510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:31:39.333639"], ["id", 1], ["name", "Blue Pickpocket"], ["updated_at", "2014-09-04 01:31:39.333639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:31:39 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:31:39 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:31:39.416749"], ["id", 1], ["name", "Flying Thief"], ["updated_at", "2014-09-04 01:31:39.416749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:31:39 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:31:39 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.427992"], ["name", "some new book"], ["updated_at", "2014-09-04 01:31:39.427992"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:31:39.431451"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:31:39.431451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:31:39 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:31:39.434629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:31:39.447377"], ["id", 1], ["name", "Forbidden Pickpocket"], ["updated_at", "2014-09-04 01:31:39.447377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:31:39.450195"], ["id", 1], ["name", "The Identity Without a Ninjas"], ["updated_at", "2014-09-04 01:31:39.450195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:31:39.452882"], ["id", 1], ["name", "The Wolves Without a Diaries"], ["updated_at", "2014-09-04 01:31:39.452882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:31:39.455654"], ["id", 1], ["name", "Flying Clash"], ["updated_at", "2014-09-04 01:31:39.455654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.462667"], ["name", "A Fistful of Friday"], ["updated_at", "2014-09-04 01:31:39.462667"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.464809"], ["name", "Dr. Tentacle"], ["updated_at", "2014-09-04 01:31:39.464809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.466554"], ["name", "Blue Brain"], ["updated_at", "2014-09-04 01:31:39.466554"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.467414"], ["name", "The Green Tentacle from Mars"], ["updated_at", "2014-09-04 01:31:39.467414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.468157"], ["name", "Ultra Tentacle"], ["updated_at", "2014-09-04 01:31:39.468157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.471727"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:31:39.471727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.475026"], ["name", "Danger Ninjas"], ["updated_at", "2014-09-04 01:31:39.475026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.476834"], ["name", "Christmas on Vidal Path"], ["updated_at", "2014-09-04 01:31:39.476834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.478152"], ["name", "The American Blow from Across the Ocean"], ["updated_at", "2014-09-04 01:31:39.478152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.478946"], ["name", "Champagne Cat 2: Son of Champagne Cat"], ["updated_at", "2014-09-04 01:31:39.478946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.479637"], ["name", "Dangerous Wolf"], ["updated_at", "2014-09-04 01:31:39.479637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.6ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.484501"], ["name", "The Cousins from Mars"], ["updated_at", "2014-09-04 01:31:39.484501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.485575"], ["name", "The Identity from the Black Lagoon"], ["updated_at", "2014-09-04 01:31:39.485575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.486479"], ["name", "Day of the City"], ["updated_at", "2014-09-04 01:31:39.486479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.487229"], ["name", "Blue Gypsy"], ["updated_at", "2014-09-04 01:31:39.487229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:31:39.487922"], ["name", "Nuclear Ninja"], ["updated_at", "2014-09-04 01:31:39.487922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:00.567514"], ["id", 1], ["name", "The Dreams Without a Cat"], ["updated_at", "2014-09-04 01:32:00.567514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:00.577953"], ["id", 1], ["name", "Codename: Green Mutant"], ["updated_at", "2014-09-04 01:32:00.577953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:00.580780"], ["id", 1], ["name", "Danger Monster"], ["updated_at", "2014-09-04 01:32:00.580780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:00.583340"], ["id", 1], ["name", "Action Monster"], ["updated_at", "2014-09-04 01:32:00.583340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:00.586880"], ["id", 1], ["name", "Christmas on Gaetano Estates"], ["updated_at", "2014-09-04 01:32:00.586880"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:00.590036"], ["id", 1], ["name", "Return of the Death Hills"], ["updated_at", "2014-09-04 01:32:00.590036"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.659021"], ["name", "Action Ninjas"], ["updated_at", "2014-09-04 01:32:00.659021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.660246"], ["name", "Electric Cat"], ["updated_at", "2014-09-04 01:32:00.660246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.662014"], ["name", "The Brains from West Covina East"], ["updated_at", "2014-09-04 01:32:00.662014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.662967"], ["name", "The Forbidden Demon That Came to Dinner"], ["updated_at", "2014-09-04 01:32:00.662967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.663640"], ["name", "Dr. Thief"], ["updated_at", "2014-09-04 01:32:00.663640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.667688"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:32:00.667688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.671054"], ["name", "The Ninjas from Outer Space"], ["updated_at", "2014-09-04 01:32:00.671054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.672071"], ["name", "Season of the Tokyo Man"], ["updated_at", "2014-09-04 01:32:00.672071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.672978"], ["name", "Tokyo Wolves"], ["updated_at", "2014-09-04 01:32:00.672978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.673665"], ["name", "Legend of Tokyo Cat"], ["updated_at", "2014-09-04 01:32:00.673665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.674326"], ["name", "The Fake Cat"], ["updated_at", "2014-09-04 01:32:00.674326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.688743"], ["name", "A Fistful of Diaries"], ["updated_at", "2014-09-04 01:32:00.688743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.689859"], ["name", "Fake Wolf"], ["updated_at", "2014-09-04 01:32:00.689859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.690784"], ["name", "Legend of Fly"], ["updated_at", "2014-09-04 01:32:00.690784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.691473"], ["name", "When Elian Met Dorcas"], ["updated_at", "2014-09-04 01:32:00.691473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.692135"], ["name", "Curse of the Bloody Witch"], ["updated_at", "2014-09-04 01:32:00.692135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:00.707107"], ["id", 1], ["name", "The Green Men Who Fell to Earth"], ["updated_at", "2014-09-04 01:32:00.707107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:32:00 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:32:00 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:00.719396"], ["id", 1], ["name", "Flying Beast"], ["updated_at", "2014-09-04 01:32:00.719396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:32:00 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:32:00 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:00.729899"], ["name", "some new book"], ["updated_at", "2014-09-04 01:32:00.729899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:00.733803"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:32:00.733803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:32:00 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:32:00.737376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.159281"], ["name", "Dangerous Pickpocket"], ["updated_at", "2014-09-04 01:32:14.159281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.162356"], ["name", "Death Diaries"], ["updated_at", "2014-09-04 01:32:14.162356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.164046"], ["name", "The Clash from Across the Ocean"], ["updated_at", "2014-09-04 01:32:14.164046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.165054"], ["name", "Case of the Missing Ninjas"], ["updated_at", "2014-09-04 01:32:14.165054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.166133"], ["name", "Death Diaries"], ["updated_at", "2014-09-04 01:32:14.166133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.169984"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:32:14.169984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (6.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.179342"], ["name", "Rise of the Forbidden Tears"], ["updated_at", "2014-09-04 01:32:14.179342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.180336"], ["name", "Codename: Jungle"], ["updated_at", "2014-09-04 01:32:14.180336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.181216"], ["name", "Invasion of the Beast"], ["updated_at", "2014-09-04 01:32:14.181216"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.181902"], ["name", "The Killer Wizard Who Fell to Earth"], ["updated_at", "2014-09-04 01:32:14.181902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.182588"], ["name", "Nuclear Men 2: Son of Nuclear Men"], ["updated_at", "2014-09-04 01:32:14.182588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.197534"], ["name", "Action Brain"], ["updated_at", "2014-09-04 01:32:14.197534"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.199110"], ["name", "Journey of the Ninjas"], ["updated_at", "2014-09-04 01:32:14.199110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.200506"], ["name", "Electric Pickpocket"], ["updated_at", "2014-09-04 01:32:14.200506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.201559"], ["name", "Flying Tentacle"], ["updated_at", "2014-09-04 01:32:14.201559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.202688"], ["name", "Hard Boiled Dreams"], ["updated_at", "2014-09-04 01:32:14.202688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:14.219180"], ["id", 1], ["name", "Flying Ninja"], ["updated_at", "2014-09-04 01:32:14.219180"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:32:14 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:32:14 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:14.231645"], ["id", 1], ["name", "Death Gypsy"], ["updated_at", "2014-09-04 01:32:14.231645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:32:14 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:32:14 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:14.242110"], ["name", "some new book"], ["updated_at", "2014-09-04 01:32:14.242110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:14.245542"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:32:14.245542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:32:14 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:32:14.248831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:14.256174"], ["id", 1], ["name", "The Women with a Thousand Faces"], ["updated_at", "2014-09-04 01:32:14.256174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:14.258738"], ["id", 1], ["name", "The White Rose of Scotland"], ["updated_at", "2014-09-04 01:32:14.258738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:14.261548"], ["id", 1], ["name", "2210 A.D."], ["updated_at", "2014-09-04 01:32:14.261548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:14.263968"], ["id", 1], ["name", "The Cat from Outer Space"], ["updated_at", "2014-09-04 01:32:14.263968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:14.275820"], ["id", 1], ["name", "Christmas on Bayer Field"], ["updated_at", "2014-09-04 01:32:14.275820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:14.278477"], ["id", 1], ["name", "Dr. City"], ["updated_at", "2014-09-04 01:32:14.278477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:39.445555"], ["id", 1], ["name", "Time of the Woman"], ["updated_at", "2014-09-04 01:32:39.445555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:32:39 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:32:39 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:39.537740"], ["id", 1], ["name", "Tokyo Brain"], ["updated_at", "2014-09-04 01:32:39.537740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:32:39 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:32:39 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.549117"], ["name", "some new book"], ["updated_at", "2014-09-04 01:32:39.549117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:39.553724"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:32:39.553724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:32:39 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:32:39.557292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:39.568374"], ["id", 1], ["name", "Green Wolves"], ["updated_at", "2014-09-04 01:32:39.568374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:39.571415"], ["id", 1], ["name", "Legend of Fake Women"], ["updated_at", "2014-09-04 01:32:39.571415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:39.579497"], ["id", 1], ["name", "The Friday from the Black Lagoon"], ["updated_at", "2014-09-04 01:32:39.579497"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:39.582494"], ["id", 1], ["name", "I Married a Identity"], ["updated_at", "2014-09-04 01:32:39.582494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:39.585317"], ["id", 1], ["name", "The Beast Who Fell to Earth"], ["updated_at", "2014-09-04 01:32:39.585317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:32:39.587751"], ["id", 1], ["name", "The Tokyo Mutant from Across the Ocean"], ["updated_at", "2014-09-04 01:32:39.587751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.591640"], ["name", "The Blonde Monster with a Thousand Faces"], ["updated_at", "2014-09-04 01:32:39.591640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.592822"], ["name", "The Woman from Outer Space"], ["updated_at", "2014-09-04 01:32:39.592822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.593685"], ["name", "I am Women"], ["updated_at", "2014-09-04 01:32:39.593685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.595208"], ["name", "Blue Clash: The Miss William Pfeffer Story"], ["updated_at", "2014-09-04 01:32:39.595208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.596201"], ["name", "Nuclear Identity"], ["updated_at", "2014-09-04 01:32:39.596201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.599472"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:32:39.599472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.602521"], ["name", "The Flying Witch from Hell"], ["updated_at", "2014-09-04 01:32:39.602521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.603949"], ["name", "Christmas on Sanford Canyon"], ["updated_at", "2014-09-04 01:32:39.603949"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.605228"], ["name", "Nuclear Friday"], ["updated_at", "2014-09-04 01:32:39.605228"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.605948"], ["name", "Champagne Beast"], ["updated_at", "2014-09-04 01:32:39.605948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.606626"], ["name", "The Cat from Across the Ocean"], ["updated_at", "2014-09-04 01:32:39.606626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.611380"], ["name", "Fake Rain"], ["updated_at", "2014-09-04 01:32:39.611380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.612613"], ["name", "The Cat from Outer Space"], ["updated_at", "2014-09-04 01:32:39.612613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.613664"], ["name", "2293 A.D."], ["updated_at", "2014-09-04 01:32:39.613664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.614580"], ["name", "The Fake Cousins from Hell"], ["updated_at", "2014-09-04 01:32:39.614580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:32:39.615320"], ["name", "The Women from 10194 Leagues"], ["updated_at", "2014-09-04 01:32:39.615320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:13.202460"], ["id", 1], ["name", "Blue Dreams"], ["updated_at", "2014-09-04 01:33:13.202460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:13.212677"], ["id", 1], ["name", "The Gypsy Without a Woman"], ["updated_at", "2014-09-04 01:33:13.212677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:13.227712"], ["id", 1], ["name", "Death Diaries"], ["updated_at", "2014-09-04 01:33:13.227712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:13.230416"], ["id", 1], ["name", "Blue Woman"], ["updated_at", "2014-09-04 01:33:13.230416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:13.233369"], ["id", 1], ["name", "Red Tears"], ["updated_at", "2014-09-04 01:33:13.233369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:13.236247"], ["id", 1], ["name", "The American Mutant from the Black Lagoon"], ["updated_at", "2014-09-04 01:33:13.236247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.316290"], ["name", "The Flying Men with a Thousand Faces"], ["updated_at", "2014-09-04 01:33:13.316290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.317546"], ["name", "The Red Pickpocket from Outer Space"], ["updated_at", "2014-09-04 01:33:13.317546"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.319331"], ["name", "Return of the Fake Witch"], ["updated_at", "2014-09-04 01:33:13.319331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.320425"], ["name", "The Danger Wizard from Hell"], ["updated_at", "2014-09-04 01:33:13.320425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.321377"], ["name", "The Blow from Olmsted Falls Central"], ["updated_at", "2014-09-04 01:33:13.321377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.325780"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:33:13.325780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.329008"], ["name", "Season of the Champagne Women"], ["updated_at", "2014-09-04 01:33:13.329008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.329906"], ["name", "I Married a Gypsy"], ["updated_at", "2014-09-04 01:33:13.329906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.330849"], ["name", "Hard Boiled Brains"], ["updated_at", "2014-09-04 01:33:13.330849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.331537"], ["name", "The Fake Wizard from Outer Space"], ["updated_at", "2014-09-04 01:33:13.331537"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.332198"], ["name", "Hungry Blow"], ["updated_at", "2014-09-04 01:33:13.332198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.346565"], ["name", "Champagne Women"], ["updated_at", "2014-09-04 01:33:13.346565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.347623"], ["name", "I am Ninja"], ["updated_at", "2014-09-04 01:33:13.347623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.348515"], ["name", "I am Blonde Wolves"], ["updated_at", "2014-09-04 01:33:13.348515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.349224"], ["name", "I Married a Green Man"], ["updated_at", "2014-09-04 01:33:13.349224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.349892"], ["name", "Nuclear Tentacle"], ["updated_at", "2014-09-04 01:33:13.349892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:13.361833"], ["id", 1], ["name", "The Blonde Ninjas from Across the Ocean"], ["updated_at", "2014-09-04 01:33:13.361833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:33:13 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:33:13 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:13.373530"], ["id", 1], ["name", "War of the Brain"], ["updated_at", "2014-09-04 01:33:13.373530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:33:13 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:33:13 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:13.383947"], ["name", "some new book"], ["updated_at", "2014-09-04 01:33:13.383947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:13.387592"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:33:13.387592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:33:13 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:33:13.391049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:44.222295"], ["id", 1], ["name", "Return of the Ninjas"], ["updated_at", "2014-09-04 01:33:44.222295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:44.232963"], ["id", 1], ["name", "Invasion of the Hungry Beast"], ["updated_at", "2014-09-04 01:33:44.232963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:44.236111"], ["id", 1], ["name", "The Danger Monster Who Fell to Earth"], ["updated_at", "2014-09-04 01:33:44.236111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:44.239040"], ["id", 1], ["name", "Day of the Action City"], ["updated_at", "2014-09-04 01:33:44.239040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:44.242474"], ["id", 1], ["name", "The Friday Who Fell to Earth"], ["updated_at", "2014-09-04 01:33:44.242474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:44.245063"], ["id", 1], ["name", "The Pickpocket from Outer Space"], ["updated_at", "2014-09-04 01:33:44.245063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.310529"], ["name", "Dr. Gypsy"], ["updated_at", "2014-09-04 01:33:44.310529"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.311744"], ["name", "War of the Killer Dreams"], ["updated_at", "2014-09-04 01:33:44.311744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.313235"], ["name", "Dangerous Ninja"], ["updated_at", "2014-09-04 01:33:44.313235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.314984"], ["name", "Je Vous Presente, Kacie"], ["updated_at", "2014-09-04 01:33:44.314984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.316040"], ["name", "Dr. Ninjas"], ["updated_at", "2014-09-04 01:33:44.316040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.319930"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:33:44.319930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.323145"], ["name", "The Red Rose of Northern Ireland"], ["updated_at", "2014-09-04 01:33:44.323145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.324143"], ["name", "Invasion of the Flying Jungle"], ["updated_at", "2014-09-04 01:33:44.324143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.325031"], ["name", "Tokyo Cousins"], ["updated_at", "2014-09-04 01:33:44.325031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.325699"], ["name", "Champagne Demon"], ["updated_at", "2014-09-04 01:33:44.325699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.326379"], ["name", "The Beast from Across the Ocean"], ["updated_at", "2014-09-04 01:33:44.326379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.340803"], ["name", "The Gypsy with a Thousand Faces"], ["updated_at", "2014-09-04 01:33:44.340803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.341943"], ["name", "When Kaycee Met Kavon"], ["updated_at", "2014-09-04 01:33:44.341943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.342867"], ["name", "A Fistful of Blue Blow"], ["updated_at", "2014-09-04 01:33:44.342867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.343528"], ["name", "Forbidden Jungle"], ["updated_at", "2014-09-04 01:33:44.343528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.344178"], ["name", "Monster 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:33:44.344178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:44.353433"], ["id", 1], ["name", "Time of the American Dreams"], ["updated_at", "2014-09-04 01:33:44.353433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:33:44 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:33:44 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:44.365454"], ["id", 1], ["name", "The Ninja from Across the Ocean"], ["updated_at", "2014-09-04 01:33:44.365454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:33:44 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:33:44 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:44.375401"], ["name", "some new book"], ["updated_at", "2014-09-04 01:33:44.375401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:44.378975"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:33:44.378975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:33:44 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:33:44.382807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:53.704307"], ["id", 1], ["name", "Je Vous Presente, Karolann"], ["updated_at", "2014-09-04 01:33:53.704307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:53.714919"], ["id", 1], ["name", "Ultra Jungle"], ["updated_at", "2014-09-04 01:33:53.714919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:53.717190"], ["id", 1], ["name", "The Tears Who Fell to Earth"], ["updated_at", "2014-09-04 01:33:53.717190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:53.720024"], ["id", 1], ["name", "296 A.D."], ["updated_at", "2014-09-04 01:33:53.720024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:53.722970"], ["id", 1], ["name", "Planet of the Hungry Tentacle"], ["updated_at", "2014-09-04 01:33:53.722970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:33:53 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:33:53 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:53.806981"], ["id", 1], ["name", "Ultra City"], ["updated_at", "2014-09-04 01:33:53.806981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:33:53 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:33:53 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.818062"], ["name", "some new book"], ["updated_at", "2014-09-04 01:33:53.818062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:53.821449"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:33:53.821449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:33:53 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:33:53.824593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.829877"], ["name", "The Gypsy from Hell"], ["updated_at", "2014-09-04 01:33:53.829877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.831018"], ["name", "The Hills from Mars"], ["updated_at", "2014-09-04 01:33:53.831018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.831966"], ["name", "The Gypsy from Mars"], ["updated_at", "2014-09-04 01:33:53.831966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.832649"], ["name", "Rise of the World"], ["updated_at", "2014-09-04 01:33:53.832649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.833290"], ["name", "Red Man"], ["updated_at", "2014-09-04 01:33:53.833290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.836411"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:33:53.836411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.839690"], ["name", "Champagne Ninja"], ["updated_at", "2014-09-04 01:33:53.839690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.840654"], ["name", "Nuclear Hills 2: Son of Nuclear Hills"], ["updated_at", "2014-09-04 01:33:53.840654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.841550"], ["name", "Planet of the Hungry Diaries"], ["updated_at", "2014-09-04 01:33:53.841550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.842669"], ["name", "Christmas on Welch Streets"], ["updated_at", "2014-09-04 01:33:53.842669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.843643"], ["name", "The Forbidden Beast from Hell"], ["updated_at", "2014-09-04 01:33:53.843643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.848131"], ["name", "1517 A.D."], ["updated_at", "2014-09-04 01:33:53.848131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.849277"], ["name", "Flying Wolves"], ["updated_at", "2014-09-04 01:33:53.849277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.850273"], ["name", "The Ultra Wolf from Across the Ocean"], ["updated_at", "2014-09-04 01:33:53.850273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.850965"], ["name", "The Men from 577 Leagues"], ["updated_at", "2014-09-04 01:33:53.850965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:33:53.851658"], ["name", "The Tears from 5486 Leagues"], ["updated_at", "2014-09-04 01:33:53.851658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:53.870294"], ["id", 1], ["name", "Rise of the Diaries"], ["updated_at", "2014-09-04 01:33:53.870294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:33:53.872601"], ["id", 1], ["name", "Forbidden Wolves"], ["updated_at", "2014-09-04 01:33:53.872601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:04.160357"], ["id", 1], ["name", "107 A.D."], ["updated_at", "2014-09-04 01:34:04.160357"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:04.171296"], ["id", 1], ["name", "The White Rose of Scotland"], ["updated_at", "2014-09-04 01:34:04.171296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:04.174046"], ["id", 1], ["name", "Dangerous Tears"], ["updated_at", "2014-09-04 01:34:04.174046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:04.176464"], ["id", 1], ["name", "Green Hills"], ["updated_at", "2014-09-04 01:34:04.176464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.268863"], ["name", "1509 A.D."], ["updated_at", "2014-09-04 01:34:04.268863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.270414"], ["name", "The Dangerous Wolves with a Thousand Faces"], ["updated_at", "2014-09-04 01:34:04.270414"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.272358"], ["name", "The Demon Without a Thief"], ["updated_at", "2014-09-04 01:34:04.272358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.274013"], ["name", "Season of the Tokyo Diaries"], ["updated_at", "2014-09-04 01:34:04.274013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.275591"], ["name", "Legend of Clash"], ["updated_at", "2014-09-04 01:34:04.275591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.281588"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:34:04.281588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.285715"], ["name", "Rise of the Hungry Brain"], ["updated_at", "2014-09-04 01:34:04.285715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.287298"], ["name", "Ultra Woman"], ["updated_at", "2014-09-04 01:34:04.287298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.288519"], ["name", "The Tokyo Ninja That Came to Dinner"], ["updated_at", "2014-09-04 01:34:04.288519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.289417"], ["name", "2687 A.D."], ["updated_at", "2014-09-04 01:34:04.289417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.290244"], ["name", "Season of the Identity"], ["updated_at", "2014-09-04 01:34:04.290244"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.307971"], ["name", "Rise of the Thief"], ["updated_at", "2014-09-04 01:34:04.307971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.309367"], ["name", "The Wizard Who Fell to Earth"], ["updated_at", "2014-09-04 01:34:04.309367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.311003"], ["name", "The Action Mutant from Mars"], ["updated_at", "2014-09-04 01:34:04.311003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.312519"], ["name", "The Ultra Identity That Came to Dinner"], ["updated_at", "2014-09-04 01:34:04.312519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.313955"], ["name", "The Cat Who Fell to Earth"], ["updated_at", "2014-09-04 01:34:04.313955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:04.328710"], ["id", 1], ["name", "Return of the Electric Clash"], ["updated_at", "2014-09-04 01:34:04.328710"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:04.332663"], ["id", 1], ["name", "The Action Wolves That Came to Dinner"], ["updated_at", "2014-09-04 01:34:04.332663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:04.341320"], ["id", 1], ["name", "Curse of the Red Wolf"], ["updated_at", "2014-09-04 01:34:04.341320"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:34:04 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:34:04 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:04.358326"], ["id", 1], ["name", "Bloody Cousins"], ["updated_at", "2014-09-04 01:34:04.358326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:34:04 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:34:04 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:04.372597"], ["name", "some new book"], ["updated_at", "2014-09-04 01:34:04.372597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:04.377105"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:34:04.377105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:34:04 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:34:04.381207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.026879"], ["name", "Killer Diaries"], ["updated_at", "2014-09-04 01:34:28.026879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.030049"], ["name", "Day of the Dangerous Brain"], ["updated_at", "2014-09-04 01:34:28.030049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.031897"], ["name", "I am Death Friday"], ["updated_at", "2014-09-04 01:34:28.031897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.032638"], ["name", "The Killer Witch Who Fell to Earth"], ["updated_at", "2014-09-04 01:34:28.032638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.033328"], ["name", "Case of the Missing Blow"], ["updated_at", "2014-09-04 01:34:28.033328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.037200"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:34:28.037200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.046622"], ["name", "Codename: Brain"], ["updated_at", "2014-09-04 01:34:28.046622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.048029"], ["name", "Christmas on D'Amore Walk"], ["updated_at", "2014-09-04 01:34:28.048029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.049905"], ["name", "When Brandy Met Sylvia"], ["updated_at", "2014-09-04 01:34:28.049905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.050852"], ["name", "The Beast from Outer Space"], ["updated_at", "2014-09-04 01:34:28.050852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.051532"], ["name", "I Married a Hungry Tentacle"], ["updated_at", "2014-09-04 01:34:28.051532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.065973"], ["name", "When Ada Met Sigurd"], ["updated_at", "2014-09-04 01:34:28.065973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.067065"], ["name", "Flying Identity"], ["updated_at", "2014-09-04 01:34:28.067065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.068014"], ["name", "Time of the Champagne Diaries"], ["updated_at", "2014-09-04 01:34:28.068014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.068732"], ["name", "Fake Demon"], ["updated_at", "2014-09-04 01:34:28.068732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.069412"], ["name", "The Tokyo Jungle from Outer Space"], ["updated_at", "2014-09-04 01:34:28.069412"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:28.076926"], ["id", 1], ["name", "Electric Men 2: Son of Electric Men"], ["updated_at", "2014-09-04 01:34:28.076926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:34:28 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:34:28 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:28.089795"], ["id", 1], ["name", "Bloody Diaries"], ["updated_at", "2014-09-04 01:34:28.089795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:34:28 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:34:28 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:28.100170"], ["name", "some new book"], ["updated_at", "2014-09-04 01:34:28.100170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:28.103788"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:34:28.103788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:34:28 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:34:28.107380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:28.111958"], ["id", 1], ["name", "The Blue World with a Thousand Faces"], ["updated_at", "2014-09-04 01:34:28.111958"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:28.114480"], ["id", 1], ["name", "The Wolf from 7219 Leagues"], ["updated_at", "2014-09-04 01:34:28.114480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:28.116786"], ["id", 1], ["name", "Danger Monster"], ["updated_at", "2014-09-04 01:34:28.116786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:28.119455"], ["id", 1], ["name", "Action Dreams"], ["updated_at", "2014-09-04 01:34:28.119455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:28.123081"], ["id", 1], ["name", "Christmas on Justyn Valley"], ["updated_at", "2014-09-04 01:34:28.123081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:28.125717"], ["id", 1], ["name", "Return of the Bloody Rain"], ["updated_at", "2014-09-04 01:34:28.125717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.029208"], ["name", "The World from Hell"], ["updated_at", "2014-09-04 01:34:34.029208"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.032249"], ["name", "The Red Rose of England"], ["updated_at", "2014-09-04 01:34:34.032249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.034307"], ["name", "The Fake Demon Who Fell to Earth"], ["updated_at", "2014-09-04 01:34:34.034307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.035652"], ["name", "Tokyo Monster"], ["updated_at", "2014-09-04 01:34:34.035652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.036749"], ["name", "Return of the Blow"], ["updated_at", "2014-09-04 01:34:34.036749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.041151"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:34:34.041151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.050309"], ["name", "Danger Pickpocket 2: Son of Danger Pickpocket"], ["updated_at", "2014-09-04 01:34:34.050309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.051272"], ["name", "The Dreams from 19310 Leagues"], ["updated_at", "2014-09-04 01:34:34.051272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.052136"], ["name", "Bloody Demon"], ["updated_at", "2014-09-04 01:34:34.052136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.052811"], ["name", "Case of the Missing Red Clash"], ["updated_at", "2014-09-04 01:34:34.052811"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.053474"], ["name", "Forbidden Gypsy"], ["updated_at", "2014-09-04 01:34:34.053474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.067584"], ["name", "Dr. City"], ["updated_at", "2014-09-04 01:34:34.067584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.068641"], ["name", "Blonde Thief"], ["updated_at", "2014-09-04 01:34:34.068641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.069540"], ["name", "The Women from Hell"], ["updated_at", "2014-09-04 01:34:34.069540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.070203"], ["name", "Hard Boiled Diaries"], ["updated_at", "2014-09-04 01:34:34.070203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.070868"], ["name", "Return of the Rain"], ["updated_at", "2014-09-04 01:34:34.070868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:34.098091"], ["id", 1], ["name", "I Married a Blue Demon"], ["updated_at", "2014-09-04 01:34:34.098091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:34:34 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:34:34 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:34.110881"], ["id", 1], ["name", "Codename: Blow"], ["updated_at", "2014-09-04 01:34:34.110881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:34:34 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:34:34 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:34:34.123277"], ["name", "some new book"], ["updated_at", "2014-09-04 01:34:34.123277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:34.126821"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:34:34.126821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:34:34 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:34:34.130252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:34.135052"], ["id", 1], ["name", "Codename: Action Beast"], ["updated_at", "2014-09-04 01:34:34.135052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:34.137338"], ["id", 1], ["name", "I Married a Friday"], ["updated_at", "2014-09-04 01:34:34.137338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:34.139659"], ["id", 1], ["name", "Invasion of the Flying Brain"], ["updated_at", "2014-09-04 01:34:34.139659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:34.142395"], ["id", 1], ["name", "War of the World"], ["updated_at", "2014-09-04 01:34:34.142395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:34.148396"], ["id", 1], ["name", "I Married a Red Diaries"], ["updated_at", "2014-09-04 01:34:34.148396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:34:34.151403"], ["id", 1], ["name", "Time of the Action Demon"], ["updated_at", "2014-09-04 01:34:34.151403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:35:59.884210"], ["id", 1], ["name", "Rise of the Danger Women"], ["updated_at", "2014-09-04 01:35:59.884210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:35:59.894692"], ["id", 1], ["name", "Codename: Tentacle"], ["updated_at", "2014-09-04 01:35:59.894692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:35:59.897894"], ["id", 1], ["name", "Electric Beast"], ["updated_at", "2014-09-04 01:35:59.897894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:35:59.900239"], ["id", 1], ["name", "Nuclear Cat"], ["updated_at", "2014-09-04 01:35:59.900239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:35:59.906997"], ["id", 1], ["name", "The Women from Outer Space"], ["updated_at", "2014-09-04 01:35:59.906997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:35:59.910722"], ["id", 1], ["name", "Christmas on Wolf Rapids"], ["updated_at", "2014-09-04 01:35:59.910722"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.976502"], ["name", "Case of the Missing Ninja"], ["updated_at", "2014-09-04 01:35:59.976502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.978028"], ["name", "The Fly from Schall Circle/Lakeside Green"], ["updated_at", "2014-09-04 01:35:59.978028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.979938"], ["name", "The Hills with a Thousand Faces"], ["updated_at", "2014-09-04 01:35:59.979938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.980689"], ["name", "The American Jungle That Came to Dinner"], ["updated_at", "2014-09-04 01:35:59.980689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.981362"], ["name", "Dangerous Men"], ["updated_at", "2014-09-04 01:35:59.981362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.985354"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:35:59.985354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.988746"], ["name", "Tokyo Rain"], ["updated_at", "2014-09-04 01:35:59.988746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.989739"], ["name", "Tentacle 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:35:59.989739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.990692"], ["name", "The Green Gypsy from Outer Space"], ["updated_at", "2014-09-04 01:35:59.990692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.991345"], ["name", "Fake Woman"], ["updated_at", "2014-09-04 01:35:59.991345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:35:59.992002"], ["name", "Bloody Rain 2: Son of Bloody Rain"], ["updated_at", "2014-09-04 01:35:59.992002"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:36:00.007312"], ["name", "Codename: Mutant"], ["updated_at", "2014-09-04 01:36:00.007312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:36:00.008469"], ["name", "I Married a Death Wolf"], ["updated_at", "2014-09-04 01:36:00.008469"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:36:00.009355"], ["name", "Flying Cousins"], ["updated_at", "2014-09-04 01:36:00.009355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:36:00.010016"], ["name", "I Married a Gypsy"], ["updated_at", "2014-09-04 01:36:00.010016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:36:00.011486"], ["name", "When Lester Met Alana"], ["updated_at", "2014-09-04 01:36:00.011486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:36:00.018628"], ["id", 1], ["name", "Planet of the Electric Mutant"], ["updated_at", "2014-09-04 01:36:00.018628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:36:00 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:36:00 -0700 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:36:00.031435"], ["id", 1], ["name", "Codename: Forbidden Cousins"], ["updated_at", "2014-09-04 01:36:00.031435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:36:00 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:36:00 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:36:00.041648"], ["name", "some new book"], ["updated_at", "2014-09-04 01:36:00.041648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:36:00.045311"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:36:00.045311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:36:00 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:36:00.048864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:07.706865"], ["id", 1], ["name", "Blonde Women"], ["updated_at", "2014-09-04 01:38:07.706865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:38:07 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:38:07 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:07.801494"], ["id", 1], ["name", "Hard Boiled Woman"], ["updated_at", "2014-09-04 01:38:07.801494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:38:07 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 4ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.6ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:38:07 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.816851"], ["name", "some new book"], ["updated_at", "2014-09-04 01:38:07.816851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:07.820609"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:38:07.820609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:38:07 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:38:07.824321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:07.830622"], ["id", 1], ["name", "Rise of the Dangerous Cousins"], ["updated_at", "2014-09-04 01:38:07.830622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:07.833769"], ["id", 1], ["name", "Dangerous Gypsy"], ["updated_at", "2014-09-04 01:38:07.833769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:07.836229"], ["id", 1], ["name", "Curse of the Ninja"], ["updated_at", "2014-09-04 01:38:07.836229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:07.838578"], ["id", 1], ["name", "Killer Demon"], ["updated_at", "2014-09-04 01:38:07.838578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:07.852959"], ["id", 1], ["name", "Hungry Diaries"], ["updated_at", "2014-09-04 01:38:07.852959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:07.855568"], ["id", 1], ["name", "The Dangerous Jungle from Across the Ocean"], ["updated_at", "2014-09-04 01:38:07.855568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.863152"], ["name", "Je Vous Presente, Mabel"], ["updated_at", "2014-09-04 01:38:07.863152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.864750"], ["name", "Forbidden Beast"], ["updated_at", "2014-09-04 01:38:07.864750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.865883"], ["name", "The Electric Beast from Across the Ocean"], ["updated_at", "2014-09-04 01:38:07.865883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.866603"], ["name", "Forbidden Thief"], ["updated_at", "2014-09-04 01:38:07.866603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.867277"], ["name", "The Wolves from Hell"], ["updated_at", "2014-09-04 01:38:07.867277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.870388"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:38:07.870388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.873676"], ["name", "Tokyo Wolf"], ["updated_at", "2014-09-04 01:38:07.873676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.874739"], ["name", "Legend of Nuclear Brain"], ["updated_at", "2014-09-04 01:38:07.874739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.875673"], ["name", "Death Woman"], ["updated_at", "2014-09-04 01:38:07.875673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.876381"], ["name", "Time of the Bloody Fly"], ["updated_at", "2014-09-04 01:38:07.876381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.877043"], ["name", "Case of the Missing Thief"], ["updated_at", "2014-09-04 01:38:07.877043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.882090"], ["name", "Green Fly: The Lenore Kulas Story"], ["updated_at", "2014-09-04 01:38:07.882090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.883513"], ["name", "I am Red Cousins"], ["updated_at", "2014-09-04 01:38:07.883513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.884461"], ["name", "Invasion of the Beast"], ["updated_at", "2014-09-04 01:38:07.884461"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.885125"], ["name", "The Brains from 5226 Leagues"], ["updated_at", "2014-09-04 01:38:07.885125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:07.885777"], ["name", "Flying Thief"], ["updated_at", "2014-09-04 01:38:07.885777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:13.180521"], ["id", 1], ["name", "Invasion of the Woman"], ["updated_at", "2014-09-04 01:38:13.180521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:38:13 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:38:13 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:13.273851"], ["id", 1], ["name", "Je Vous Presente, Micaela"], ["updated_at", "2014-09-04 01:38:13.273851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:38:13 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:38:13 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.285548"], ["name", "some new book"], ["updated_at", "2014-09-04 01:38:13.285548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:13.289405"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:38:13.289405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:38:13 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:38:13.292925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.298212"], ["name", "Journey of the Cousins"], ["updated_at", "2014-09-04 01:38:13.298212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.299852"], ["name", "The Killer Cousins from Mars"], ["updated_at", "2014-09-04 01:38:13.299852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.301076"], ["name", "The Ninjas That Came to Dinner"], ["updated_at", "2014-09-04 01:38:13.301076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.301761"], ["name", "Action Men"], ["updated_at", "2014-09-04 01:38:13.301761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.302420"], ["name", "Killer Blow"], ["updated_at", "2014-09-04 01:38:13.302420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.305590"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:38:13.305590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.308700"], ["name", "Curse of the Killer Rain"], ["updated_at", "2014-09-04 01:38:13.308700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.309775"], ["name", "A Fistful of Blue Dreams"], ["updated_at", "2014-09-04 01:38:13.309775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.311232"], ["name", "Christmas on Art Mall"], ["updated_at", "2014-09-04 01:38:13.311232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.312274"], ["name", "The Wolves from Outer Space"], ["updated_at", "2014-09-04 01:38:13.312274"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.313036"], ["name", "Time of the Nuclear Ninja"], ["updated_at", "2014-09-04 01:38:13.313036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.318128"], ["name", "Killer Man"], ["updated_at", "2014-09-04 01:38:13.318128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.319217"], ["name", "Dr. Fly"], ["updated_at", "2014-09-04 01:38:13.319217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.320094"], ["name", "A Fistful of Hills"], ["updated_at", "2014-09-04 01:38:13.320094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.320762"], ["name", "The Gypsy from Outer Space"], ["updated_at", "2014-09-04 01:38:13.320762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:38:13.321823"], ["name", "Season of the Beast"], ["updated_at", "2014-09-04 01:38:13.321823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:13.338275"], ["id", 1], ["name", "Blue World"], ["updated_at", "2014-09-04 01:38:13.338275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:13.340611"], ["id", 1], ["name", "The Tentacle from Hell"], ["updated_at", "2014-09-04 01:38:13.340611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:13.342788"], ["id", 1], ["name", "Nuclear Woman"], ["updated_at", "2014-09-04 01:38:13.342788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:13.345966"], ["id", 1], ["name", "The Man from the Black Lagoon"], ["updated_at", "2014-09-04 01:38:13.345966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:13.367719"], ["id", 1], ["name", "The Ninjas Without a Ninja"], ["updated_at", "2014-09-04 01:38:13.367719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:38:13.371138"], ["id", 1], ["name", "The American Mutant from the Black Lagoon"], ["updated_at", "2014-09-04 01:38:13.371138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:40:09.709292"], ["id", 1], ["name", "When June Met Bert"], ["updated_at", "2014-09-04 01:40:09.709292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-03 18:40:09 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)  (6.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-03 18:40:09 -0700 Processing by BooksController#index as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:40:09.805841"], ["id", 1], ["name", "Danger Gypsy"], ["updated_at", "2014-09-04 01:40:09.805841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-03 18:40:09 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-03 18:40:09 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.818055"], ["name", "some new book"], ["updated_at", "2014-09-04 01:40:09.818055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:40:09.822057"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-04 01:40:09.822057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-03 18:40:09 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-04 01:40:09.825330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.839077"], ["name", "American Clash: The Rickey Flatley Story"], ["updated_at", "2014-09-04 01:40:09.839077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.840409"], ["name", "The Death Brains with a Thousand Faces"], ["updated_at", "2014-09-04 01:40:09.840409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.841346"], ["name", "The Woman from Outer Space"], ["updated_at", "2014-09-04 01:40:09.841346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.842025"], ["name", "Mutant 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:40:09.842025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.842933"], ["name", "Journey of the American Monster"], ["updated_at", "2014-09-04 01:40:09.842933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.846044"], ["name", "newly-created-book"], ["updated_at", "2014-09-04 01:40:09.846044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.849026"], ["name", "Rise of the Demon"], ["updated_at", "2014-09-04 01:40:09.849026"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.849961"], ["name", "The Diaries with a Thousand Faces"], ["updated_at", "2014-09-04 01:40:09.849961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.850928"], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-09-04 01:40:09.850928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.851625"], ["name", "Bloody Ninja"], ["updated_at", "2014-09-04 01:40:09.851625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.852279"], ["name", "Return of the Tentacle"], ["updated_at", "2014-09-04 01:40:09.852279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.857064"], ["name", "The Dreams with a Thousand Faces"], ["updated_at", "2014-09-04 01:40:09.857064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.858153"], ["name", "Ultra Beast"], ["updated_at", "2014-09-04 01:40:09.858153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.859076"], ["name", "Day of the Danger Fly"], ["updated_at", "2014-09-04 01:40:09.859076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.859739"], ["name", "Blue Thief"], ["updated_at", "2014-09-04 01:40:09.859739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-04 01:40:09.860377"], ["name", "Red Wizard"], ["updated_at", "2014-09-04 01:40:09.860377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:40:09.868852"], ["id", 1], ["name", "I Married a Identity"], ["updated_at", "2014-09-04 01:40:09.868852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:40:09.871352"], ["id", 1], ["name", "The Ninjas from Hell"], ["updated_at", "2014-09-04 01:40:09.871352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:40:09.874652"], ["id", 1], ["name", "Ultra Diaries"], ["updated_at", "2014-09-04 01:40:09.874652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:40:09.877138"], ["id", 1], ["name", "The Witch from Outer Space"], ["updated_at", "2014-09-04 01:40:09.877138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:40:09.879383"], ["id", 1], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", "2014-09-04 01:40:09.879383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-04 01:40:09.881901"], ["id", 1], ["name", "I am Thief"], ["updated_at", "2014-09-04 01:40:09.881901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.187272"], ["name", "Journey of the Brain"], ["updated_at", "2014-09-17 18:01:43.187272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.190504"], ["name", "Champagne Thief"], ["updated_at", "2014-09-17 18:01:43.190504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.192351"], ["name", "Hungry Wolves"], ["updated_at", "2014-09-17 18:01:43.192351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.193121"], ["name", "A Fistful of Bloody Beast"], ["updated_at", "2014-09-17 18:01:43.193121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.193878"], ["name", "Death Rain"], ["updated_at", "2014-09-17 18:01:43.193878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.198428"], ["name", "newly-created-book"], ["updated_at", "2014-09-17 18:01:43.198428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.201734"], ["name", "The Blow from 15154 Leagues"], ["updated_at", "2014-09-17 18:01:43.201734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.202852"], ["name", "The Men from the Black Lagoon"], ["updated_at", "2014-09-17 18:01:43.202852"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.203802"], ["name", "The Hungry Beast from Mars"], ["updated_at", "2014-09-17 18:01:43.203802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.204562"], ["name", "The Tentacle from 17486 Leagues"], ["updated_at", "2014-09-17 18:01:43.204562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.205277"], ["name", "Nuclear Jungle"], ["updated_at", "2014-09-17 18:01:43.205277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.220676"], ["name", "Dr. Rain"], ["updated_at", "2014-09-17 18:01:43.220676"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.221842"], ["name", "Legend of Death Pickpocket"], ["updated_at", "2014-09-17 18:01:43.221842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.222726"], ["name", "The Nuclear Identity Who Fell to Earth"], ["updated_at", "2014-09-17 18:01:43.222726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.223407"], ["name", "Hungry Demon"], ["updated_at", "2014-09-17 18:01:43.223407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.224072"], ["name", "Danger Men"], ["updated_at", "2014-09-17 18:01:43.224072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.228833"], ["name", "Electric Gypsy"], ["updated_at", "2014-09-17 18:01:43.228833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.230586"], ["name", "Christmas on Kulas Stream"], ["updated_at", "2014-09-17 18:01:43.230586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.232157"], ["name", "The Hills That Came to Dinner"], ["updated_at", "2014-09-17 18:01:43.232157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.232963"], ["name", "The Witch with a Thousand Faces"], ["updated_at", "2014-09-17 18:01:43.232963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.233636"], ["name", "The Champagne Jungle Who Fell to Earth"], ["updated_at", "2014-09-17 18:01:43.233636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-17 18:01:43.260913"], ["id", 1], ["name", "Case of the Missing Cat"], ["updated_at", "2014-09-17 18:01:43.260913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-17 18:01:43.264408"], ["id", 1], ["name", "The Mutant from Candlewood Country Club"], ["updated_at", "2014-09-17 18:01:43.264408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-17 18:01:43.266995"], ["id", 1], ["name", "Hungry Wizard 2: Son of Hungry Wizard"], ["updated_at", "2014-09-17 18:01:43.266995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-17 18:01:43.270523"], ["id", 1], ["name", "Red Cat"], ["updated_at", "2014-09-17 18:01:43.270523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-17 18:01:43.276327"], ["id", 1], ["name", "Fly 2: Electric Boogaloo"], ["updated_at", "2014-09-17 18:01:43.276327"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-17 11:01:43 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-17 11:01:43 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-17 18:01:43.290132"], ["id", 1], ["name", "Green Woman"], ["updated_at", "2014-09-17 18:01:43.290132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-17 11:01:43 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-17 11:01:43 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-17 18:01:43.300532"], ["name", "some new book"], ["updated_at", "2014-09-17 18:01:43.300532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-17 18:01:43.304449"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-17 18:01:43.304449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-17 11:01:43 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-17 18:01:43.308155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-17 18:01:43.318417"], ["id", 1], ["name", "Return of the Brains"], ["updated_at", "2014-09-17 18:01:43.318417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-17 18:01:43.320887"], ["id", 1], ["name", "The Men from Mars"], ["updated_at", "2014-09-17 18:01:43.320887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-23 19:32:15.036617"], ["id", 1], ["name", "The Black Rose of England"], ["updated_at", "2014-09-23 19:32:15.036617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-23 12:32:15 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.2ms) Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-23 12:32:15 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-23 19:32:15.136051"], ["id", 1], ["name", "Planet of the Hungry Man"], ["updated_at", "2014-09-23 19:32:15.136051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-23 12:32:15 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-23 12:32:15 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.148477"], ["name", "some new book"], ["updated_at", "2014-09-23 19:32:15.148477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-23 19:32:15.152152"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-23 19:32:15.152152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-23 12:32:15 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-23 19:32:15.155582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-23 19:32:15.174107"], ["id", 1], ["name", "Je Vous Presente, Adah"], ["updated_at", "2014-09-23 19:32:15.174107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-23 19:32:15.176619"], ["id", 1], ["name", "Hungry Tears"], ["updated_at", "2014-09-23 19:32:15.176619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.217106"], ["name", "I am Brain"], ["updated_at", "2014-09-23 19:32:15.217106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.218367"], ["name", "The Hills Without a Diaries"], ["updated_at", "2014-09-23 19:32:15.218367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.219328"], ["name", "Return of the Action Witch"], ["updated_at", "2014-09-23 19:32:15.219328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.219987"], ["name", "Dr. Cat"], ["updated_at", "2014-09-23 19:32:15.219987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.220639"], ["name", "The Beast from Across the Ocean"], ["updated_at", "2014-09-23 19:32:15.220639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.223562"], ["name", "newly-created-book"], ["updated_at", "2014-09-23 19:32:15.223562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.226354"], ["name", "I Married a Clash"], ["updated_at", "2014-09-23 19:32:15.226354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.227244"], ["name", "Case of the Missing Flying Men"], ["updated_at", "2014-09-23 19:32:15.227244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.228162"], ["name", "The Men from Mars"], ["updated_at", "2014-09-23 19:32:15.228162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.229656"], ["name", "Flying Witch: The Ralph Rosenbaum Story"], ["updated_at", "2014-09-23 19:32:15.229656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.230761"], ["name", "Tokyo Brains"], ["updated_at", "2014-09-23 19:32:15.230761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.235737"], ["name", "Flying Rain"], ["updated_at", "2014-09-23 19:32:15.235737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.236805"], ["name", "The Forbidden Gypsy from Outer Space"], ["updated_at", "2014-09-23 19:32:15.236805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.237695"], ["name", "Tokyo Women"], ["updated_at", "2014-09-23 19:32:15.237695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.238374"], ["name", "Red Blow"], ["updated_at", "2014-09-23 19:32:15.238374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.239030"], ["name", "The Wolf Who Fell to Earth"], ["updated_at", "2014-09-23 19:32:15.239030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.243644"], ["name", "Invasion of the Hills"], ["updated_at", "2014-09-23 19:32:15.243644"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.244869"], ["name", "I am Mutant"], ["updated_at", "2014-09-23 19:32:15.244869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.245820"], ["name", "Ultra Gypsy"], ["updated_at", "2014-09-23 19:32:15.245820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.246507"], ["name", "Legend of Men"], ["updated_at", "2014-09-23 19:32:15.246507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-23 19:32:15.247173"], ["name", "The Red Monster That Came to Dinner"], ["updated_at", "2014-09-23 19:32:15.247173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-23 19:32:15.255779"], ["id", 1], ["name", "Day of the Dangerous Wizard"], ["updated_at", "2014-09-23 19:32:15.255779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-23 19:32:15.258288"], ["id", 1], ["name", "Blue Witch"], ["updated_at", "2014-09-23 19:32:15.258288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-23 19:32:15.261219"], ["id", 1], ["name", "War of the Jungle"], ["updated_at", "2014-09-23 19:32:15.261219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-23 19:32:15.263373"], ["id", 1], ["name", "The Cat from the Black Lagoon"], ["updated_at", "2014-09-23 19:32:15.263373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:30:17.323494"], ["id", 1], ["name", "Electric Cousins 2: Son of Electric Cousins"], ["updated_at", "2014-09-29 22:30:17.323494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:30:17.329084"], ["id", 1], ["name", "The Diaries Without a Ninja"], ["updated_at", "2014-09-29 22:30:17.329084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:30:17.333329"], ["id", 1], ["name", "Dangerous Fly"], ["updated_at", "2014-09-29 22:30:17.333329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:30:17 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (2.0ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:30:17 -0700 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:30:17.462987"], ["id", 1], ["name", "664 A.D."], ["updated_at", "2014-09-29 22:30:17.462987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:30:17 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:30:17 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.480540"], ["name", "some new book"], ["updated_at", "2014-09-29 22:30:17.480540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:30:17.485821"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:30:17.485821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:30:17 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:30:17.489889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.502616"], ["name", "The Danger Mutant Who Fell to Earth"], ["updated_at", "2014-09-29 22:30:17.502616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.504775"], ["name", "Journey of the Champagne City"], ["updated_at", "2014-09-29 22:30:17.504775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.506462"], ["name", "Journey of the Tokyo Tentacle"], ["updated_at", "2014-09-29 22:30:17.506462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.507330"], ["name", "The Monster from Across the Ocean"], ["updated_at", "2014-09-29 22:30:17.507330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.508184"], ["name", "Hard Boiled Dreams"], ["updated_at", "2014-09-29 22:30:17.508184"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.511800"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:30:17.511800"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.515444"], ["name", "The Death Identity from the Black Lagoon"], ["updated_at", "2014-09-29 22:30:17.515444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.516602"], ["name", "War of the Killer Wolf"], ["updated_at", "2014-09-29 22:30:17.516602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.519370"], ["name", "Blue Ninja: The Myrtie Anderson Story"], ["updated_at", "2014-09-29 22:30:17.519370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.520714"], ["name", "Codename: Ultra Diaries"], ["updated_at", "2014-09-29 22:30:17.520714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.521580"], ["name", "The Woman from Hell"], ["updated_at", "2014-09-29 22:30:17.521580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.528147"], ["name", "Killer Hills"], ["updated_at", "2014-09-29 22:30:17.528147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.530054"], ["name", "Identity 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:30:17.530054"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.531674"], ["name", "Invasion of the Mutant"], ["updated_at", "2014-09-29 22:30:17.531674"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.532931"], ["name", "Return of the Ninjas"], ["updated_at", "2014-09-29 22:30:17.532931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.533846"], ["name", "The Men Who Fell to Earth"], ["updated_at", "2014-09-29 22:30:17.533846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.539155"], ["name", "The Cat That Came to Dinner"], ["updated_at", "2014-09-29 22:30:17.539155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.540476"], ["name", "Bloody Blow"], ["updated_at", "2014-09-29 22:30:17.540476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.541578"], ["name", "The Flying World"], ["updated_at", "2014-09-29 22:30:17.541578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.542365"], ["name", "Dr. Rain"], ["updated_at", "2014-09-29 22:30:17.542365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:30:17.543165"], ["name", "Green Mutant: The Demetris Oberbrunner Sr. Story"], ["updated_at", "2014-09-29 22:30:17.543165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:30:17.549029"], ["id", 1], ["name", "Fake Wolf"], ["updated_at", "2014-09-29 22:30:17.549029"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:30:17.552439"], ["id", 1], ["name", "Christmas on Pete Lodge"], ["updated_at", "2014-09-29 22:30:17.552439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:30:17.555579"], ["id", 1], ["name", "Danger City"], ["updated_at", "2014-09-29 22:30:17.555579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:30:17.558008"], ["id", 1], ["name", "Danger Cat"], ["updated_at", "2014-09-29 22:30:17.558008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:32:56.989227"], ["id", 1], ["name", "The Jungle Without a Fly"], ["updated_at", "2014-09-29 22:32:56.989227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:32:57 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:32:57 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:32:57.082720"], ["id", 1], ["name", "The Friday Without a Blow"], ["updated_at", "2014-09-29 22:32:57.082720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:32:57 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:32:57 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.093645"], ["name", "some new book"], ["updated_at", "2014-09-29 22:32:57.093645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:32:57.097250"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:32:57.097250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:32:57 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:32:57.100677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:32:57.111562"], ["id", 1], ["name", "The Demon from the Black Lagoon"], ["updated_at", "2014-09-29 22:32:57.111562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:32:57.114988"], ["id", 1], ["name", "Invasion of the Identity"], ["updated_at", "2014-09-29 22:32:57.114988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:32:57.118911"], ["id", 1], ["name", "Blonde Woman"], ["updated_at", "2014-09-29 22:32:57.118911"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:32:57.121496"], ["id", 1], ["name", "Bloody Fly"], ["updated_at", "2014-09-29 22:32:57.121496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:32:57.128135"], ["id", 1], ["name", "Champagne Pickpocket"], ["updated_at", "2014-09-29 22:32:57.128135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:32:57.130785"], ["id", 1], ["name", "The Ultra Diaries from Outer Space"], ["updated_at", "2014-09-29 22:32:57.130785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.133907"], ["name", "The Green Diaries from Hell"], ["updated_at", "2014-09-29 22:32:57.133907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.134981"], ["name", "The Blonde Man from Mars"], ["updated_at", "2014-09-29 22:32:57.134981"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.135927"], ["name", "The Bloody Wolves from Hell"], ["updated_at", "2014-09-29 22:32:57.135927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.136638"], ["name", "Action Demon"], ["updated_at", "2014-09-29 22:32:57.136638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.137298"], ["name", "Champagne Tears"], ["updated_at", "2014-09-29 22:32:57.137298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.140466"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:32:57.140466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.143615"], ["name", "The Bloody Blow from Across the Ocean"], ["updated_at", "2014-09-29 22:32:57.143615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.144611"], ["name", "Hard Boiled World"], ["updated_at", "2014-09-29 22:32:57.144611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.145591"], ["name", "The Diaries from the Black Lagoon"], ["updated_at", "2014-09-29 22:32:57.145591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.146311"], ["name", "1915 A.D."], ["updated_at", "2014-09-29 22:32:57.146311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.147025"], ["name", "The Brain Who Fell to Earth"], ["updated_at", "2014-09-29 22:32:57.147025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.152453"], ["name", "Green Demon"], ["updated_at", "2014-09-29 22:32:57.152453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.153711"], ["name", "The Tokyo Woman from Across the Ocean"], ["updated_at", "2014-09-29 22:32:57.153711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.154660"], ["name", "The Man Without a Man"], ["updated_at", "2014-09-29 22:32:57.154660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.155330"], ["name", "Blue Hills"], ["updated_at", "2014-09-29 22:32:57.155330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.156997"], ["name", "Christmas on Leonard Union"], ["updated_at", "2014-09-29 22:32:57.156997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.162111"], ["name", "Christmas on Dickens Cove"], ["updated_at", "2014-09-29 22:32:57.162111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.163413"], ["name", "Red Tentacle 2: Son of Red Tentacle"], ["updated_at", "2014-09-29 22:32:57.163413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.164515"], ["name", "Season of the Blue Man"], ["updated_at", "2014-09-29 22:32:57.164515"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.165269"], ["name", "The Mutant Who Fell to Earth"], ["updated_at", "2014-09-29 22:32:57.165269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:32:57.165960"], ["name", "Nuclear Witch"], ["updated_at", "2014-09-29 22:32:57.165960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:33:22.498580"], ["id", 1], ["name", "Christmas on Jaycee Cove"], ["updated_at", "2014-09-29 22:33:22.498580"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:33:22.512902"], ["id", 1], ["name", "The Diaries from Hell"], ["updated_at", "2014-09-29 22:33:22.512902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.560805"], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", "2014-09-29 22:33:22.560805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.562985"], ["name", "Return of the Tokyo Wolf"], ["updated_at", "2014-09-29 22:33:22.562985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.565078"], ["name", "Forbidden Mutant"], ["updated_at", "2014-09-29 22:33:22.565078"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.601405"], ["name", "The Man from Outer Space"], ["updated_at", "2014-09-29 22:33:22.601405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.603050"], ["name", "The Tears from Mars"], ["updated_at", "2014-09-29 22:33:22.603050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.608750"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:33:22.608750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.613334"], ["name", "The Friday That Came to Dinner"], ["updated_at", "2014-09-29 22:33:22.613334"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.614771"], ["name", "Blonde Diaries"], ["updated_at", "2014-09-29 22:33:22.614771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.615923"], ["name", "The Man from Hell"], ["updated_at", "2014-09-29 22:33:22.615923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.616784"], ["name", "The Tokyo Ninja with a Thousand Faces"], ["updated_at", "2014-09-29 22:33:22.616784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.617768"], ["name", "Time of the Ultra Men"], ["updated_at", "2014-09-29 22:33:22.617768"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.635062"], ["name", "When Kristy Met Conner"], ["updated_at", "2014-09-29 22:33:22.635062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.636869"], ["name", "Christmas on Bode Tunnel"], ["updated_at", "2014-09-29 22:33:22.636869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.638390"], ["name", "The Red Beast from Outer Space"], ["updated_at", "2014-09-29 22:33:22.638390"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.639282"], ["name", "Dr. Demon"], ["updated_at", "2014-09-29 22:33:22.639282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.640121"], ["name", "Death City"], ["updated_at", "2014-09-29 22:33:22.640121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.645492"], ["name", "The White Rose of Scotland"], ["updated_at", "2014-09-29 22:33:22.645492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.646905"], ["name", "The Dreams from the Black Lagoon"], ["updated_at", "2014-09-29 22:33:22.646905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.648146"], ["name", "The Electric Monster from Across the Ocean"], ["updated_at", "2014-09-29 22:33:22.648146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.649068"], ["name", "Forbidden Men"], ["updated_at", "2014-09-29 22:33:22.649068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.649927"], ["name", "The Killer Clash Who Fell to Earth"], ["updated_at", "2014-09-29 22:33:22.649927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:33:22.677057"], ["id", 1], ["name", "The American Thief from Hell"], ["updated_at", "2014-09-29 22:33:22.677057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:33:22 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:33:22 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:33:22.689977"], ["id", 1], ["name", "Electric Hills"], ["updated_at", "2014-09-29 22:33:22.689977"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:33:22 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:33:22 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:33:22.701114"], ["name", "some new book"], ["updated_at", "2014-09-29 22:33:22.701114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:33:22.704918"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:33:22.704918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:33:22 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:33:22.708540"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:33:22.715634"], ["id", 1], ["name", "The Jungle That Came to Dinner"], ["updated_at", "2014-09-29 22:33:22.715634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:33:22.718298"], ["id", 1], ["name", "The Hungry Cat from Outer Space"], ["updated_at", "2014-09-29 22:33:22.718298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:33:22.720777"], ["id", 1], ["name", "Fake Ninja"], ["updated_at", "2014-09-29 22:33:22.720777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:33:22.723708"], ["id", 1], ["name", "The Wolf Without a Friday"], ["updated_at", "2014-09-29 22:33:22.723708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:37:35.406905"], ["id", 1], ["name", "Blue Woman"], ["updated_at", "2014-09-29 22:37:35.406905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:37:35.411386"], ["id", 1], ["name", "Case of the Missing Fly"], ["updated_at", "2014-09-29 22:37:35.411386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:37:35.414286"], ["id", 1], ["name", "Danger Hills"], ["updated_at", "2014-09-29 22:37:35.414286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:37:35 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:37:35 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:37:35.496851"], ["id", 1], ["name", "750 A.D."], ["updated_at", "2014-09-29 22:37:35.496851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:37:35 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:37:35 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.508122"], ["name", "some new book"], ["updated_at", "2014-09-29 22:37:35.508122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:37:35.511842"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:37:35.511842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:37:35 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:37:35.515563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:37:35.523158"], ["id", 1], ["name", "Season of the Cat"], ["updated_at", "2014-09-29 22:37:35.523158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:37:35.525667"], ["id", 1], ["name", "Hungry Beast"], ["updated_at", "2014-09-29 22:37:35.525667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:37:35.528100"], ["id", 1], ["name", "Curse of the Monster"], ["updated_at", "2014-09-29 22:37:35.528100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:37:35.530575"], ["id", 1], ["name", "I Married a Ultra City"], ["updated_at", "2014-09-29 22:37:35.530575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.534098"], ["name", "The City"], ["updated_at", "2014-09-29 22:37:35.534098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.535235"], ["name", "Planet of the Wizard"], ["updated_at", "2014-09-29 22:37:35.535235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.536165"], ["name", "Legend of Green Cousins"], ["updated_at", "2014-09-29 22:37:35.536165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.536888"], ["name", "Dangerous Wizard"], ["updated_at", "2014-09-29 22:37:35.536888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.537579"], ["name", "Journey of the Wolf"], ["updated_at", "2014-09-29 22:37:35.537579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.540726"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:37:35.540726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.543754"], ["name", "Codename: Brains"], ["updated_at", "2014-09-29 22:37:35.543754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.544736"], ["name", "The Thief Without a Ninjas"], ["updated_at", "2014-09-29 22:37:35.544736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.545625"], ["name", "Woman 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:37:35.545625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.546304"], ["name", "The Cousins from Mars"], ["updated_at", "2014-09-29 22:37:35.546304"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.547005"], ["name", "Hard Boiled Woman"], ["updated_at", "2014-09-29 22:37:35.547005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.551871"], ["name", "The Bloody Witch from Mars"], ["updated_at", "2014-09-29 22:37:35.551871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.553028"], ["name", "The Jungle from Outer Space"], ["updated_at", "2014-09-29 22:37:35.553028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.553964"], ["name", "The Tentacle"], ["updated_at", "2014-09-29 22:37:35.553964"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.554677"], ["name", "The Wolves from 17361 Leagues"], ["updated_at", "2014-09-29 22:37:35.554677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.555354"], ["name", "Pickpocket 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:37:35.555354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.560213"], ["name", "Season of the Champagne Gypsy"], ["updated_at", "2014-09-29 22:37:35.560213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.561370"], ["name", "Fake Mutant"], ["updated_at", "2014-09-29 22:37:35.561370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.562305"], ["name", "War of the Bloody Woman"], ["updated_at", "2014-09-29 22:37:35.562305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.563005"], ["name", "The Bloody Thief from the Black Lagoon"], ["updated_at", "2014-09-29 22:37:35.563005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:37:35.563692"], ["name", "A Fistful of Electric Cousins"], ["updated_at", "2014-09-29 22:37:35.563692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:16.636682"], ["id", 1], ["name", "Electric Thief"], ["updated_at", "2014-09-29 22:40:16.636682"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:16.647860"], ["id", 1], ["name", "Legend of Brains"], ["updated_at", "2014-09-29 22:40:16.647860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:16.650487"], ["id", 1], ["name", "Hard Boiled Ninja"], ["updated_at", "2014-09-29 22:40:16.650487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:16.652938"], ["id", 1], ["name", "The Danger Cousins from the Black Lagoon"], ["updated_at", "2014-09-29 22:40:16.652938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:16.676220"], ["id", 1], ["name", "Tokyo Fly: The Hobart Kub DVM Story"], ["updated_at", "2014-09-29 22:40:16.676220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:16.679578"], ["id", 1], ["name", "Bloody Cat"], ["updated_at", "2014-09-29 22:40:16.679578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.765967"], ["name", "Dangerous Men"], ["updated_at", "2014-09-29 22:40:16.765967"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.767441"], ["name", "Red Fly"], ["updated_at", "2014-09-29 22:40:16.767441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.769147"], ["name", "American Diaries"], ["updated_at", "2014-09-29 22:40:16.769147"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.770391"], ["name", "When Katlyn Met Jefferey"], ["updated_at", "2014-09-29 22:40:16.770391"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.771325"], ["name", "The Pickpocket Without a Witch"], ["updated_at", "2014-09-29 22:40:16.771325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.777993"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:40:16.777993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.783213"], ["name", "War of the Monster"], ["updated_at", "2014-09-29 22:40:16.783213"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.785041"], ["name", "The Blue Tears That Came to Dinner"], ["updated_at", "2014-09-29 22:40:16.785041"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.786902"], ["name", "Hungry Thief"], ["updated_at", "2014-09-29 22:40:16.786902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.788443"], ["name", "Day of the Brains"], ["updated_at", "2014-09-29 22:40:16.788443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.790402"], ["name", "Christmas on Jast Courts"], ["updated_at", "2014-09-29 22:40:16.790402"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.813697"], ["name", "Dr. Wolves"], ["updated_at", "2014-09-29 22:40:16.813697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.814957"], ["name", "I Married a Nuclear Women"], ["updated_at", "2014-09-29 22:40:16.814957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.815930"], ["name", "Christmas on Abernathy Via"], ["updated_at", "2014-09-29 22:40:16.815930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.817102"], ["name", "Christmas on Cronin Dam"], ["updated_at", "2014-09-29 22:40:16.817102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.818455"], ["name", "Blonde Woman"], ["updated_at", "2014-09-29 22:40:16.818455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.825930"], ["name", "The World from Across the Ocean"], ["updated_at", "2014-09-29 22:40:16.825930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.828030"], ["name", "Electric Witch"], ["updated_at", "2014-09-29 22:40:16.828030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.829768"], ["name", "Hard Boiled Witch"], ["updated_at", "2014-09-29 22:40:16.829768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.831051"], ["name", "When Viviane Met Vincenzo"], ["updated_at", "2014-09-29 22:40:16.831051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.832020"], ["name", "Electric Mutant"], ["updated_at", "2014-09-29 22:40:16.832020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:16.842624"], ["id", 1], ["name", "Case of the Missing Hills"], ["updated_at", "2014-09-29 22:40:16.842624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:40:16 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:40:16 -0700 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:16.860931"], ["id", 1], ["name", "Red Ninjas"], ["updated_at", "2014-09-29 22:40:16.860931"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:40:16 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:40:16 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:16.878702"], ["name", "some new book"], ["updated_at", "2014-09-29 22:40:16.878702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:16.883852"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:40:16.883852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:40:16 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:40:16.888218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:41.984402"], ["id", 1], ["name", "The Blonde Tears Who Fell to Earth"], ["updated_at", "2014-09-29 22:40:41.984402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:41.995302"], ["id", 1], ["name", "The Diaries from Outer Space"], ["updated_at", "2014-09-29 22:40:41.995302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:41.998507"], ["id", 1], ["name", "Ultra Pickpocket"], ["updated_at", "2014-09-29 22:40:41.998507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:42.001101"], ["id", 1], ["name", "The Dangerous Wolf from Across the Ocean"], ["updated_at", "2014-09-29 22:40:42.001101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.061356"], ["name", "The Death Tears Who Fell to Earth"], ["updated_at", "2014-09-29 22:40:42.061356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.062851"], ["name", "War of the Dangerous Man"], ["updated_at", "2014-09-29 22:40:42.062851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.064665"], ["name", "The Fake Wolf from Across the Ocean"], ["updated_at", "2014-09-29 22:40:42.064665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.065422"], ["name", "The Wolf from 16038 Leagues"], ["updated_at", "2014-09-29 22:40:42.065422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.066096"], ["name", "The Black Rose of Northern Ireland"], ["updated_at", "2014-09-29 22:40:42.066096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.070005"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:40:42.070005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.073381"], ["name", "843 A.D."], ["updated_at", "2014-09-29 22:40:42.073381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.074354"], ["name", "Time of the City"], ["updated_at", "2014-09-29 22:40:42.074354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.075200"], ["name", "Flying Wizard"], ["updated_at", "2014-09-29 22:40:42.075200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.075854"], ["name", "Legend of Gypsy"], ["updated_at", "2014-09-29 22:40:42.075854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.076499"], ["name", "The Blonde Identity from the Black Lagoon"], ["updated_at", "2014-09-29 22:40:42.076499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.090764"], ["name", "A Fistful of Tokyo Brain"], ["updated_at", "2014-09-29 22:40:42.090764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.091902"], ["name", "Killer Witch"], ["updated_at", "2014-09-29 22:40:42.091902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.092754"], ["name", "Death Hills"], ["updated_at", "2014-09-29 22:40:42.092754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.093427"], ["name", "Invasion of the Fake Man"], ["updated_at", "2014-09-29 22:40:42.093427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.094081"], ["name", "Planet of the Rain"], ["updated_at", "2014-09-29 22:40:42.094081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.098653"], ["name", "The World Who Fell to Earth"], ["updated_at", "2014-09-29 22:40:42.098653"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.099672"], ["name", "The Red Hills from Across the Ocean"], ["updated_at", "2014-09-29 22:40:42.099672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.101287"], ["name", "Je Vous Presente, Granville"], ["updated_at", "2014-09-29 22:40:42.101287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.102329"], ["name", "Curse of the Brain"], ["updated_at", "2014-09-29 22:40:42.102329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.103001"], ["name", "Curse of the Dreams"], ["updated_at", "2014-09-29 22:40:42.103001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:42.112437"], ["id", 1], ["name", "The Gypsy from the Black Lagoon"], ["updated_at", "2014-09-29 22:40:42.112437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:42.115297"], ["id", 1], ["name", "Je Vous Presente, Reymundo"], ["updated_at", "2014-09-29 22:40:42.115297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:42.118197"], ["id", 1], ["name", "Nuclear Man"], ["updated_at", "2014-09-29 22:40:42.118197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:40:42 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:40:42 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:42.130816"], ["id", 1], ["name", "The Gypsy from Hell"], ["updated_at", "2014-09-29 22:40:42.130816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:40:42 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:40:42 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:42.141255"], ["name", "some new book"], ["updated_at", "2014-09-29 22:40:42.141255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:42.145024"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:40:42.145024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:40:42 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:40:42.148719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.047207"], ["name", "The Hills Without a Brains"], ["updated_at", "2014-09-29 22:40:52.047207"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.079328"], ["name", "Killer World: The Kelly Turner V Story"], ["updated_at", "2014-09-29 22:40:52.079328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.081445"], ["name", "Christmas on Anita Oval"], ["updated_at", "2014-09-29 22:40:52.081445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.082596"], ["name", "Rise of the Women"], ["updated_at", "2014-09-29 22:40:52.082596"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.083499"], ["name", "Fake Diaries"], ["updated_at", "2014-09-29 22:40:52.083499"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.087297"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:40:52.087297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.096610"], ["name", "The Death Women from Outer Space"], ["updated_at", "2014-09-29 22:40:52.096610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.097575"], ["name", "The Tentacle from the Black Lagoon"], ["updated_at", "2014-09-29 22:40:52.097575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.098415"], ["name", "War of the Action Brain"], ["updated_at", "2014-09-29 22:40:52.098415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.099096"], ["name", "The Pickpocket from Mars"], ["updated_at", "2014-09-29 22:40:52.099096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.099769"], ["name", "The Tokyo Blow from Outer Space"], ["updated_at", "2014-09-29 22:40:52.099769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.114178"], ["name", "Danger Hills"], ["updated_at", "2014-09-29 22:40:52.114178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.115400"], ["name", "War of the Red Brains"], ["updated_at", "2014-09-29 22:40:52.115400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.116315"], ["name", "Season of the Wolf"], ["updated_at", "2014-09-29 22:40:52.116315"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.117030"], ["name", "Nuclear Witch: The Anya Medhurst Story"], ["updated_at", "2014-09-29 22:40:52.117030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.117719"], ["name", "Case of the Missing Ultra Pickpocket"], ["updated_at", "2014-09-29 22:40:52.117719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.122368"], ["name", "Case of the Missing Champagne Thief"], ["updated_at", "2014-09-29 22:40:52.122368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.123429"], ["name", "The Brains Without a Mutant"], ["updated_at", "2014-09-29 22:40:52.123429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.124323"], ["name", "Blue Ninja"], ["updated_at", "2014-09-29 22:40:52.124323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.125034"], ["name", "Red Beast"], ["updated_at", "2014-09-29 22:40:52.125034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.125720"], ["name", "Codename: Woman"], ["updated_at", "2014-09-29 22:40:52.125720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:52.136261"], ["id", 1], ["name", "Je Vous Presente, Pete"], ["updated_at", "2014-09-29 22:40:52.136261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:40:52 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:40:52 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:52.148704"], ["id", 1], ["name", "When Anibal Met Raquel"], ["updated_at", "2014-09-29 22:40:52.148704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:40:52 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:40:52 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:40:52.159860"], ["name", "some new book"], ["updated_at", "2014-09-29 22:40:52.159860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:52.163473"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:40:52.163473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:40:52 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:40:52.166984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:52.180746"], ["id", 1], ["name", "Season of the Danger Witch"], ["updated_at", "2014-09-29 22:40:52.180746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:52.184071"], ["id", 1], ["name", "Day of the Witch"], ["updated_at", "2014-09-29 22:40:52.184071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:52.187803"], ["id", 1], ["name", "Tentacle 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:40:52.187803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:52.190323"], ["id", 1], ["name", "Day of the Monster"], ["updated_at", "2014-09-29 22:40:52.190323"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:52.192773"], ["id", 1], ["name", "Fake Beast: The Sheridan Harvey Story"], ["updated_at", "2014-09-29 22:40:52.192773"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:40:52.195105"], ["id", 1], ["name", "The Monster That Came to Dinner"], ["updated_at", "2014-09-29 22:40:52.195105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:41:48.905876"], ["id", 1], ["name", "Wolves 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:41:48.905876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:41:48 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:41:48 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:41:48.995320"], ["id", 1], ["name", "Je Vous Presente, Delphine"], ["updated_at", "2014-09-29 22:41:48.995320"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:41:48 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:41:49 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.006384"], ["name", "some new book"], ["updated_at", "2014-09-29 22:41:49.006384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:41:49.009717"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:41:49.009717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:41:49 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:41:49.012989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.021748"], ["name", "The City from Across the Ocean"], ["updated_at", "2014-09-29 22:41:49.021748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.022995"], ["name", "The Mutant That Came to Dinner"], ["updated_at", "2014-09-29 22:41:49.022995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.024206"], ["name", "The Danger Beast from Mars"], ["updated_at", "2014-09-29 22:41:49.024206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.025283"], ["name", "Fake Dreams"], ["updated_at", "2014-09-29 22:41:49.025283"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.026310"], ["name", "Rise of the Fake Man"], ["updated_at", "2014-09-29 22:41:49.026310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.029548"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:41:49.029548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.032600"], ["name", "The Jungle Who Fell to Earth"], ["updated_at", "2014-09-29 22:41:49.032600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.033617"], ["name", "The Diaries from 954 Leagues"], ["updated_at", "2014-09-29 22:41:49.033617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.034530"], ["name", "Nuclear Brains"], ["updated_at", "2014-09-29 22:41:49.034530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.035213"], ["name", "I am Blonde Brain"], ["updated_at", "2014-09-29 22:41:49.035213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.035875"], ["name", "The Tentacle from Hell"], ["updated_at", "2014-09-29 22:41:49.035875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.041379"], ["name", "The Identity from Northwest Midlothian/Midlothian Country Club"], ["updated_at", "2014-09-29 22:41:49.041379"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.042761"], ["name", "Hard Boiled Women"], ["updated_at", "2014-09-29 22:41:49.042761"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.043681"], ["name", "Hard Boiled Blow"], ["updated_at", "2014-09-29 22:41:49.043681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.044399"], ["name", "The Blue Dreams from Hell"], ["updated_at", "2014-09-29 22:41:49.044399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.045102"], ["name", "Green Wizard"], ["updated_at", "2014-09-29 22:41:49.045102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.049902"], ["name", "Killer Rain"], ["updated_at", "2014-09-29 22:41:49.049902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.051091"], ["name", "The Killer Gypsy Who Fell to Earth"], ["updated_at", "2014-09-29 22:41:49.051091"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.052115"], ["name", "Time of the Blue Cat"], ["updated_at", "2014-09-29 22:41:49.052115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.052844"], ["name", "Rise of the Dangerous Men"], ["updated_at", "2014-09-29 22:41:49.052844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:41:49.053509"], ["name", "Green Woman"], ["updated_at", "2014-09-29 22:41:49.053509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:41:49.067345"], ["id", 1], ["name", "Fake Hills"], ["updated_at", "2014-09-29 22:41:49.067345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:41:49.070097"], ["id", 1], ["name", "Action Cat"], ["updated_at", "2014-09-29 22:41:49.070097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:41:49.072838"], ["id", 1], ["name", "Blonde Clash"], ["updated_at", "2014-09-29 22:41:49.072838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:41:49.075346"], ["id", 1], ["name", "Nuclear Cousins: The Garnett Kunde Story"], ["updated_at", "2014-09-29 22:41:49.075346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:41:49.078344"], ["id", 1], ["name", "The City with a Thousand Faces"], ["updated_at", "2014-09-29 22:41:49.078344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:41:49.080658"], ["id", 1], ["name", "The Ninja from Across the Ocean"], ["updated_at", "2014-09-29 22:41:49.080658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:42:21.555732"], ["id", 1], ["name", "Blue City"], ["updated_at", "2014-09-29 22:42:21.555732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:42:21 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 39ms (Views: 37.7ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:42:21 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:42:21.644648"], ["id", 1], ["name", "The Danger Blow from Mars"], ["updated_at", "2014-09-29 22:42:21.644648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:42:21 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 3ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:42:21 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.655959"], ["name", "some new book"], ["updated_at", "2014-09-29 22:42:21.655959"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:42:21.659458"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:42:21.659458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:42:21 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:42:21.662750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:42:21.680886"], ["id", 1], ["name", "Killer Jungle"], ["updated_at", "2014-09-29 22:42:21.680886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:42:21.683349"], ["id", 1], ["name", "Action Ninja"], ["updated_at", "2014-09-29 22:42:21.683349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:42:21.685881"], ["id", 1], ["name", "The Champagne Tears Who Fell to Earth"], ["updated_at", "2014-09-29 22:42:21.685881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:42:21.688533"], ["id", 1], ["name", "Return of the Blow"], ["updated_at", "2014-09-29 22:42:21.688533"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.703223"], ["name", "The Ninja Without a Cat"], ["updated_at", "2014-09-29 22:42:21.703223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.704453"], ["name", "Hard Boiled Man"], ["updated_at", "2014-09-29 22:42:21.704453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.705679"], ["name", "The Identity from Bronxdale"], ["updated_at", "2014-09-29 22:42:21.705679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.706641"], ["name", "The Danger Demon from Across the Ocean"], ["updated_at", "2014-09-29 22:42:21.706641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.707332"], ["name", "Bloody Demon"], ["updated_at", "2014-09-29 22:42:21.707332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.710322"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:42:21.710322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.713297"], ["name", "Tokyo Rain"], ["updated_at", "2014-09-29 22:42:21.713297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.714395"], ["name", "Dr. Mutant"], ["updated_at", "2014-09-29 22:42:21.714395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.715482"], ["name", "Planet of the Demon"], ["updated_at", "2014-09-29 22:42:21.715482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.716215"], ["name", "Flying Diaries"], ["updated_at", "2014-09-29 22:42:21.716215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.716897"], ["name", "Rise of the Flying Monster"], ["updated_at", "2014-09-29 22:42:21.716897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.722030"], ["name", "I Married a Tentacle"], ["updated_at", "2014-09-29 22:42:21.722030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.723145"], ["name", "Killer Hills"], ["updated_at", "2014-09-29 22:42:21.723145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.724053"], ["name", "The Brains from 11804 Leagues"], ["updated_at", "2014-09-29 22:42:21.724053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.725866"], ["name", "Dangerous Gypsy: The Maybelle Bode Story"], ["updated_at", "2014-09-29 22:42:21.725866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.726965"], ["name", "Je Vous Presente, Rebeka"], ["updated_at", "2014-09-29 22:42:21.726965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.731784"], ["name", "The Witch from Mars"], ["updated_at", "2014-09-29 22:42:21.731784"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.732976"], ["name", "Case of the Missing Friday"], ["updated_at", "2014-09-29 22:42:21.732976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.733965"], ["name", "Rise of the Fly"], ["updated_at", "2014-09-29 22:42:21.733965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.734643"], ["name", "Champagne Dreams"], ["updated_at", "2014-09-29 22:42:21.734643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:42:21.735339"], ["name", "The Fake Clash from the Black Lagoon"], ["updated_at", "2014-09-29 22:42:21.735339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:42:21.747094"], ["id", 1], ["name", "Je Vous Presente, Gus"], ["updated_at", "2014-09-29 22:42:21.747094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:42:21.749588"], ["id", 1], ["name", "The Woman from the Black Lagoon"], ["updated_at", "2014-09-29 22:42:21.749588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:00.432206"], ["id", 1], ["name", "The Hungry Tears from Hell"], ["updated_at", "2014-09-29 22:43:00.432206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:43:00 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:43:00 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:00.516769"], ["id", 1], ["name", "Return of the Dangerous Brains"], ["updated_at", "2014-09-29 22:43:00.516769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:43:00 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:43:00 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.527974"], ["name", "some new book"], ["updated_at", "2014-09-29 22:43:00.527974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:00.531451"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:43:00.531451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:43:00 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:43:00.534898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:00.541631"], ["id", 1], ["name", "Dangerous Thief 2: Son of Dangerous Thief"], ["updated_at", "2014-09-29 22:43:00.541631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:00.544608"], ["id", 1], ["name", "Tokyo Brains"], ["updated_at", "2014-09-29 22:43:00.544608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:00.550508"], ["id", 1], ["name", "The Identity from the Black Lagoon"], ["updated_at", "2014-09-29 22:43:00.550508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:00.553024"], ["id", 1], ["name", "World 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:43:00.553024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:00.555451"], ["id", 1], ["name", "Danger Jungle"], ["updated_at", "2014-09-29 22:43:00.555451"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:00.557806"], ["id", 1], ["name", "Day of the Danger Wolf"], ["updated_at", "2014-09-29 22:43:00.557806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.566951"], ["name", "War of the Ninja"], ["updated_at", "2014-09-29 22:43:00.566951"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.568203"], ["name", "Planet of the Red Pickpocket"], ["updated_at", "2014-09-29 22:43:00.568203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.569169"], ["name", "Champagne Clash"], ["updated_at", "2014-09-29 22:43:00.569169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.569871"], ["name", "Return of the Death Thief"], ["updated_at", "2014-09-29 22:43:00.569871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.570550"], ["name", "Flying Brains"], ["updated_at", "2014-09-29 22:43:00.570550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.573583"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:43:00.573583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.576449"], ["name", "Fake Cousins"], ["updated_at", "2014-09-29 22:43:00.576449"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.577317"], ["name", "Hungry Tentacle"], ["updated_at", "2014-09-29 22:43:00.577317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.578167"], ["name", "Forbidden Rain"], ["updated_at", "2014-09-29 22:43:00.578167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.578831"], ["name", "Forbidden Wolves"], ["updated_at", "2014-09-29 22:43:00.578831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.579497"], ["name", "The Nuclear Wolves Who Fell to Earth"], ["updated_at", "2014-09-29 22:43:00.579497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.584689"], ["name", "Season of the Dangerous Women"], ["updated_at", "2014-09-29 22:43:00.584689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.585932"], ["name", "I Married a Mutant"], ["updated_at", "2014-09-29 22:43:00.585932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.587928"], ["name", "Death Diaries: The Dante Haag Story"], ["updated_at", "2014-09-29 22:43:00.587928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.589018"], ["name", "When Abagail Met Chaz"], ["updated_at", "2014-09-29 22:43:00.589018"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.589709"], ["name", "The Wolf from Outer Space"], ["updated_at", "2014-09-29 22:43:00.589709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.594322"], ["name", "The Blonde Brain from Across the Ocean"], ["updated_at", "2014-09-29 22:43:00.594322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.595435"], ["name", "Dr. Clash"], ["updated_at", "2014-09-29 22:43:00.595435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.596331"], ["name", "Blonde Mutant"], ["updated_at", "2014-09-29 22:43:00.596331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.597003"], ["name", "Action Mutant"], ["updated_at", "2014-09-29 22:43:00.597003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:00.597701"], ["name", "The Women from 18665 Leagues"], ["updated_at", "2014-09-29 22:43:00.597701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:17.660597"], ["id", 1], ["name", "Green Brains"], ["updated_at", "2014-09-29 22:43:17.660597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:43:17 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:43:17 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:17.749001"], ["id", 1], ["name", "The Hills from the Black Lagoon"], ["updated_at", "2014-09-29 22:43:17.749001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:43:17 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:43:17 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.760173"], ["name", "some new book"], ["updated_at", "2014-09-29 22:43:17.760173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:17.763878"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:43:17.763878"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:43:17 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:43:17.767481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:17.772623"], ["id", 1], ["name", "Dangerous Mutant"], ["updated_at", "2014-09-29 22:43:17.772623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:17.775040"], ["id", 1], ["name", "The Hungry Men from Hell"], ["updated_at", "2014-09-29 22:43:17.775040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:17.777227"], ["id", 1], ["name", "The Wolf That Came to Dinner"], ["updated_at", "2014-09-29 22:43:17.777227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:17.779591"], ["id", 1], ["name", "Dangerous Beast"], ["updated_at", "2014-09-29 22:43:17.779591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:17.796771"], ["id", 1], ["name", "The Fly from Outer Space"], ["updated_at", "2014-09-29 22:43:17.796771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:17.799336"], ["id", 1], ["name", "The Friday That Came to Dinner"], ["updated_at", "2014-09-29 22:43:17.799336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.805278"], ["name", "Curse of the Blonde Fly"], ["updated_at", "2014-09-29 22:43:17.805278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.806639"], ["name", "Bloody Blow"], ["updated_at", "2014-09-29 22:43:17.806639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.807639"], ["name", "American Gypsy"], ["updated_at", "2014-09-29 22:43:17.807639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.808361"], ["name", "Hard Boiled Cousins"], ["updated_at", "2014-09-29 22:43:17.808361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.809035"], ["name", "A Fistful of Tokyo Wolves"], ["updated_at", "2014-09-29 22:43:17.809035"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.812129"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:43:17.812129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.815215"], ["name", "War of the Blue Tears"], ["updated_at", "2014-09-29 22:43:17.815215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.816349"], ["name", "Rise of the World"], ["updated_at", "2014-09-29 22:43:17.816349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.817400"], ["name", "The Blonde Women from Hell"], ["updated_at", "2014-09-29 22:43:17.817400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.818086"], ["name", "The Flying Ninja with a Thousand Faces"], ["updated_at", "2014-09-29 22:43:17.818086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.818759"], ["name", "Green Man"], ["updated_at", "2014-09-29 22:43:17.818759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.824058"], ["name", "Codename: Brains"], ["updated_at", "2014-09-29 22:43:17.824058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.825285"], ["name", "Blue Man 2: Son of Blue Man"], ["updated_at", "2014-09-29 22:43:17.825285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.826309"], ["name", "The Dreams Without a Witch"], ["updated_at", "2014-09-29 22:43:17.826309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.827006"], ["name", "I am Action Mutant"], ["updated_at", "2014-09-29 22:43:17.827006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.827697"], ["name", "I Married a Green Ninjas"], ["updated_at", "2014-09-29 22:43:17.827697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.833411"], ["name", "Je Vous Presente, Robbie"], ["updated_at", "2014-09-29 22:43:17.833411"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.834710"], ["name", "The Action Monster from the Black Lagoon"], ["updated_at", "2014-09-29 22:43:17.834710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.835637"], ["name", "Hungry Woman"], ["updated_at", "2014-09-29 22:43:17.835637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.836819"], ["name", "Hungry Blow"], ["updated_at", "2014-09-29 22:43:17.836819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:17.838162"], ["name", "Danger Brains"], ["updated_at", "2014-09-29 22:43:17.838162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:44.956750"], ["id", 1], ["name", "Red Pickpocket"], ["updated_at", "2014-09-29 22:43:44.956750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:43:44 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:43:45 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:45.047043"], ["id", 1], ["name", "The Black Rose of Scotland"], ["updated_at", "2014-09-29 22:43:45.047043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:43:45 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:43:45 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.058053"], ["name", "some new book"], ["updated_at", "2014-09-29 22:43:45.058053"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:45.061753"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:43:45.061753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:43:45 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:43:45.065296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.070523"], ["name", "The Hills from 8726 Leagues"], ["updated_at", "2014-09-29 22:43:45.070523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.071996"], ["name", "Rise of the World"], ["updated_at", "2014-09-29 22:43:45.071996"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.073212"], ["name", "1094 A.D."], ["updated_at", "2014-09-29 22:43:45.073212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.073879"], ["name", "Dangerous Rain"], ["updated_at", "2014-09-29 22:43:45.073879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.074528"], ["name", "Legend of Dangerous Fly"], ["updated_at", "2014-09-29 22:43:45.074528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.077530"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:43:45.077530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.080640"], ["name", "Codename: Nuclear Diaries"], ["updated_at", "2014-09-29 22:43:45.080640"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.081595"], ["name", "Case of the Missing Tentacle"], ["updated_at", "2014-09-29 22:43:45.081595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.082479"], ["name", "Blue Wizard"], ["updated_at", "2014-09-29 22:43:45.082479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.083141"], ["name", "The Rain"], ["updated_at", "2014-09-29 22:43:45.083141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.083819"], ["name", "Dr. Rain"], ["updated_at", "2014-09-29 22:43:45.083819"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.089065"], ["name", "War of the Cat"], ["updated_at", "2014-09-29 22:43:45.089065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.090218"], ["name", "Curse of the Diaries"], ["updated_at", "2014-09-29 22:43:45.090218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.091248"], ["name", "The Red Wizard That Came to Dinner"], ["updated_at", "2014-09-29 22:43:45.091248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.092005"], ["name", "War of the City"], ["updated_at", "2014-09-29 22:43:45.092005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.092701"], ["name", "The Fake Witch Who Fell to Earth"], ["updated_at", "2014-09-29 22:43:45.092701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.097396"], ["name", "Tokyo Thief"], ["updated_at", "2014-09-29 22:43:45.097396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.098519"], ["name", "The Black Rose of Scotland"], ["updated_at", "2014-09-29 22:43:45.098519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.099402"], ["name", "The Red Rose of England"], ["updated_at", "2014-09-29 22:43:45.099402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.100062"], ["name", "The Killer Men That Came to Dinner"], ["updated_at", "2014-09-29 22:43:45.100062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:43:45.100700"], ["name", "The Wizard from the Black Lagoon"], ["updated_at", "2014-09-29 22:43:45.100700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:45.113420"], ["id", 1], ["name", "The Dreams with a Thousand Faces"], ["updated_at", "2014-09-29 22:43:45.113420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:45.115975"], ["id", 1], ["name", "Blue Tentacle"], ["updated_at", "2014-09-29 22:43:45.115975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:45.133572"], ["id", 1], ["name", "I Married a Dangerous Jungle"], ["updated_at", "2014-09-29 22:43:45.133572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:45.136108"], ["id", 1], ["name", "The Diaries from Mars"], ["updated_at", "2014-09-29 22:43:45.136108"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:45.139161"], ["id", 1], ["name", "American Blow"], ["updated_at", "2014-09-29 22:43:45.139161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:43:45.142935"], ["id", 1], ["name", "I am Dreams"], ["updated_at", "2014-09-29 22:43:45.142935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:14.949966"], ["id", 1], ["name", "The Man Without a Friday"], ["updated_at", "2014-09-29 22:44:14.949966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:14.961372"], ["id", 1], ["name", "Danger Clash"], ["updated_at", "2014-09-29 22:44:14.961372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:14.964625"], ["id", 1], ["name", "Electric Fly"], ["updated_at", "2014-09-29 22:44:14.964625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:14.967528"], ["id", 1], ["name", "The Beast from Hell"], ["updated_at", "2014-09-29 22:44:14.967528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:14.980132"], ["id", 1], ["name", "Season of the Death Monster"], ["updated_at", "2014-09-29 22:44:14.980132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:44:15 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:44:15 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:15.061356"], ["id", 1], ["name", "Death Cousins"], ["updated_at", "2014-09-29 22:44:15.061356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:44:15 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:44:15 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.072422"], ["name", "some new book"], ["updated_at", "2014-09-29 22:44:15.072422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:15.075970"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:44:15.075970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:44:15 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:44:15.079438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:15.085387"], ["id", 1], ["name", "Rise of the Friday"], ["updated_at", "2014-09-29 22:44:15.085387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:15.088568"], ["id", 1], ["name", "Day of the Action Diaries"], ["updated_at", "2014-09-29 22:44:15.088568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.094588"], ["name", "Je Vous Presente, Dariana"], ["updated_at", "2014-09-29 22:44:15.094588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.095913"], ["name", "Hard Boiled Ninjas"], ["updated_at", "2014-09-29 22:44:15.095913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.096855"], ["name", "The World Without a Witch"], ["updated_at", "2014-09-29 22:44:15.096855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.097519"], ["name", "The American Men from Outer Space"], ["updated_at", "2014-09-29 22:44:15.097519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.098204"], ["name", "Blow 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:44:15.098204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.101247"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:44:15.101247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.104280"], ["name", "Case of the Missing Red Diaries"], ["updated_at", "2014-09-29 22:44:15.104280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.105238"], ["name", "I Married a Dangerous World"], ["updated_at", "2014-09-29 22:44:15.105238"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.106171"], ["name", "The Clash from 14268 Leagues"], ["updated_at", "2014-09-29 22:44:15.106171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.106865"], ["name", "The Brain Without a Tears"], ["updated_at", "2014-09-29 22:44:15.106865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.107565"], ["name", "The Pickpocket"], ["updated_at", "2014-09-29 22:44:15.107565"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) [35m (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.112688"], ["name", "The Identity"], ["updated_at", "2014-09-29 22:44:15.112688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.113727"], ["name", "Codename: Diaries"], ["updated_at", "2014-09-29 22:44:15.113727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.114663"], ["name", "Case of the Missing Hungry Pickpocket"], ["updated_at", "2014-09-29 22:44:15.114663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.115695"], ["name", "Flying Wizard: The Zechariah Boyer Story"], ["updated_at", "2014-09-29 22:44:15.115695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.116610"], ["name", "Invasion of the Killer Jungle"], ["updated_at", "2014-09-29 22:44:15.116610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.121190"], ["name", "Season of the Hungry Cat"], ["updated_at", "2014-09-29 22:44:15.121190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.122375"], ["name", "I am Red World"], ["updated_at", "2014-09-29 22:44:15.122375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.123321"], ["name", "I am Ninja"], ["updated_at", "2014-09-29 22:44:15.123321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.124028"], ["name", "Death Ninjas"], ["updated_at", "2014-09-29 22:44:15.124028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:15.124765"], ["name", "The Electric World That Came to Dinner"], ["updated_at", "2014-09-29 22:44:15.124765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:27.624229"], ["id", 1], ["name", "The Death Diaries from Across the Ocean"], ["updated_at", "2014-09-29 22:44:27.624229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:27.635201"], ["id", 1], ["name", "The Dangerous Ninja Who Fell to Earth"], ["updated_at", "2014-09-29 22:44:27.635201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.671723"], ["name", "Killer Diaries"], ["updated_at", "2014-09-29 22:44:27.671723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.673318"], ["name", "Codename: Tears"], ["updated_at", "2014-09-29 22:44:27.673318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.676163"], ["name", "When Breanne Met Dorthy"], ["updated_at", "2014-09-29 22:44:27.676163"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.677403"], ["name", "The Tokyo Man from the Black Lagoon"], ["updated_at", "2014-09-29 22:44:27.677403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.678574"], ["name", "Blue Ninja: The Gavin Jerde Story"], ["updated_at", "2014-09-29 22:44:27.678574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.710727"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:44:27.710727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.713991"], ["name", "Planet of the Red Wolves"], ["updated_at", "2014-09-29 22:44:27.713991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.715013"], ["name", "Death Tears"], ["updated_at", "2014-09-29 22:44:27.715013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.715974"], ["name", "Champagne Dreams"], ["updated_at", "2014-09-29 22:44:27.715974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.716697"], ["name", "Journey of the Death Brains"], ["updated_at", "2014-09-29 22:44:27.716697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.717374"], ["name", "Legend of City"], ["updated_at", "2014-09-29 22:44:27.717374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.732197"], ["name", "Red Diaries"], ["updated_at", "2014-09-29 22:44:27.732197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.733322"], ["name", "Tokyo Pickpocket"], ["updated_at", "2014-09-29 22:44:27.733322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.734201"], ["name", "Invasion of the Tokyo Ninjas"], ["updated_at", "2014-09-29 22:44:27.734201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.734879"], ["name", "The Pickpocket"], ["updated_at", "2014-09-29 22:44:27.734879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.735547"], ["name", "The Beast Without a Wolves"], ["updated_at", "2014-09-29 22:44:27.735547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.740126"], ["name", "Electric Thief"], ["updated_at", "2014-09-29 22:44:27.740126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.741229"], ["name", "Journey of the Action Tentacle"], ["updated_at", "2014-09-29 22:44:27.741229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.742188"], ["name", "The Bloody Diaries from Hell"], ["updated_at", "2014-09-29 22:44:27.742188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.742888"], ["name", "The Diaries Who Fell to Earth"], ["updated_at", "2014-09-29 22:44:27.742888"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.743567"], ["name", "Action Diaries"], ["updated_at", "2014-09-29 22:44:27.743567"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:27.750818"], ["id", 1], ["name", "Legend of Electric Ninjas"], ["updated_at", "2014-09-29 22:44:27.750818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:27.753337"], ["id", 1], ["name", "Killer Brains"], ["updated_at", "2014-09-29 22:44:27.753337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:27.755712"], ["id", 1], ["name", "The Beast Without a Beast"], ["updated_at", "2014-09-29 22:44:27.755712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:27.758038"], ["id", 1], ["name", "Death Tears"], ["updated_at", "2014-09-29 22:44:27.758038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:27.786625"], ["id", 1], ["name", "The Fly from Hell"], ["updated_at", "2014-09-29 22:44:27.786625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:44:27 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:44:27 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:27.799471"], ["id", 1], ["name", "Dangerous World"], ["updated_at", "2014-09-29 22:44:27.799471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:44:27 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:44:27 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:44:27.810339"], ["name", "some new book"], ["updated_at", "2014-09-29 22:44:27.810339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:44:27.814118"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:44:27.814118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:44:27 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:44:27.817720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.382136"], ["name", "When Rubye Met Jamey"], ["updated_at", "2014-09-29 22:45:00.382136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.413668"], ["name", "The Nuclear Wolves from Across the Ocean"], ["updated_at", "2014-09-29 22:45:00.413668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.415489"], ["name", "The Hills from 812 Leagues"], ["updated_at", "2014-09-29 22:45:00.415489"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.416231"], ["name", "The Red Dreams That Came to Dinner"], ["updated_at", "2014-09-29 22:45:00.416231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.417219"], ["name", "I am Red Identity"], ["updated_at", "2014-09-29 22:45:00.417219"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.421456"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:45:00.421456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.430737"], ["name", "The Cousins from 17571 Leagues"], ["updated_at", "2014-09-29 22:45:00.430737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.431735"], ["name", "The Diaries from Hell"], ["updated_at", "2014-09-29 22:45:00.431735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.432608"], ["name", "American Gypsy"], ["updated_at", "2014-09-29 22:45:00.432608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.433280"], ["name", "Champagne Ninjas"], ["updated_at", "2014-09-29 22:45:00.433280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.433933"], ["name", "Dangerous Gypsy"], ["updated_at", "2014-09-29 22:45:00.433933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.448857"], ["name", "Bloody Beast: The Bridget DuBuque Story"], ["updated_at", "2014-09-29 22:45:00.448857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.450187"], ["name", "Champagne Man"], ["updated_at", "2014-09-29 22:45:00.450187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.451057"], ["name", "Je Vous Presente, Katheryn"], ["updated_at", "2014-09-29 22:45:00.451057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.451736"], ["name", "The Friday That Came to Dinner"], ["updated_at", "2014-09-29 22:45:00.451736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.452404"], ["name", "The Blue Clash from Outer Space"], ["updated_at", "2014-09-29 22:45:00.452404"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.457192"], ["name", "The Diaries That Came to Dinner"], ["updated_at", "2014-09-29 22:45:00.457192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.458387"], ["name", "American Wizard"], ["updated_at", "2014-09-29 22:45:00.458387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.459613"], ["name", "Christmas on Abshire Center"], ["updated_at", "2014-09-29 22:45:00.459613"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.460667"], ["name", "The Rain Who Fell to Earth"], ["updated_at", "2014-09-29 22:45:00.460667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.461346"], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", "2014-09-29 22:45:00.461346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:45:00.468577"], ["id", 1], ["name", "Fake Cousins"], ["updated_at", "2014-09-29 22:45:00.468577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:45:00 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:45:00 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:45:00.481397"], ["id", 1], ["name", "Electric Fly"], ["updated_at", "2014-09-29 22:45:00.481397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:45:00 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:45:00 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:45:00.492089"], ["name", "some new book"], ["updated_at", "2014-09-29 22:45:00.492089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:45:00.495645"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:45:00.495645"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:45:00 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:45:00.499135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:45:00.504604"], ["id", 1], ["name", "The Men from Hell"], ["updated_at", "2014-09-29 22:45:00.504604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:45:00.507172"], ["id", 1], ["name", "The Diaries from Mars"], ["updated_at", "2014-09-29 22:45:00.507172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:45:00.510221"], ["id", 1], ["name", "The Jungle"], ["updated_at", "2014-09-29 22:45:00.510221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:45:00.512669"], ["id", 1], ["name", "The Diaries from 7520 Leagues"], ["updated_at", "2014-09-29 22:45:00.512669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:45:00.515072"], ["id", 1], ["name", "Return of the Action Beast"], ["updated_at", "2014-09-29 22:45:00.515072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:45:00.517599"], ["id", 1], ["name", "Action Brains"], ["updated_at", "2014-09-29 22:45:00.517599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:46:09.503426"], ["id", 1], ["name", "Killer Diaries"], ["updated_at", "2014-09-29 22:46:09.503426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:46:09.513817"], ["id", 1], ["name", "The Action Wizard from Hell"], ["updated_at", "2014-09-29 22:46:09.513817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:46:09.532535"], ["id", 1], ["name", "Tokyo Blow"], ["updated_at", "2014-09-29 22:46:09.532535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:46:09.535448"], ["id", 1], ["name", "Curse of the Fake Diaries"], ["updated_at", "2014-09-29 22:46:09.535448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:46:09.538213"], ["id", 1], ["name", "The Man from Outer Space"], ["updated_at", "2014-09-29 22:46:09.538213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:46:09.541456"], ["id", 1], ["name", "Case of the Missing Champagne Wolves"], ["updated_at", "2014-09-29 22:46:09.541456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:46:09.557785"], ["id", 1], ["name", "The Red Diaries with a Thousand Faces"], ["updated_at", "2014-09-29 22:46:09.557785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:46:09 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:46:09 -0700 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:46:09.648054"], ["id", 1], ["name", "Dangerous Tentacle"], ["updated_at", "2014-09-29 22:46:09.648054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:46:09 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:46:09 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.659730"], ["name", "some new book"], ["updated_at", "2014-09-29 22:46:09.659730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:46:09.663445"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:46:09.663445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:46:09 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:46:09.666940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.671709"], ["name", "The Pickpocket Without a City"], ["updated_at", "2014-09-29 22:46:09.671709"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.672798"], ["name", "Ultra Clash"], ["updated_at", "2014-09-29 22:46:09.672798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.674466"], ["name", "When Josh Met Kenyon"], ["updated_at", "2014-09-29 22:46:09.674466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.675503"], ["name", "Hard Boiled Witch"], ["updated_at", "2014-09-29 22:46:09.675503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.676288"], ["name", "The Woman with a Thousand Faces"], ["updated_at", "2014-09-29 22:46:09.676288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.679523"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:46:09.679523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.682707"], ["name", "Blonde Women"], ["updated_at", "2014-09-29 22:46:09.682707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.683739"], ["name", "The World Who Fell to Earth"], ["updated_at", "2014-09-29 22:46:09.683739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.684677"], ["name", "The Hungry Rain That Came to Dinner"], ["updated_at", "2014-09-29 22:46:09.684677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.685381"], ["name", "Dr. Beast"], ["updated_at", "2014-09-29 22:46:09.685381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.686046"], ["name", "The Rain"], ["updated_at", "2014-09-29 22:46:09.686046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.691092"], ["name", "Death Diaries"], ["updated_at", "2014-09-29 22:46:09.691092"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.692272"], ["name", "The Men from the Black Lagoon"], ["updated_at", "2014-09-29 22:46:09.692272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.693249"], ["name", "Hungry Friday"], ["updated_at", "2014-09-29 22:46:09.693249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.693937"], ["name", "Je Vous Presente, Orin"], ["updated_at", "2014-09-29 22:46:09.693937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.694618"], ["name", "I am Bloody Cousins"], ["updated_at", "2014-09-29 22:46:09.694618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.699536"], ["name", "Curse of the Forbidden Diaries"], ["updated_at", "2014-09-29 22:46:09.699536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.700665"], ["name", "Je Vous Presente, Devan"], ["updated_at", "2014-09-29 22:46:09.700665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.701579"], ["name", "The Cousins Who Fell to Earth"], ["updated_at", "2014-09-29 22:46:09.701579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.702258"], ["name", "Tokyo Clash"], ["updated_at", "2014-09-29 22:46:09.702258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:46:09.702926"], ["name", "Codename: Flying Ninja"], ["updated_at", "2014-09-29 22:46:09.702926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:47:10.252873"], ["id", 1], ["name", "Beast 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:47:10.252873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:47:10 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:47:10 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:47:10.350453"], ["id", 1], ["name", "The World from East Renton"], ["updated_at", "2014-09-29 22:47:10.350453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:47:10 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:47:10 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.361889"], ["name", "some new book"], ["updated_at", "2014-09-29 22:47:10.361889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:47:10.365756"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:47:10.365756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:47:10 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:47:10.369279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:47:10.376069"], ["id", 1], ["name", "Invasion of the Wolf"], ["updated_at", "2014-09-29 22:47:10.376069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:47:10.379141"], ["id", 1], ["name", "The Beast That Came to Dinner"], ["updated_at", "2014-09-29 22:47:10.379141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:47:10.381816"], ["id", 1], ["name", "The Electric Ninjas from Hell"], ["updated_at", "2014-09-29 22:47:10.381816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:47:10.384307"], ["id", 1], ["name", "Red Identity"], ["updated_at", "2014-09-29 22:47:10.384307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:47:10.394854"], ["id", 1], ["name", "The Champagne Gypsy Who Fell to Earth"], ["updated_at", "2014-09-29 22:47:10.394854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:47:10.397345"], ["id", 1], ["name", "The Red Rose of Northern Ireland"], ["updated_at", "2014-09-29 22:47:10.397345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.404465"], ["name", "The Fake Cousins from Mars"], ["updated_at", "2014-09-29 22:47:10.404465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.405710"], ["name", "The Flying Demon from Outer Space"], ["updated_at", "2014-09-29 22:47:10.405710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.406639"], ["name", "2736 A.D."], ["updated_at", "2014-09-29 22:47:10.406639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.407295"], ["name", "Forbidden Tears"], ["updated_at", "2014-09-29 22:47:10.407295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.407974"], ["name", "Hard Boiled Witch"], ["updated_at", "2014-09-29 22:47:10.407974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.411115"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:47:10.411115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.414217"], ["name", "Identity 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:47:10.414217"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.415244"], ["name", "Flying Jungle"], ["updated_at", "2014-09-29 22:47:10.415244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.416190"], ["name", "The City That Came to Dinner"], ["updated_at", "2014-09-29 22:47:10.416190"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.416889"], ["name", "The Man Without a Jungle"], ["updated_at", "2014-09-29 22:47:10.416889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.417609"], ["name", "The Death Woman from Outer Space"], ["updated_at", "2014-09-29 22:47:10.417609"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.422806"], ["name", "The Fly Without a Gypsy"], ["updated_at", "2014-09-29 22:47:10.422806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.425036"], ["name", "Green Cat: The Elmira Kerluke Story"], ["updated_at", "2014-09-29 22:47:10.425036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.426336"], ["name", "The Wolves from Hell"], ["updated_at", "2014-09-29 22:47:10.426336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.427065"], ["name", "Champagne Hills"], ["updated_at", "2014-09-29 22:47:10.427065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.427734"], ["name", "Tokyo Woman"], ["updated_at", "2014-09-29 22:47:10.427734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.432296"], ["name", "Hungry Wolf"], ["updated_at", "2014-09-29 22:47:10.432296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.433371"], ["name", "The Beast with a Thousand Faces"], ["updated_at", "2014-09-29 22:47:10.433371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.434329"], ["name", "The Hungry Brains from Mars"], ["updated_at", "2014-09-29 22:47:10.434329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.435031"], ["name", "The Rain with a Thousand Faces"], ["updated_at", "2014-09-29 22:47:10.435031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:47:10.435706"], ["name", "The Gypsy from Across the Ocean"], ["updated_at", "2014-09-29 22:47:10.435706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.712965"], ["name", "The Beast from Hell"], ["updated_at", "2014-09-29 22:54:47.712965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.716999"], ["name", "Legend of Death Women"], ["updated_at", "2014-09-29 22:54:47.716999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.718994"], ["name", "War of the Witch"], ["updated_at", "2014-09-29 22:54:47.718994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.719872"], ["name", "Tokyo Tentacle"], ["updated_at", "2014-09-29 22:54:47.719872"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.720597"], ["name", "Action Pickpocket"], ["updated_at", "2014-09-29 22:54:47.720597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.753405"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:54:47.753405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.762903"], ["name", "A Fistful of City"], ["updated_at", "2014-09-29 22:54:47.762903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.763937"], ["name", "The Black Rose of Wales"], ["updated_at", "2014-09-29 22:54:47.763937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.764772"], ["name", "Action Tentacle 2: Son of Action Tentacle"], ["updated_at", "2014-09-29 22:54:47.764772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.765441"], ["name", "Dangerous Tentacle"], ["updated_at", "2014-09-29 22:54:47.765441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.767240"], ["name", "Dangerous Beast: The Amya Zemlak Story"], ["updated_at", "2014-09-29 22:54:47.767240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.782760"], ["name", "Red Cousins"], ["updated_at", "2014-09-29 22:54:47.782760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.784036"], ["name", "Codename: Clash"], ["updated_at", "2014-09-29 22:54:47.784036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.785025"], ["name", "Action Tentacle: The Alec Labadie Story"], ["updated_at", "2014-09-29 22:54:47.785025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.785790"], ["name", "I am Cousins"], ["updated_at", "2014-09-29 22:54:47.785790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.786545"], ["name", "I am Wizard"], ["updated_at", "2014-09-29 22:54:47.786545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.791552"], ["name", "The Tears from 12627 Leagues"], ["updated_at", "2014-09-29 22:54:47.791552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.792701"], ["name", "Codename: Wolf"], ["updated_at", "2014-09-29 22:54:47.792701"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.793674"], ["name", "Journey of the Dreams"], ["updated_at", "2014-09-29 22:54:47.793674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.794383"], ["name", "Time of the Danger Friday"], ["updated_at", "2014-09-29 22:54:47.794383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.795058"], ["name", "Electric Diaries"], ["updated_at", "2014-09-29 22:54:47.795058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:54:47.804182"], ["id", 1], ["name", "Planet of the City"], ["updated_at", "2014-09-29 22:54:47.804182"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:54:47.806667"], ["id", 1], ["name", "The Champagne Tentacle from Mars"], ["updated_at", "2014-09-29 22:54:47.806667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:54:47.817897"], ["id", 1], ["name", "The Clash from West Covina East"], ["updated_at", "2014-09-29 22:54:47.817897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:54:47.821058"], ["id", 1], ["name", "The Beast from 14826 Leagues"], ["updated_at", "2014-09-29 22:54:47.821058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:54:47.823433"], ["id", 1], ["name", "Action Hills 2: Son of Action Hills"], ["updated_at", "2014-09-29 22:54:47.823433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:54:47.825672"], ["id", 1], ["name", "American Wizard"], ["updated_at", "2014-09-29 22:54:47.825672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:54:47.837129"], ["id", 1], ["name", "Return of the Forbidden Ninjas"], ["updated_at", "2014-09-29 22:54:47.837129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:54:47 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:54:47 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:54:47.850312"], ["id", 1], ["name", "Flying Witch"], ["updated_at", "2014-09-29 22:54:47.850312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:54:47 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:54:47 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:54:47.860997"], ["name", "some new book"], ["updated_at", "2014-09-29 22:54:47.860997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:54:47.864774"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:54:47.864774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:54:47 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:54:47.868479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:02.728318"], ["id", 1], ["name", "Nuclear Wolves"], ["updated_at", "2014-09-29 22:55:02.728318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:02.732462"], ["id", 1], ["name", "Hungry Friday 2: Son of Hungry Friday"], ["updated_at", "2014-09-29 22:55:02.732462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:02.735618"], ["id", 1], ["name", "The Fly from Hell"], ["updated_at", "2014-09-29 22:55:02.735618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:02.738696"], ["id", 1], ["name", "When Joseph Met Marcelino"], ["updated_at", "2014-09-29 22:55:02.738696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:02.743729"], ["id", 1], ["name", "The Tokyo Clash from Across the Ocean"], ["updated_at", "2014-09-29 22:55:02.743729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:02.746589"], ["id", 1], ["name", "Day of the Dreams"], ["updated_at", "2014-09-29 22:55:02.746589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:02.749520"], ["id", 1], ["name", "Codename: American Woman"], ["updated_at", "2014-09-29 22:55:02.749520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:55:02 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:55:02 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:02.832328"], ["id", 1], ["name", "Invasion of the Blow"], ["updated_at", "2014-09-29 22:55:02.832328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:55:02 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:55:02 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.843945"], ["name", "some new book"], ["updated_at", "2014-09-29 22:55:02.843945"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:02.847473"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:55:02.847473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:55:02 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:55:02.850916"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.889584"], ["name", "The Tears with a Thousand Faces"], ["updated_at", "2014-09-29 22:55:02.889584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.891080"], ["name", "Time of the Demon"], ["updated_at", "2014-09-29 22:55:02.891080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.892069"], ["name", "The City with a Thousand Faces"], ["updated_at", "2014-09-29 22:55:02.892069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.892795"], ["name", "Blow 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:55:02.892795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.893500"], ["name", "The Red Rose of Wales"], ["updated_at", "2014-09-29 22:55:02.893500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.897259"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:55:02.897259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.900721"], ["name", "Red Beast"], ["updated_at", "2014-09-29 22:55:02.900721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.901838"], ["name", "Fake World"], ["updated_at", "2014-09-29 22:55:02.901838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.902799"], ["name", "Curse of the Blonde Ninjas"], ["updated_at", "2014-09-29 22:55:02.902799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.903591"], ["name", "The Brain from Outer Space"], ["updated_at", "2014-09-29 22:55:02.903591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.904380"], ["name", "Rise of the Dangerous Gypsy"], ["updated_at", "2014-09-29 22:55:02.904380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.910013"], ["name", "Dr. Wizard"], ["updated_at", "2014-09-29 22:55:02.910013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.911195"], ["name", "When Lorena Met Carroll"], ["updated_at", "2014-09-29 22:55:02.911195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.912098"], ["name", "Rise of the Blue Cousins"], ["updated_at", "2014-09-29 22:55:02.912098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.912817"], ["name", "The Nuclear Jungle from Across the Ocean"], ["updated_at", "2014-09-29 22:55:02.912817"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.913478"], ["name", "Gypsy 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:55:02.913478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.918620"], ["name", "Christmas on Weimann Spring"], ["updated_at", "2014-09-29 22:55:02.918620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.920121"], ["name", "Rise of the Nuclear Mutant"], ["updated_at", "2014-09-29 22:55:02.920121"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.921166"], ["name", "Blonde Clash: The Antonette Lehner DVM Story"], ["updated_at", "2014-09-29 22:55:02.921166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.921950"], ["name", "Hungry Wolves"], ["updated_at", "2014-09-29 22:55:02.921950"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:02.922657"], ["name", "The Killer Blow from Mars"], ["updated_at", "2014-09-29 22:55:02.922657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.093250"], ["name", "Nuclear Brain"], ["updated_at", "2014-09-29 22:55:46.093250"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.096844"], ["name", "Hungry Monster"], ["updated_at", "2014-09-29 22:55:46.096844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.099046"], ["name", "Return of the Blonde Beast"], ["updated_at", "2014-09-29 22:55:46.099046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.100280"], ["name", "The Action Identity from Across the Ocean"], ["updated_at", "2014-09-29 22:55:46.100280"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.101076"], ["name", "I am Hungry Identity"], ["updated_at", "2014-09-29 22:55:46.101076"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.134288"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:55:46.134288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.143985"], ["name", "Planet of the Rain"], ["updated_at", "2014-09-29 22:55:46.143985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.144998"], ["name", "The Electric Man from Mars"], ["updated_at", "2014-09-29 22:55:46.144998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.146720"], ["name", "When Avery Met Alysson"], ["updated_at", "2014-09-29 22:55:46.146720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.147760"], ["name", "The Red Hills from Outer Space"], ["updated_at", "2014-09-29 22:55:46.147760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.148460"], ["name", "Time of the Cat"], ["updated_at", "2014-09-29 22:55:46.148460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.163369"], ["name", "Champagne Cousins"], ["updated_at", "2014-09-29 22:55:46.163369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.164516"], ["name", "Nuclear Friday 2: Son of Nuclear Friday"], ["updated_at", "2014-09-29 22:55:46.164516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.165340"], ["name", "Hungry Cousins"], ["updated_at", "2014-09-29 22:55:46.165340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.166030"], ["name", "The Demon with a Thousand Faces"], ["updated_at", "2014-09-29 22:55:46.166030"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.166719"], ["name", "The Green World from Across the Ocean"], ["updated_at", "2014-09-29 22:55:46.166719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.171374"], ["name", "The Action Witch from Outer Space"], ["updated_at", "2014-09-29 22:55:46.171374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.172578"], ["name", "Forbidden Dreams"], ["updated_at", "2014-09-29 22:55:46.172578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.173557"], ["name", "Action Pickpocket"], ["updated_at", "2014-09-29 22:55:46.173557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.174251"], ["name", "Dangerous Ninjas"], ["updated_at", "2014-09-29 22:55:46.174251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.174926"], ["name", "Journey of the Brain"], ["updated_at", "2014-09-29 22:55:46.174926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:46.191970"], ["id", 1], ["name", "I Married a Pickpocket"], ["updated_at", "2014-09-29 22:55:46.191970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:46.194464"], ["id", 1], ["name", "1378 A.D."], ["updated_at", "2014-09-29 22:55:46.194464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:46.196953"], ["id", 1], ["name", "Planet of the Beast"], ["updated_at", "2014-09-29 22:55:46.196953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:46.199988"], ["id", 1], ["name", "Day of the Death Demon"], ["updated_at", "2014-09-29 22:55:46.199988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:46.204183"], ["id", 1], ["name", "Rise of the Flying Beast"], ["updated_at", "2014-09-29 22:55:46.204183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:55:46 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:55:46 -0700 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:46.218049"], ["id", 1], ["name", "The Friday from Sea Ranch Lakes"], ["updated_at", "2014-09-29 22:55:46.218049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:55:46 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:55:46 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:55:46.229153"], ["name", "some new book"], ["updated_at", "2014-09-29 22:55:46.229153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:46.233454"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:55:46.233454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:55:46 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:55:46.237266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:46.257506"], ["id", 1], ["name", "The Dreams with a Thousand Faces"], ["updated_at", "2014-09-29 22:55:46.257506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:55:46.260258"], ["id", 1], ["name", "The Electric Men from Hell"], ["updated_at", "2014-09-29 22:55:46.260258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:56:42.471472"], ["id", 1], ["name", "The Gypsy from Outer Space"], ["updated_at", "2014-09-29 22:56:42.471472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:56:42.484170"], ["id", 1], ["name", "Forbidden Men"], ["updated_at", "2014-09-29 22:56:42.484170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:56:42.487920"], ["id", 1], ["name", "Journey of the Diaries"], ["updated_at", "2014-09-29 22:56:42.487920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:56:42.491127"], ["id", 1], ["name", "Fake Gypsy"], ["updated_at", "2014-09-29 22:56:42.491127"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:56:42.523367"], ["id", 1], ["name", "Flying Woman"], ["updated_at", "2014-09-29 22:56:42.523367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:56:42.528114"], ["id", 1], ["name", "Green Man"], ["updated_at", "2014-09-29 22:56:42.528114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:56:42.550194"], ["id", 1], ["name", "Case of the Missing Ninjas"], ["updated_at", "2014-09-29 22:56:42.550194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:56:42 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 14ms (Views: 11.2ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:56:42 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:56:42.659823"], ["id", 1], ["name", "Blue Beast"], ["updated_at", "2014-09-29 22:56:42.659823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:56:42 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:56:42 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.670742"], ["name", "some new book"], ["updated_at", "2014-09-29 22:56:42.670742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:56:42.674563"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:56:42.674563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:56:42 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:56:42.678111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.683446"], ["name", "The Witch from Outer Space"], ["updated_at", "2014-09-29 22:56:42.683446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.684563"], ["name", "War of the Man"], ["updated_at", "2014-09-29 22:56:42.684563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.685385"], ["name", "The Electric Men from Hell"], ["updated_at", "2014-09-29 22:56:42.685385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.686047"], ["name", "320 A.D."], ["updated_at", "2014-09-29 22:56:42.686047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.686719"], ["name", "The Tears from 8049 Leagues"], ["updated_at", "2014-09-29 22:56:42.686719"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.689903"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:56:42.689903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.693214"], ["name", "Return of the Forbidden Diaries"], ["updated_at", "2014-09-29 22:56:42.693214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.694562"], ["name", "The Man from North East Irwindale"], ["updated_at", "2014-09-29 22:56:42.694562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.695837"], ["name", "Hungry World"], ["updated_at", "2014-09-29 22:56:42.695837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.696562"], ["name", "The Hungry Gypsy Who Fell to Earth"], ["updated_at", "2014-09-29 22:56:42.696562"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.697222"], ["name", "Dr. Fly"], ["updated_at", "2014-09-29 22:56:42.697222"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.703044"], ["name", "Fake Wolves: The Cedrick Berge Story"], ["updated_at", "2014-09-29 22:56:42.703044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.704380"], ["name", "Mutant 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:56:42.704380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.705375"], ["name", "War of the Electric Men"], ["updated_at", "2014-09-29 22:56:42.705375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.706064"], ["name", "I am Men"], ["updated_at", "2014-09-29 22:56:42.706064"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.706737"], ["name", "The Fly from 16843 Leagues"], ["updated_at", "2014-09-29 22:56:42.706737"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.711400"], ["name", "Killer Demon"], ["updated_at", "2014-09-29 22:56:42.711400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.712826"], ["name", "Christmas on Marta Tunnel"], ["updated_at", "2014-09-29 22:56:42.712826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.714003"], ["name", "The Identity from Hell"], ["updated_at", "2014-09-29 22:56:42.714003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.714946"], ["name", "Rise of the Tears"], ["updated_at", "2014-09-29 22:56:42.714946"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:56:42.715667"], ["name", "The Blue Gypsy from Across the Ocean"], ["updated_at", "2014-09-29 22:56:42.715667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:27.228621"], ["id", 1], ["name", "The Brains from Hell"], ["updated_at", "2014-09-29 22:57:27.228621"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:27.239022"], ["id", 1], ["name", "The Tokyo Brain from Hell"], ["updated_at", "2014-09-29 22:57:27.239022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:27.241769"], ["id", 1], ["name", "Rise of the Red Cousins"], ["updated_at", "2014-09-29 22:57:27.241769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:27.244269"], ["id", 1], ["name", "The Killer Thief That Came to Dinner"], ["updated_at", "2014-09-29 22:57:27.244269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:27.270836"], ["id", 1], ["name", "The Flying Brain with a Thousand Faces"], ["updated_at", "2014-09-29 22:57:27.270836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:27.273585"], ["id", 1], ["name", "The Fake Thief from the Black Lagoon"], ["updated_at", "2014-09-29 22:57:27.273585"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:27.276840"], ["id", 1], ["name", "The Tears from Across the Ocean"], ["updated_at", "2014-09-29 22:57:27.276840"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:57:27 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:57:27 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:27.359089"], ["id", 1], ["name", "Bloody Brains"], ["updated_at", "2014-09-29 22:57:27.359089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:57:27 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:57:27 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.371649"], ["name", "some new book"], ["updated_at", "2014-09-29 22:57:27.371649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:27.375383"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:57:27.375383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:57:27 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:57:27.378948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.397427"], ["name", "The Thief from Florissant West"], ["updated_at", "2014-09-29 22:57:27.397427"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.399033"], ["name", "2756 A.D."], ["updated_at", "2014-09-29 22:57:27.399033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.400014"], ["name", "The Diaries That Came to Dinner"], ["updated_at", "2014-09-29 22:57:27.400014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.400836"], ["name", "Day of the Danger Blow"], ["updated_at", "2014-09-29 22:57:27.400836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.401594"], ["name", "I am Hills"], ["updated_at", "2014-09-29 22:57:27.401594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.405568"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:57:27.405568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.408786"], ["name", "Dangerous Jungle"], ["updated_at", "2014-09-29 22:57:27.408786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.410549"], ["name", "When Jordan Met Connie"], ["updated_at", "2014-09-29 22:57:27.410549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.411756"], ["name", "The Electric Diaries from Hell"], ["updated_at", "2014-09-29 22:57:27.411756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.412462"], ["name", "The Dreams from Hell"], ["updated_at", "2014-09-29 22:57:27.412462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.413143"], ["name", "Green Hills"], ["updated_at", "2014-09-29 22:57:27.413143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.418853"], ["name", "Danger Ninjas"], ["updated_at", "2014-09-29 22:57:27.418853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.419961"], ["name", "Women 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:57:27.419961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.421161"], ["name", "Christmas on Matilda Brook"], ["updated_at", "2014-09-29 22:57:27.421161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.422137"], ["name", "The City Without a Fly"], ["updated_at", "2014-09-29 22:57:27.422137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.422827"], ["name", "The Death Fly from Across the Ocean"], ["updated_at", "2014-09-29 22:57:27.422827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.427483"], ["name", "Je Vous Presente, Arely"], ["updated_at", "2014-09-29 22:57:27.427483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.428688"], ["name", "Dangerous Gypsy"], ["updated_at", "2014-09-29 22:57:27.428688"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.429656"], ["name", "Action Wizard 2: Son of Action Wizard"], ["updated_at", "2014-09-29 22:57:27.429656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.430423"], ["name", "Journey of the Thief"], ["updated_at", "2014-09-29 22:57:27.430423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:27.431138"], ["name", "Red Friday"], ["updated_at", "2014-09-29 22:57:27.431138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:45.942421"], ["id", 1], ["name", "The Wolves from Outer Space"], ["updated_at", "2014-09-29 22:57:45.942421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:45.952838"], ["id", 1], ["name", "Blonde Clash"], ["updated_at", "2014-09-29 22:57:45.952838"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:45.955271"], ["id", 1], ["name", "Tokyo Cat"], ["updated_at", "2014-09-29 22:57:45.955271"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:45.957666"], ["id", 1], ["name", "Flying Brains"], ["updated_at", "2014-09-29 22:57:45.957666"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:45.961897"], ["id", 1], ["name", "The White Rose of England"], ["updated_at", "2014-09-29 22:57:45.961897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:45.964252"], ["id", 1], ["name", "The Beast from Outer Space"], ["updated_at", "2014-09-29 22:57:45.964252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.028665"], ["name", "Blue Diaries"], ["updated_at", "2014-09-29 22:57:46.028665"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.031165"], ["name", "American Man: The Deja Satterfield Story"], ["updated_at", "2014-09-29 22:57:46.031165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.033083"], ["name", "Je Vous Presente, Fatima"], ["updated_at", "2014-09-29 22:57:46.033083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.034077"], ["name", "The Cousins"], ["updated_at", "2014-09-29 22:57:46.034077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.035003"], ["name", "Electric Man"], ["updated_at", "2014-09-29 22:57:46.035003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.038904"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:57:46.038904"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.042145"], ["name", "The Rain with a Thousand Faces"], ["updated_at", "2014-09-29 22:57:46.042145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.043159"], ["name", "The Electric Wizard from Outer Space"], ["updated_at", "2014-09-29 22:57:46.043159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.044022"], ["name", "The Wolf from Hell"], ["updated_at", "2014-09-29 22:57:46.044022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.044720"], ["name", "Return of the Dangerous Beast"], ["updated_at", "2014-09-29 22:57:46.044720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.045409"], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", "2014-09-29 22:57:46.045409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.060763"], ["name", "The Killer Witch Who Fell to Earth"], ["updated_at", "2014-09-29 22:57:46.060763"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.061956"], ["name", "The Hills That Came to Dinner"], ["updated_at", "2014-09-29 22:57:46.061956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.062914"], ["name", "Dr. Tentacle"], ["updated_at", "2014-09-29 22:57:46.062914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.063626"], ["name", "Legend of Wizard"], ["updated_at", "2014-09-29 22:57:46.063626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.064310"], ["name", "The Champagne Monster from Across the Ocean"], ["updated_at", "2014-09-29 22:57:46.064310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.068944"], ["name", "The Diaries from the Black Lagoon"], ["updated_at", "2014-09-29 22:57:46.068944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.070157"], ["name", "Green Cat 2: Son of Green Cat"], ["updated_at", "2014-09-29 22:57:46.070157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.071123"], ["name", "The Tentacle Without a Pickpocket"], ["updated_at", "2014-09-29 22:57:46.071123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.071831"], ["name", "Tokyo Witch"], ["updated_at", "2014-09-29 22:57:46.071831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.072505"], ["name", "The Witch from Mars"], ["updated_at", "2014-09-29 22:57:46.072505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:46.090422"], ["id", 1], ["name", "Rise of the Tears"], ["updated_at", "2014-09-29 22:57:46.090422"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:57:46 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:57:46 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:46.103374"], ["id", 1], ["name", "Dr. Diaries"], ["updated_at", "2014-09-29 22:57:46.103374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:57:46 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:57:46 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:46.114097"], ["name", "some new book"], ["updated_at", "2014-09-29 22:57:46.114097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:46.117846"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:57:46.117846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:57:46 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:57:46.121183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:54.656704"], ["id", 1], ["name", "Hungry Cat: The Chadd Marks Story"], ["updated_at", "2014-09-29 22:57:54.656704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:54.667246"], ["id", 1], ["name", "Blue World"], ["updated_at", "2014-09-29 22:57:54.667246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.749830"], ["name", "Hungry Brain"], ["updated_at", "2014-09-29 22:57:54.749830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.751425"], ["name", "The Thief"], ["updated_at", "2014-09-29 22:57:54.751425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.753181"], ["name", "The Electric Mutant from Mars"], ["updated_at", "2014-09-29 22:57:54.753181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.753925"], ["name", "Hard Boiled Demon"], ["updated_at", "2014-09-29 22:57:54.753925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.754627"], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-09-29 22:57:54.754627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.759028"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:57:54.759028"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.762446"], ["name", "The Women That Came to Dinner"], ["updated_at", "2014-09-29 22:57:54.762446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.763493"], ["name", "Ultra Ninja"], ["updated_at", "2014-09-29 22:57:54.763493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.764483"], ["name", "When Kristofer Met Justina"], ["updated_at", "2014-09-29 22:57:54.764483"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.765235"], ["name", "Friday 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:57:54.765235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.765928"], ["name", "The Killer Ninja from Mars"], ["updated_at", "2014-09-29 22:57:54.765928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.781602"], ["name", "The Pickpocket from Across the Ocean"], ["updated_at", "2014-09-29 22:57:54.781602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.782742"], ["name", "Hard Boiled Man"], ["updated_at", "2014-09-29 22:57:54.782742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.783707"], ["name", "Season of the Bloody Woman"], ["updated_at", "2014-09-29 22:57:54.783707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.784697"], ["name", "The Hills from East of Telegraph Road"], ["updated_at", "2014-09-29 22:57:54.784697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.785716"], ["name", "Electric Ninja"], ["updated_at", "2014-09-29 22:57:54.785716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.790543"], ["name", "The Jungle Who Fell to Earth"], ["updated_at", "2014-09-29 22:57:54.790543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.791667"], ["name", "Blue Wizard"], ["updated_at", "2014-09-29 22:57:54.791667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.792520"], ["name", "Red City"], ["updated_at", "2014-09-29 22:57:54.792520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.793204"], ["name", "The Ninja Without a Wolf"], ["updated_at", "2014-09-29 22:57:54.793204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.793885"], ["name", "The Men Who Fell to Earth"], ["updated_at", "2014-09-29 22:57:54.793885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:54.804584"], ["id", 1], ["name", "American Identity"], ["updated_at", "2014-09-29 22:57:54.804584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:57:54 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:57:54 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:54.817602"], ["id", 1], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", "2014-09-29 22:57:54.817602"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:57:54 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:57:54 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:57:54.828256"], ["name", "some new book"], ["updated_at", "2014-09-29 22:57:54.828256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:54.831941"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:57:54.831941"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:57:54 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:57:54.835849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:54.843690"], ["id", 1], ["name", "Flying Women"], ["updated_at", "2014-09-29 22:57:54.843690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:54.846067"], ["id", 1], ["name", "Green Wolves"], ["updated_at", "2014-09-29 22:57:54.846067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:54.848689"], ["id", 1], ["name", "The Action Witch with a Thousand Faces"], ["updated_at", "2014-09-29 22:57:54.848689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:57:54.851516"], ["id", 1], ["name", "The Friday from Babylon Bayside"], ["updated_at", "2014-09-29 22:57:54.851516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.914689"], ["name", "Green Hills 2: Son of Green Hills"], ["updated_at", "2014-09-29 22:58:36.914689"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.918309"], ["name", "A Fistful of Diaries"], ["updated_at", "2014-09-29 22:58:36.918309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.920215"], ["name", "Green Man"], ["updated_at", "2014-09-29 22:58:36.920215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.920993"], ["name", "Hard Boiled World"], ["updated_at", "2014-09-29 22:58:36.920993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.922563"], ["name", "When Madison Met Georgette"], ["updated_at", "2014-09-29 22:58:36.922563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.927052"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:58:36.927052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.930624"], ["name", "Hungry Women"], ["updated_at", "2014-09-29 22:58:36.930624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.931692"], ["name", "The Friday from the Black Lagoon"], ["updated_at", "2014-09-29 22:58:36.931692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.932629"], ["name", "The Thief Without a World"], ["updated_at", "2014-09-29 22:58:36.932629"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.933343"], ["name", "Return of the Killer Men"], ["updated_at", "2014-09-29 22:58:36.933343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.934022"], ["name", "When Hal Met Kattie"], ["updated_at", "2014-09-29 22:58:36.934022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.976362"], ["name", "Return of the Rain"], ["updated_at", "2014-09-29 22:58:36.976362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.977530"], ["name", "War of the Danger Monster"], ["updated_at", "2014-09-29 22:58:36.977530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.978445"], ["name", "Hard Boiled Brain"], ["updated_at", "2014-09-29 22:58:36.978445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.979154"], ["name", "Season of the Wolves"], ["updated_at", "2014-09-29 22:58:36.979154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.979846"], ["name", "Day of the Tears"], ["updated_at", "2014-09-29 22:58:36.979846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.984428"], ["name", "Jungle 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:58:36.984428"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.985521"], ["name", "The Green Wizard from Hell"], ["updated_at", "2014-09-29 22:58:36.985521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.986415"], ["name", "The Dangerous Blow from Mars"], ["updated_at", "2014-09-29 22:58:36.986415"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.987167"], ["name", "American Ninjas"], ["updated_at", "2014-09-29 22:58:36.987167"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:36.987879"], ["name", "The Death Brains from Across the Ocean"], ["updated_at", "2014-09-29 22:58:36.987879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:58:36.999542"], ["id", 1], ["name", "The Cousins from Hell"], ["updated_at", "2014-09-29 22:58:36.999542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:58:37.002541"], ["id", 1], ["name", "Dr. Woman"], ["updated_at", "2014-09-29 22:58:37.002541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:58:37.004915"], ["id", 1], ["name", "War of the Wizard"], ["updated_at", "2014-09-29 22:58:37.004915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:58:37.007123"], ["id", 1], ["name", "The Death Men That Came to Dinner"], ["updated_at", "2014-09-29 22:58:37.007123"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:58:37.027218"], ["id", 1], ["name", "The Wolf with a Thousand Faces"], ["updated_at", "2014-09-29 22:58:37.027218"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:58:37 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:58:37 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:58:37.040985"], ["id", 1], ["name", "Blue World 2: Son of Blue World"], ["updated_at", "2014-09-29 22:58:37.040985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:58:37 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:58:37 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:58:37.051732"], ["name", "some new book"], ["updated_at", "2014-09-29 22:58:37.051732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:58:37.055322"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:58:37.055322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:58:37 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:58:37.058660"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:58:37.071853"], ["id", 1], ["name", "The World from Across the Ocean"], ["updated_at", "2014-09-29 22:58:37.071853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:58:37.074332"], ["id", 1], ["name", "American Tears"], ["updated_at", "2014-09-29 22:58:37.074332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:16.279402"], ["id", 1], ["name", "Dr. Wolves"], ["updated_at", "2014-09-29 22:59:16.279402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:59:16 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 40ms (Views: 38.3ms | ActiveRecord: 0.1ms)  (6.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:59:16 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:16.368928"], ["id", 1], ["name", "The Nuclear Tentacle with a Thousand Faces"], ["updated_at", "2014-09-29 22:59:16.368928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:59:16 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:59:16 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.379993"], ["name", "some new book"], ["updated_at", "2014-09-29 22:59:16.379993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:16.383602"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:59:16.383602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:59:16 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:59:16.386966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:16.402726"], ["id", 1], ["name", "Day of the Thief"], ["updated_at", "2014-09-29 22:59:16.402726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:16.405145"], ["id", 1], ["name", "Action Diaries"], ["updated_at", "2014-09-29 22:59:16.405145"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:16.409597"], ["id", 1], ["name", "When Richmond Met Lila"], ["updated_at", "2014-09-29 22:59:16.409597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:16.412821"], ["id", 1], ["name", "American Mutant"], ["updated_at", "2014-09-29 22:59:16.412821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:16.415747"], ["id", 1], ["name", "Invasion of the Woman"], ["updated_at", "2014-09-29 22:59:16.415747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:16.418013"], ["id", 1], ["name", "Fake Women"], ["updated_at", "2014-09-29 22:59:16.418013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.438150"], ["name", "The Pickpocket from Hell"], ["updated_at", "2014-09-29 22:59:16.438150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.439420"], ["name", "The Nuclear Thief from Hell"], ["updated_at", "2014-09-29 22:59:16.439420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.440373"], ["name", "I Married a Blue Man"], ["updated_at", "2014-09-29 22:59:16.440373"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.441049"], ["name", "Legend of American Brain"], ["updated_at", "2014-09-29 22:59:16.441049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.441745"], ["name", "Case of the Missing Rain"], ["updated_at", "2014-09-29 22:59:16.441745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.444873"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:59:16.444873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.447837"], ["name", "War of the City"], ["updated_at", "2014-09-29 22:59:16.447837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.449245"], ["name", "Christmas on Kuvalis Harbors"], ["updated_at", "2014-09-29 22:59:16.449245"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.450452"], ["name", "Green Hills"], ["updated_at", "2014-09-29 22:59:16.450452"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.451178"], ["name", "War of the Action Witch"], ["updated_at", "2014-09-29 22:59:16.451178"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.451869"], ["name", "The Ultra Pickpocket from Outer Space"], ["updated_at", "2014-09-29 22:59:16.451869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.456721"], ["name", "191 A.D."], ["updated_at", "2014-09-29 22:59:16.456721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.457859"], ["name", "Je Vous Presente, Percival"], ["updated_at", "2014-09-29 22:59:16.457859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.458754"], ["name", "Journey of the Blonde Dreams"], ["updated_at", "2014-09-29 22:59:16.458754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.459450"], ["name", "Nuclear Man"], ["updated_at", "2014-09-29 22:59:16.459450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.460124"], ["name", "The Pickpocket from Hell"], ["updated_at", "2014-09-29 22:59:16.460124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.464877"], ["name", "The Rain That Came to Dinner"], ["updated_at", "2014-09-29 22:59:16.464877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.465982"], ["name", "The Diaries from Outer Space"], ["updated_at", "2014-09-29 22:59:16.465982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.466985"], ["name", "War of the Tokyo Diaries"], ["updated_at", "2014-09-29 22:59:16.466985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.467715"], ["name", "Tokyo Wolf 2: Son of Tokyo Wolf"], ["updated_at", "2014-09-29 22:59:16.467715"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:16.468410"], ["name", "Dangerous Ninjas"], ["updated_at", "2014-09-29 22:59:16.468410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:35.696399"], ["id", 1], ["name", "The Monster Who Fell to Earth"], ["updated_at", "2014-09-29 22:59:35.696399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 15:59:35 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 15:59:35 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:35.780243"], ["id", 1], ["name", "The Cousins from Hell"], ["updated_at", "2014-09-29 22:59:35.780243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 15:59:35 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 15:59:35 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.791581"], ["name", "some new book"], ["updated_at", "2014-09-29 22:59:35.791581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:35.795188"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 22:59:35.795188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 15:59:35 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 22:59:35.798624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:35.809731"], ["id", 1], ["name", "Christmas on Will Walk"], ["updated_at", "2014-09-29 22:59:35.809731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:35.812467"], ["id", 1], ["name", "Tentacle 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:59:35.812467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.820552"], ["name", "Ultra Monster"], ["updated_at", "2014-09-29 22:59:35.820552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.821960"], ["name", "The Killer Blow from Across the Ocean"], ["updated_at", "2014-09-29 22:59:35.821960"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.822966"], ["name", "Tokyo Clash"], ["updated_at", "2014-09-29 22:59:35.822966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.823995"], ["name", "Journey of the Nuclear Dreams"], ["updated_at", "2014-09-29 22:59:35.823995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.824993"], ["name", "The Wolf from Across the Ocean"], ["updated_at", "2014-09-29 22:59:35.824993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.828132"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 22:59:35.828132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.831351"], ["name", "Forbidden Cousins"], ["updated_at", "2014-09-29 22:59:35.831351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.832377"], ["name", "The Red Rose of England"], ["updated_at", "2014-09-29 22:59:35.832377"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.833346"], ["name", "The Pickpocket with a Thousand Faces"], ["updated_at", "2014-09-29 22:59:35.833346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.834129"], ["name", "Red Monster"], ["updated_at", "2014-09-29 22:59:35.834129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.834832"], ["name", "The Death World from the Black Lagoon"], ["updated_at", "2014-09-29 22:59:35.834832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.840022"], ["name", "Tokyo Identity"], ["updated_at", "2014-09-29 22:59:35.840022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.841156"], ["name", "Electric Rain"], ["updated_at", "2014-09-29 22:59:35.841156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.842095"], ["name", "Dr. Beast"], ["updated_at", "2014-09-29 22:59:35.842095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.842806"], ["name", "Ultra Gypsy"], ["updated_at", "2014-09-29 22:59:35.842806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.843523"], ["name", "The American Men with a Thousand Faces"], ["updated_at", "2014-09-29 22:59:35.843523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.848317"], ["name", "Return of the Beast"], ["updated_at", "2014-09-29 22:59:35.848317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.849667"], ["name", "Tokyo Women"], ["updated_at", "2014-09-29 22:59:35.849667"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.850673"], ["name", "Ninjas 2: Electric Boogaloo"], ["updated_at", "2014-09-29 22:59:35.850673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.851410"], ["name", "American Cousins"], ["updated_at", "2014-09-29 22:59:35.851410"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 22:59:35.852129"], ["name", "Rise of the Hungry Brains"], ["updated_at", "2014-09-29 22:59:35.852129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:35.857846"], ["id", 1], ["name", "Death Hills"], ["updated_at", "2014-09-29 22:59:35.857846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:35.860834"], ["id", 1], ["name", "Journey of the Ultra Dreams"], ["updated_at", "2014-09-29 22:59:35.860834"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:35.863264"], ["id", 1], ["name", "I am Dreams"], ["updated_at", "2014-09-29 22:59:35.863264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 22:59:35.865625"], ["id", 1], ["name", "The City with a Thousand Faces"], ["updated_at", "2014-09-29 22:59:35.865625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.770075"], ["name", "I Married a Friday"], ["updated_at", "2014-09-29 23:00:15.770075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.773246"], ["name", "Time of the Red Wolves"], ["updated_at", "2014-09-29 23:00:15.773246"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.774963"], ["name", "Hard Boiled Blow"], ["updated_at", "2014-09-29 23:00:15.774963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.775752"], ["name", "Pickpocket 2: Electric Boogaloo"], ["updated_at", "2014-09-29 23:00:15.775752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.776436"], ["name", "The Hungry Blow from Mars"], ["updated_at", "2014-09-29 23:00:15.776436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.780470"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 23:00:15.780470"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (6.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.789897"], ["name", "The Blue Mutant from the Black Lagoon"], ["updated_at", "2014-09-29 23:00:15.789897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.790957"], ["name", "Nuclear Beast"], ["updated_at", "2014-09-29 23:00:15.790957"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.792762"], ["name", "Je Vous Presente, Virginia"], ["updated_at", "2014-09-29 23:00:15.792762"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.794256"], ["name", "Blonde Cat: The Shanon Batz Story"], ["updated_at", "2014-09-29 23:00:15.794256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.795188"], ["name", "Season of the Death City"], ["updated_at", "2014-09-29 23:00:15.795188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.809673"], ["name", "I am Champagne Gypsy"], ["updated_at", "2014-09-29 23:00:15.809673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.810845"], ["name", "The White Rose of England"], ["updated_at", "2014-09-29 23:00:15.810845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.811785"], ["name", "Killer Mutant: The Polly Leannon Story"], ["updated_at", "2014-09-29 23:00:15.811785"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.812482"], ["name", "The Fake Tentacle from Mars"], ["updated_at", "2014-09-29 23:00:15.812482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.813179"], ["name", "Hungry Gypsy"], ["updated_at", "2014-09-29 23:00:15.813179"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.817983"], ["name", "Legend of Witch"], ["updated_at", "2014-09-29 23:00:15.817983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.819149"], ["name", "Dr. Blow"], ["updated_at", "2014-09-29 23:00:15.819149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.820080"], ["name", "Time of the Green Cousins"], ["updated_at", "2014-09-29 23:00:15.820080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.820781"], ["name", "Ultra Brains"], ["updated_at", "2014-09-29 23:00:15.820781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.821455"], ["name", "The White Rose of Northern Ireland"], ["updated_at", "2014-09-29 23:00:15.821455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:15.835126"], ["id", 1], ["name", "The Red Hills with a Thousand Faces"], ["updated_at", "2014-09-29 23:00:15.835126"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:15.837642"], ["id", 1], ["name", "Action Rain"], ["updated_at", "2014-09-29 23:00:15.837642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:15.840027"], ["id", 1], ["name", "Christmas on Hessel Lock"], ["updated_at", "2014-09-29 23:00:15.840027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:15.842885"], ["id", 1], ["name", "Electric Brains"], ["updated_at", "2014-09-29 23:00:15.842885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:15.845587"], ["id", 1], ["name", "Dangerous Dreams"], ["updated_at", "2014-09-29 23:00:15.845587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:15.848306"], ["id", 1], ["name", "Forbidden Man"], ["updated_at", "2014-09-29 23:00:15.848306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:15.851038"], ["id", 1], ["name", "The Friday"], ["updated_at", "2014-09-29 23:00:15.851038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 16:00:15 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 16:00:15 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:15.863787"], ["id", 1], ["name", "Killer Mutant"], ["updated_at", "2014-09-29 23:00:15.863787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 16:00:15 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 16:00:15 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:15.874604"], ["name", "some new book"], ["updated_at", "2014-09-29 23:00:15.874604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:15.877987"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 23:00:15.877987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 16:00:15 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 23:00:15.881325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 1.1ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:33.209188"], ["id", 1], ["name", "Planet of the Dreams"], ["updated_at", "2014-09-29 23:00:33.209188"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (6.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:33.220292"], ["id", 1], ["name", "Journey of the Wolves"], ["updated_at", "2014-09-29 23:00:33.220292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.291403"], ["name", "Ninjas 2: Electric Boogaloo"], ["updated_at", "2014-09-29 23:00:33.291403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.292930"], ["name", "Legend of Green Pickpocket"], ["updated_at", "2014-09-29 23:00:33.292930"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.294726"], ["name", "The Gypsy from 2257 Leagues"], ["updated_at", "2014-09-29 23:00:33.294726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.295527"], ["name", "Hard Boiled Gypsy"], ["updated_at", "2014-09-29 23:00:33.295527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.296223"], ["name", "The Blonde Tears from Across the Ocean"], ["updated_at", "2014-09-29 23:00:33.296223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.300140"], ["name", "newly-created-book"], ["updated_at", "2014-09-29 23:00:33.300140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.303231"], ["name", "The Monster from the Black Lagoon"], ["updated_at", "2014-09-29 23:00:33.303231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.304477"], ["name", "The Cousins from Far Rockaway/Bayswater"], ["updated_at", "2014-09-29 23:00:33.304477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.305706"], ["name", "Case of the Missing Blonde Jungle"], ["updated_at", "2014-09-29 23:00:33.305706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.306421"], ["name", "Time of the Tentacle"], ["updated_at", "2014-09-29 23:00:33.306421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.307160"], ["name", "The Cat Without a Ninjas"], ["updated_at", "2014-09-29 23:00:33.307160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.322860"], ["name", "Curse of the Electric Man"], ["updated_at", "2014-09-29 23:00:33.322860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.325095"], ["name", "Forbidden Identity: The Brandi Schultz Story"], ["updated_at", "2014-09-29 23:00:33.325095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.326400"], ["name", "Codename: Jungle"], ["updated_at", "2014-09-29 23:00:33.326400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.327189"], ["name", "The Wolves from Mars"], ["updated_at", "2014-09-29 23:00:33.327189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.327928"], ["name", "The Rain from the Black Lagoon"], ["updated_at", "2014-09-29 23:00:33.327928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.332808"], ["name", "The Black Rose of Wales"], ["updated_at", "2014-09-29 23:00:33.332808"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.333962"], ["name", "375 A.D."], ["updated_at", "2014-09-29 23:00:33.333962"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.334862"], ["name", "Time of the City"], ["updated_at", "2014-09-29 23:00:33.334862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.335536"], ["name", "The Green Fly That Came to Dinner"], ["updated_at", "2014-09-29 23:00:33.335536"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.336218"], ["name", "Nuclear Gypsy"], ["updated_at", "2014-09-29 23:00:33.336218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:33.343859"], ["id", 1], ["name", "Blonde Gypsy"], ["updated_at", "2014-09-29 23:00:33.343859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:33.346917"], ["id", 1], ["name", "Forbidden Woman"], ["updated_at", "2014-09-29 23:00:33.346917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:33.349416"], ["id", 1], ["name", "Time of the Brain"], ["updated_at", "2014-09-29 23:00:33.349416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:33.351875"], ["id", 1], ["name", "Nuclear Blow: The Ada Hoppe Story"], ["updated_at", "2014-09-29 23:00:33.351875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:33.359894"], ["id", 1], ["name", "Je Vous Presente, Della"], ["updated_at", "2014-09-29 23:00:33.359894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-09-29 16:00:33 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-09-29 16:00:33 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:33.372923"], ["id", 1], ["name", "Danger Brains"], ["updated_at", "2014-09-29 23:00:33.372923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-09-29 16:00:33 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-09-29 16:00:33 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-29 23:00:33.383466"], ["name", "some new book"], ["updated_at", "2014-09-29 23:00:33.383466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-09-29 23:00:33.387249"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-09-29 23:00:33.387249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-09-29 16:00:33 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-09-29 23:00:33.391034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.238128"], ["name", "American Identity"], ["updated_at", "2014-10-01 19:41:38.238128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.243953"], ["name", "Christmas on Jakob Hill"], ["updated_at", "2014-10-01 19:41:38.243953"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.246136"], ["name", "American Dreams 2: Son of American Dreams"], ["updated_at", "2014-10-01 19:41:38.246136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.246903"], ["name", "The Forbidden Demon from the Black Lagoon"], ["updated_at", "2014-10-01 19:41:38.246903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.248170"], ["name", "Return of the Dreams"], ["updated_at", "2014-10-01 19:41:38.248170"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.252910"], ["name", "newly-created-book"], ["updated_at", "2014-10-01 19:41:38.252910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.7ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.256281"], ["name", "The Champagne Mutant That Came to Dinner"], ["updated_at", "2014-10-01 19:41:38.256281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.257173"], ["name", "The Wizard That Came to Dinner"], ["updated_at", "2014-10-01 19:41:38.257173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.258041"], ["name", "The Death Witch Who Fell to Earth"], ["updated_at", "2014-10-01 19:41:38.258041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.258717"], ["name", "Bloody Brains"], ["updated_at", "2014-10-01 19:41:38.258717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.259371"], ["name", "Codename: Bloody Clash"], ["updated_at", "2014-10-01 19:41:38.259371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.278559"], ["name", "The Pickpocket Who Fell to Earth"], ["updated_at", "2014-10-01 19:41:38.278559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.279669"], ["name", "The Rain from the Black Lagoon"], ["updated_at", "2014-10-01 19:41:38.279669"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.280567"], ["name", "Danger Beast"], ["updated_at", "2014-10-01 19:41:38.280567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.281230"], ["name", "Time of the Dreams"], ["updated_at", "2014-10-01 19:41:38.281230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.281914"], ["name", "The City from 11637 Leagues"], ["updated_at", "2014-10-01 19:41:38.281914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.286651"], ["name", "The Jungle from Across the Ocean"], ["updated_at", "2014-10-01 19:41:38.286651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.287793"], ["name", "Green Man"], ["updated_at", "2014-10-01 19:41:38.287793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.288729"], ["name", "Men 2: Electric Boogaloo"], ["updated_at", "2014-10-01 19:41:38.288729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.289389"], ["name", "Hungry Witch"], ["updated_at", "2014-10-01 19:41:38.289389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.290038"], ["name", "The Pickpocket Without a Tears"], ["updated_at", "2014-10-01 19:41:38.290038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-01 19:41:38.297772"], ["id", 1], ["name", "Legend of Ninja"], ["updated_at", "2014-10-01 19:41:38.297772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-01 19:41:38.300893"], ["id", 1], ["name", "Champagne Dreams: The Arlene Jacobi Story"], ["updated_at", "2014-10-01 19:41:38.300893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-01 19:41:38.314506"], ["id", 1], ["name", "American Wolf"], ["updated_at", "2014-10-01 19:41:38.314506"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-10-01 12:41:38 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-10-01 12:41:38 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-01 19:41:38.327854"], ["id", 1], ["name", "The Black Rose of Wales"], ["updated_at", "2014-10-01 19:41:38.327854"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-10-01 12:41:38 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-10-01 12:41:38 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-01 19:41:38.339181"], ["name", "some new book"], ["updated_at", "2014-10-01 19:41:38.339181"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-01 19:41:38.343998"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-10-01 19:41:38.343998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-10-01 12:41:38 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-10-01 19:41:38.347471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-01 19:41:38.352080"], ["id", 1], ["name", "The Pickpocket from Mars"], ["updated_at", "2014-10-01 19:41:38.352080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-01 19:41:38.354445"], ["id", 1], ["name", "A Fistful of Action Demon"], ["updated_at", "2014-10-01 19:41:38.354445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-01 19:41:38.357239"], ["id", 1], ["name", "Journey of the Blow"], ["updated_at", "2014-10-01 19:41:38.357239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-01 19:41:38.359639"], ["id", 1], ["name", "Codename: Ultra Fly"], ["updated_at", "2014-10-01 19:41:38.359639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-02 08:24:31.462379"], ["id", 1], ["name", "When Cicero Met Abdiel"], ["updated_at", "2014-10-02 08:24:31.462379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-10-02 01:24:31 -0700 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.2ms) Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-10-02 01:24:31 -0700 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-02 08:24:31.573782"], ["id", 1], ["name", "Planet of the Death Friday"], ["updated_at", "2014-10-02 08:24:31.573782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-10-02 01:24:31 -0700 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-10-02 01:24:31 -0700 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.586141"], ["name", "some new book"], ["updated_at", "2014-10-02 08:24:31.586141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-02 08:24:31.589552"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-10-02 08:24:31.589552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-10-02 01:24:31 -0700 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-10-02 08:24:31.592648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.599563"], ["name", "Je Vous Presente, Lee"], ["updated_at", "2014-10-02 08:24:31.599563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.600954"], ["name", "Dangerous Clash"], ["updated_at", "2014-10-02 08:24:31.600954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.601898"], ["name", "I am Killer Jungle"], ["updated_at", "2014-10-02 08:24:31.601898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.602590"], ["name", "The Hills with a Thousand Faces"], ["updated_at", "2014-10-02 08:24:31.602590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.603398"], ["name", "Journey of the Killer Hills"], ["updated_at", "2014-10-02 08:24:31.603398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.607015"], ["name", "newly-created-book"], ["updated_at", "2014-10-02 08:24:31.607015"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.610062"], ["name", "Rise of the Beast"], ["updated_at", "2014-10-02 08:24:31.610062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.611062"], ["name", "The Dangerous Monster from Hell"], ["updated_at", "2014-10-02 08:24:31.611062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.612346"], ["name", "I am Forbidden Thief"], ["updated_at", "2014-10-02 08:24:31.612346"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.613269"], ["name", "The Black Rose of Scotland"], ["updated_at", "2014-10-02 08:24:31.613269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.614143"], ["name", "Hard Boiled Mutant"], ["updated_at", "2014-10-02 08:24:31.614143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.620525"], ["name", "The Wolf Who Fell to Earth"], ["updated_at", "2014-10-02 08:24:31.620525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.621655"], ["name", "The Ninjas"], ["updated_at", "2014-10-02 08:24:31.621655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.622591"], ["name", "Dangerous Rain"], ["updated_at", "2014-10-02 08:24:31.622591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.623287"], ["name", "Forbidden Tentacle"], ["updated_at", "2014-10-02 08:24:31.623287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.624000"], ["name", "Journey of the Rain"], ["updated_at", "2014-10-02 08:24:31.624000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.629223"], ["name", "The Fake Hills with a Thousand Faces"], ["updated_at", "2014-10-02 08:24:31.629223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.630272"], ["name", "Legend of Beast"], ["updated_at", "2014-10-02 08:24:31.630272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.631096"], ["name", "176 A.D."], ["updated_at", "2014-10-02 08:24:31.631096"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.631733"], ["name", "American Thief 2: Son of American Thief"], ["updated_at", "2014-10-02 08:24:31.631733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-02 08:24:31.632362"], ["name", "The Men"], ["updated_at", "2014-10-02 08:24:31.632362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-02 08:24:31.656276"], ["id", 1], ["name", "Dr. Women"], ["updated_at", "2014-10-02 08:24:31.656276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-02 08:24:31.658759"], ["id", 1], ["name", "Invasion of the City"], ["updated_at", "2014-10-02 08:24:31.658759"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-02 08:24:31.661044"], ["id", 1], ["name", "Ultra Cousins"], ["updated_at", "2014-10-02 08:24:31.661044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-02 08:24:31.664051"], ["id", 1], ["name", "The Blue Diaries from the Black Lagoon"], ["updated_at", "2014-10-02 08:24:31.664051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-02 08:24:31.668010"], ["id", 1], ["name", "The Brain from Across the Ocean"], ["updated_at", "2014-10-02 08:24:31.668010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-02 08:24:31.670915"], ["id", 1], ["name", "The Blue Cousins from Outer Space"], ["updated_at", "2014-10-02 08:24:31.670915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction