Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) 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.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["id", 1], ["name", "The Ultra Beast from Mars"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["id", 1], ["name", "Blue Wolf 2: Son of Blue Wolf"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["id", 1], ["name", "Codename: Brains"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["id", 1], ["name", "Nuclear Gypsy"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "I am Fake Wolf"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "Codename: Jungle"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "Fake Beast"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "When Hermina Met Chasity"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "The Electric Jungle Who Fell to Earth"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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.1ms) SELECT COUNT(*) FROM "books"   (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "Nuclear Diaries"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "The Jungle from Hell"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "2535 A.D."], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "Action Gypsy"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "The Cousins Who Fell to Earth"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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.0ms (Views: 8.1ms | 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "Legend of Champagne Witch"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "The Red Rose of Northern Ireland"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "The Bloody Diaries That Came to Dinner"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "Dr. Wolf"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "Dr. Ninja"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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 3.1ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["id", 1], ["name", "The Wizard Without a Man"], ["updated_at", Wed, 23 Apr 2014 23:08:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-23 19:08:26 -0400 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-23 19:08:26 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["id", 1], ["name", "Season of the Ultra Tentacle"], ["updated_at", Wed, 23 Apr 2014 23:08:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-23 19:08:26 -0400 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.1ms (ActiveRecord: 0.4ms)  (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-23 19:08:26 -0400 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", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:08:26 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:26 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:08:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-23 19:08:26 -0400 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-23 23:08:26.433903' 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.3ms) 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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (2.7ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["id", 1], ["name", "Death Wolves"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["id", 1], ["name", "Dangerous Men"], ["updated_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["id", 1], ["name", "Bloody Hills"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["id", 1], ["name", "The Friday from 17326 Leagues"], ["updated_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00]]  (0.2ms) 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "The Ninjas That Came to Dinner"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "American Clash"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "The Hungry Mutant"], ["updated_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00]]  (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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "The Brain from Ladue South"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "Wizard 2: Electric Boogaloo"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00]]  (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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "The Cousins That Came to Dinner"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "Dr. City"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "Blue Gypsy"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "The Mutant Who Fell to Earth"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "Death Wolves"], ["updated_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 15ms (Views: 14.4ms | 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "War of the Woman"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "The Pickpocket from Across the Ocean"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "The Yellow Rose of Wales"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "Je Vous Presente, Pansy"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "The Electric Gypsy with a Thousand Faces"], ["updated_at", Wed, 23 Apr 2014 23:08:28 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.2ms | ActiveRecord: 0.1ms)  (0.5ms) 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["id", 1], ["name", "American Brain"], ["updated_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-23 19:08:28 -0400 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-23 19:08:28 -0400 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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["id", 1], ["name", "The Black Rose of Northern Ireland"], ["updated_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-23 19:08:28 -0400 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-04-23 19:08:28 -0400 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.5ms)  (0.0ms) 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", Wed, 23 Apr 2014 23:08:28 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:08:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-23 19:08:28 -0400 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", Wed, 23 Apr 2014 23:08:28 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.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) 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.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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.0ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["id", 1], ["name", "The Tentacle from Outer Space"], ["updated_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["id", 1], ["name", "The Diaries with a Thousand Faces"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["id", 1], ["name", "The Beast from Hell"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["id", 1], ["name", "Tokyo Dreams"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "Death Wizard"], ["updated_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00]]  (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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "Blonde World"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "American Diaries"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "Flying Identity"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "Rise of the Witch"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.5ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "Bloody Cat"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "When Ruben Met Ressie"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "Flying Diaries"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "The Ninja from River Heights"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "The Diaries from Mars"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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 5.8ms (Views: 4.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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "Ultra Tentacle 2: Son of Ultra Tentacle"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "The American Woman from Hell"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "Death Wizard"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "The Demon Without a Tentacle"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "The Women from Across the Ocean"], ["updated_at", Wed, 23 Apr 2014 23:19:50 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.7ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["id", 1], ["name", "Action City"], ["updated_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-23 19:19:50 -0400 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-23 19:19:50 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.6ms (Views: 0.9ms | 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["id", 1], ["name", "Christmas on Turcotte Mission"], ["updated_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-23 19:19:50 -0400 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.2ms (ActiveRecord: 0.4ms)  (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-23 19:19:50 -0400 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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (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", Wed, 23 Apr 2014 23:19:50 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:19:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-23 19:19:50 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-04-23 23:19:50.159776' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (ActiveRecord: 0.3ms) 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.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["id", 1], ["name", "Flying Brains"], ["updated_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00]]  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Kathlyn"], ["updated_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00]]  (0.3ms) rollback transaction  (0.1ms) 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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["id", 1], ["name", "Hard Boiled Wizard"], ["updated_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["id", 1], ["name", "When Presley Met Cindy"], ["updated_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00]]  (0.2ms) 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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "I am Tears"], ["updated_at", Wed, 23 Apr 2014 23:19:52 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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "The Hungry Brains from Across the Ocean"], ["updated_at", Wed, 23 Apr 2014 23:19: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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "Je Vous Presente, Xzavier"], ["updated_at", Wed, 23 Apr 2014 23:19: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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "The Blonde Man from Outer Space"], ["updated_at", Wed, 23 Apr 2014 23:19: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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "The Mutant from 7198 Leagues"], ["updated_at", Wed, 23 Apr 2014 23:19:52 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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00]]  (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.3ms) 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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "Journey of the Hungry Wizard"], ["updated_at", Wed, 23 Apr 2014 23:19:52 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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "Forbidden Mutant"], ["updated_at", Wed, 23 Apr 2014 23:19: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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "The Cousins from Murray Hill"], ["updated_at", Wed, 23 Apr 2014 23:19: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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "The Ninja from 11701 Leagues"], ["updated_at", Wed, 23 Apr 2014 23:19: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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "Blue Witch"], ["updated_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 9ms (Views: 8.5ms | 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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "Tokyo Men"], ["updated_at", Wed, 23 Apr 2014 23:19: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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "Red Men"], ["updated_at", Wed, 23 Apr 2014 23:19: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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "The Red Rose of Scotland"], ["updated_at", Wed, 23 Apr 2014 23:19: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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "Nuclear Rain"], ["updated_at", Wed, 23 Apr 2014 23:19: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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "The Wolf from Hell"], ["updated_at", Wed, 23 Apr 2014 23:19: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 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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["id", 1], ["name", "The Pickpocket"], ["updated_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-23 19:19:52 -0400 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-04-23 19:19:52 -0400 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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["id", 1], ["name", "Legend of Blue Demon"], ["updated_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-23 19:19:52 -0400 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.3ms) 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-04-23 19:19:52 -0400 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", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00]]  (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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:19:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-23 19:19:52 -0400 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", Wed, 23 Apr 2014 23:19:52 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.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.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.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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.0ms) 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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["id", 1], ["name", "The Death Rain from the Black Lagoon"], ["updated_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["id", 1], ["name", "Legend of Cousins"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["id", 1], ["name", "The Cat Who Fell to Earth"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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) 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["id", 1], ["name", "Death Mutant 2: Son of Death Mutant"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "The Ultra Rain from Mars"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "The Tokyo Clash with a Thousand Faces"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "The Bloody World Who Fell to Earth"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "Legend of Cousins"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "Ultra Mutant"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.7ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "Blue Witch"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "Je Vous Presente, Theo"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "Nuclear World"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "Nuclear Tears: The Kennith Purdy PhD Story"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "Blue Cousins"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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.4ms (Views: 5.3ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "The Forbidden Dreams That Came to Dinner"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "The Action Cat from Across the Ocean"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "The Fake Thief with a Thousand Faces"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "Planet of the Red Blow"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "The Ninja from Pound Ridge East"], ["updated_at", Wed, 23 Apr 2014 23:21:01 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.5ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["id", 1], ["name", "Journey of the Nuclear Hills"], ["updated_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-23 19:21:01 -0400 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-23 19:21:01 -0400 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.4ms (Views: 0.8ms | 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["id", 1], ["name", "Action Ninja"], ["updated_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-23 19:21:01 -0400 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 1.9ms (ActiveRecord: 0.3ms)  (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-23 19:21:01 -0400 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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (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", Wed, 23 Apr 2014 23:21:01 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:21:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-23 19:21:01 -0400 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-23 23:21:01.813750' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.1ms (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.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.7ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["id", 1], ["name", "The Death Jungle from the Black Lagoon"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (0.9ms) 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 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["id", 1], ["name", "Fake Diaries"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["id", 1], ["name", "Nuclear World"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["id", 1], ["name", "The Dangerous Gypsy from the Black Lagoon"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "The Rain from Outer Space"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Hills 2: Electric Boogaloo"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Death Mutant"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Dr. Tentacle"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "The Red Rose of Scotland"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (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.5ms) 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "The Electric Dreams from Mars"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Champagne Tears"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "2755 A.D."], ["updated_at", Wed, 23 Apr 2014 23:21:03 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Red Man"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Je Vous Presente, Mazie"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 9ms (Views: 8.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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Dangerous Brains"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Christmas on Moore Mount"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Bloody Hills"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Ultra Brain"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "Rise of the City"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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.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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["id", 1], ["name", "Codename: Mutant"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-23 19:21:03 -0400 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-23 19:21:03 -0400 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["id", 1], ["name", "The Witch from Across the Ocean"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-23 19:21:03 -0400 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-04-23 19:21:03 -0400 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", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:21:03 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Wed, 23 Apr 2014 23:21:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-23 19:21:03 -0400 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", Wed, 23 Apr 2014 23:21:03 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.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 ------------------------------------------------------------------------------------------------- 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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.1ms) SAVEPOINT active_record_1 SQL (2.7ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["id", 1], ["name", "Flying Cousins"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["id", 1], ["name", "Time of the Pickpocket"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["id", 1], ["name", "The Dreams from Across the Ocean"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["id", 1], ["name", "Blonde Jungle"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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) 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Invasion of the Identity"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "The Dreams from Mars"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Blonde Gypsy"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Je Vous Presente, Mya"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Legend of Gypsy"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Thu, 24 Apr 2014 06:41:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.9ms (ActiveRecord: 0.2ms)  (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", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Nuclear Tears"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Hungry Jungle"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Death Demon"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Flying Blow"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Curse of the Action Cat"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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: 6.1ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Return of the Ninjas"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Christmas on Aufderhar Lakes"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "The Men from 2886 Leagues"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Ultra Wizard"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["name", "Invasion of the Blue Dreams"], ["updated_at", Thu, 24 Apr 2014 06:41:33 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 3.3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (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", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["id", 1], ["name", "Forbidden City"], ["updated_at", Thu, 24 Apr 2014 06:41:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-24 02:41:33 -0400 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.4ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-04-24 02:41:33 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:33 UTC +00:00], ["id", 1], ["name", "Death Dreams"], ["updated_at", Thu, 24 Apr 2014 06:41:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-24 02:41:33 -0400 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.0ms (ActiveRecord: 0.4ms)  (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-24 02:41:34 -0400 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", Thu, 24 Apr 2014 06:41:34 UTC +00:00], ["name", "some new book"], ["updated_at", Thu, 24 Apr 2014 06:41:34 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.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:34 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Thu, 24 Apr 2014 06:41:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-24 02:41:34 -0400 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-24 06:41:34.012970' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (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.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:35 UTC +00:00], ["id", 1], ["name", "Beast 2: Electric Boogaloo"], ["updated_at", Thu, 24 Apr 2014 06:41:35 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:35 UTC +00:00], ["id", 1], ["name", "The Gypsy Without a Fly"], ["updated_at", Thu, 24 Apr 2014 06:41:35 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:35 UTC +00:00], ["id", 1], ["name", "Flying Mutant"], ["updated_at", Thu, 24 Apr 2014 06:41:35 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:35 UTC +00:00], ["id", 1], ["name", "I Married a Brain"], ["updated_at", Thu, 24 Apr 2014 06:41:35 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "Green Jungle"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "Codename: Ninja"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "The Blow"], ["updated_at", Thu, 24 Apr 2014 06:41:36 UTC +00:00]]  (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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "Danger Identity"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "Case of the Missing Thief"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Thu, 24 Apr 2014 06:41:36 UTC +00:00]]  (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.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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "Dr. Diaries"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "The Danger Diaries from Across the Ocean"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "I Married a Electric Ninjas"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "The Dreams Who Fell to Earth"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "Dr. Beast"], ["updated_at", Thu, 24 Apr 2014 06:41:36 UTC +00:00]]  (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.3ms) 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "Curse of the Tokyo Gypsy"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "The Flying Mutant Who Fell to Earth"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "Je Vous Presente, Ben"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "The Beast Without a Beast"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "Champagne Jungle"], ["updated_at", Thu, 24 Apr 2014 06:41:36 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.2ms | 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["id", 1], ["name", "The Blow Who Fell to Earth"], ["updated_at", Thu, 24 Apr 2014 06:41:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-24 02:41:36 -0400 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-04-24 02:41:36 -0400 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["id", 1], ["name", "Blue Clash"], ["updated_at", Thu, 24 Apr 2014 06:41:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-24 02:41:36 -0400 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.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-04-24 02:41:36 -0400 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["name", "some new book"], ["updated_at", Thu, 24 Apr 2014 06:41:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.3ms)  (0.0ms) 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", Thu, 24 Apr 2014 06:41:36 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Thu, 24 Apr 2014 06:41:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-24 02:41:36 -0400 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", Thu, 24 Apr 2014 06:41:36 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.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.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.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.0ms) rollback transaction Connecting to database specified by database.yml  (0.0ms) 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["id", 1], ["name", "The Men from Across the Ocean"], ["updated_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["id", 1], ["name", "Hard Boiled City"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["id", 1], ["name", "The Blue Fly Who Fell to Earth"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["id", 1], ["name", "Dangerous Witch"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Killer Hills"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Je Vous Presente, Mya"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Hungry Pickpocket: The Shawna Friesen Story"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Action Tears"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Time of the Blonde Tentacle"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.5ms (ActiveRecord: 0.2ms)  (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", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "The Tears Who Fell to Earth"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "When Efrain Met Helene"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "The Dangerous Pickpocket from Hell"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Christmas on Caleb Views"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Journey of the Tokyo Wizard"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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 5.7ms (Views: 4.8ms | ActiveRecord: 0.1ms)  (0.4ms) 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Hungry Woman"], ["updated_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (4.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Red Rain: The Lindsey Hartmann Story"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Christmas on Jewess Skyway"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "I Married a Men"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "Je Vous Presente, Ludie"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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 3.0ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["id", 1], ["name", "Electric Ninjas 2: Son of Electric Ninjas"], ["updated_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-24 02:44:47 -0400 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: 1.0ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-04-24 02:44:47 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["id", 1], ["name", "1795 A.D."], ["updated_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-24 02:44:47 -0400 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 1.8ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-04-24 02:44:47 -0400 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", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["name", "some new book"], ["updated_at", Thu, 24 Apr 2014 06:44:47 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.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Thu, 24 Apr 2014 06:44:47 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-24 02:44:47 -0400 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-24 06:44:47.467063' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.1ms (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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.7ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["id", 1], ["name", "The Fly from Bushwick South"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["id", 1], ["name", "Red Dreams"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (0.2ms) rollback transaction  (0.1ms) 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["id", 1], ["name", "Season of the Tokyo Gypsy"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Fiona"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "The Green Brains That Came to Dinner"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "The Ninjas Who Fell to Earth"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "Legend of Woman"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "Invasion of the Electric Monster"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "A Fistful of Hills"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "The Women from 16865 Leagues"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "Return of the Man"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "Planet of the Jungle"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "Action Ninja"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "Time of the Dreams"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 9ms (Views: 8.5ms | 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.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "A Fistful of Friday"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "The Woman from 6957 Leagues"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "The Tentacle from Outer Space"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "Invasion of the Men"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "Dangerous Fly"], ["updated_at", Thu, 24 Apr 2014 06:44:49 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.2ms | 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["id", 1], ["name", "Dr. Cousins"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-24 02:44:49 -0400 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.6ms | ActiveRecord: 0.1ms)  (0.3ms) 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-04-24 02:44:49 -0400 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.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["id", 1], ["name", "Hard Boiled Witch"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-24 02:44:49 -0400 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-04-24 02:44:49 -0400 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", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["name", "some new book"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Thu, 24 Apr 2014 06:44:49 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-24 02:44:49 -0400 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", Thu, 24 Apr 2014 06:44:49 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.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.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  (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 Connecting to database specified by database.yml  (0.0ms) 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 (3.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Stanton"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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) 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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["id", 1], ["name", "Flying Men: The Patricia Eichmann Sr. Story"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["id", 1], ["name", "The Monster Who Fell to Earth"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["id", 1], ["name", "Season of the Pickpocket"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "The Blow"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "Return of the Forbidden Monster"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "I am Flying Tears"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "Hard Boiled Clash"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "Case of the Missing City"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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.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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "The Electric Tears That Came to Dinner"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "Codename: Wolf"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "Time of the Death World"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "The American Wolf from Across the Ocean"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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", Fri, 25 Apr 2014 23:32:54 UTC +00:00], ["name", "The Ultra Rain from the Black Lagoon"], ["updated_at", Fri, 25 Apr 2014 23:32:54 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 8.1ms (Views: 7.1ms | ActiveRecord: 0.1ms)  (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", Fri, 25 Apr 2014 23:32:55 UTC +00:00], ["name", "Killer Man"], ["updated_at", Fri, 25 Apr 2014 23:32:55 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", Fri, 25 Apr 2014 23:32:55 UTC +00:00], ["name", "Death Clash"], ["updated_at", Fri, 25 Apr 2014 23:32:55 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", Fri, 25 Apr 2014 23:32:55 UTC +00:00], ["name", "The Forbidden Man Who Fell to Earth"], ["updated_at", Fri, 25 Apr 2014 23:32:55 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", Fri, 25 Apr 2014 23:32:55 UTC +00:00], ["name", "The Tentacle from 14032 Leagues"], ["updated_at", Fri, 25 Apr 2014 23:32:55 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", Fri, 25 Apr 2014 23:32:55 UTC +00:00], ["name", "The Tears from the Black Lagoon"], ["updated_at", Fri, 25 Apr 2014 23:32:55 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 3.7ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (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", Fri, 25 Apr 2014 23:32:55 UTC +00:00], ["id", 1], ["name", "Electric Cousins"], ["updated_at", Fri, 25 Apr 2014 23:32:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-25 19:32:55 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-04-25 19:32:55 -0400 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.1ms) 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", Fri, 25 Apr 2014 23:32:55 UTC +00:00], ["id", 1], ["name", "Red Friday 2: Son of Red Friday"], ["updated_at", Fri, 25 Apr 2014 23:32:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-25 19:32:55 -0400 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.1ms (ActiveRecord: 0.4ms)  (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-25 19:32:55 -0400 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", Fri, 25 Apr 2014 23:32:55 UTC +00:00], ["name", "some new book"], ["updated_at", Fri, 25 Apr 2014 23:32:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.7ms (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", Fri, 25 Apr 2014 23:32:55 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Fri, 25 Apr 2014 23:32:55 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-25 19:32:55 -0400 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-25 23:32:55.048365' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.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) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["id", 1], ["name", "Bloody Brain"], ["updated_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00]]  (0.7ms) 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["id", 1], ["name", "302 A.D."], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["id", 1], ["name", "Forbidden Witch"], ["updated_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["id", 1], ["name", "The Wolves from Across the Ocean"], ["updated_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00]]  (0.3ms) 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "Season of the Women"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "Red Wolf"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "Je Vous Presente, Laverne"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "Hungry Jungle: The Edgar Reinger Story"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "The Nuclear Men from Hell"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00]]  (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.3ms) 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "The Red Cousins Who Fell to Earth"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "The Beast with a Thousand Faces"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "Blue Blow"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "Season of the Woman"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "War of the Jungle"], ["updated_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 12ms (Views: 11.7ms | 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.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "The Danger Diaries from Across the Ocean"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "Journey of the Flying Wolf"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "War of the Rain"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "Return of the Nuclear Wolves"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "Blue Witch"], ["updated_at", Fri, 25 Apr 2014 23:32:57 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.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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["id", 1], ["name", "Wizard 2: Electric Boogaloo"], ["updated_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-25 19:32:57 -0400 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.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-04-25 19:32:57 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["id", 1], ["name", "The Women from 6460 Leagues"], ["updated_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-25 19:32:57 -0400 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-04-25 19:32:57 -0400 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", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["name", "some new book"], ["updated_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Fri, 25 Apr 2014 23:32:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-25 19:32:57 -0400 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", Fri, 25 Apr 2014 23:32:57 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.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  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136)  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.0ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 15:44:15 UTC +00:00], ["id", 1], ["name", "Codename: Brains"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 15:44:15 UTC +00:00], ["id", 1], ["name", "The Clash Who Fell to Earth"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 15:44:15 UTC +00:00], ["id", 1], ["name", "769 A.D."], ["updated_at", Mon, 28 Apr 2014 15:44:15 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 15:44:15 UTC +00:00], ["id", 1], ["name", "The White Rose of Wales"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 15:44:15 UTC +00:00], ["name", "City 2: Electric Boogaloo"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "The Wolf from Mars"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "Blue Ninja"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "I Married a Wizard"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "The Fly Who Fell to Earth"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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.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 15:44:15 UTC +00:00], ["name", "The Diaries from Hell"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "The Action Diaries from Hell"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "Bloody Wizard"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "Champagne Tears"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "The Danger Wolf Who Fell to Earth"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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.0ms (Views: 8.0ms | 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 15:44:15 UTC +00:00], ["name", "The Wolf with a Thousand Faces"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "The Witch from Hell"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "The Monster That Came to Dinner"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "Planet of the Blonde Witch"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["name", "I am Champagne Witch"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 3.8ms (Views: 2.1ms | 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 15:44:15 UTC +00:00], ["id", 1], ["name", "Christmas on Brett Mountains"], ["updated_at", Mon, 28 Apr 2014 15:44:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-28 11:44:15 -0400 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.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-04-28 11:44:15 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (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 15:44:15 UTC +00:00], ["id", 1], ["name", "War of the Monster"], ["updated_at", Mon, 28 Apr 2014 15:44:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-28 11:44:15 -0400 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 1.9ms (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-28 11:44:15 -0400 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 15:44:15 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 15:44:15 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 15:44:15 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 15:44:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-28 11:44:15 -0400 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 15:44:15.846453' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.9ms (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.1ms) 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.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 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.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00], ["id", 1], ["name", "Blue Thief: The Barton Schinner Story"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["id", 1], ["name", "Hard Boiled Wolf"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["id", 1], ["name", "When Dejon Met Cicero"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["id", 1], ["name", "Christmas on Windler Plaza"], ["updated_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00]]  (0.3ms) 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 15:44:18 UTC +00:00], ["name", "Death Hills"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "Fake Tentacle"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "Legend of Clash"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "Danger Man"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "Danger Brains"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00]]  (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.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", Mon, 28 Apr 2014 15:44:18 UTC +00:00], ["name", "When Cleta Met Augustine"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "American World"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "Je Vous Presente, Davion"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "Curse of the Identity"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "When Kurtis Met Santina"], ["updated_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 15ms (Views: 15.1ms | 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", Mon, 28 Apr 2014 15:44:18 UTC +00:00], ["name", "The Flying Cat from the Black Lagoon"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "Danger Jungle"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "The Death Man from Mars"], ["updated_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00]]  (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", Mon, 28 Apr 2014 15:44:18 UTC +00:00], ["name", "The Blonde Ninja from Across the Ocean"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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 15:44:18 UTC +00:00], ["name", "The Clash from Outer Space"], ["updated_at", Mon, 28 Apr 2014 15:44:18 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.3ms | 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", Mon, 28 Apr 2014 15:44:18 UTC +00:00], ["id", 1], ["name", "Action Ninja"], ["updated_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-04-28 11:44:18 -0400 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.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-04-28 11:44:18 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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", Mon, 28 Apr 2014 15:44:18 UTC +00:00], ["id", 1], ["name", "Fly 2: Electric Boogaloo"], ["updated_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-04-28 11:44:18 -0400 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-04-28 11:44:18 -0400 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", Mon, 28 Apr 2014 15:44:18 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00]]  (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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Mon, 28 Apr 2014 15:44:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-04-28 11:44:18 -0400 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 15:44:18 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.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.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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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) rollback transaction  (0.0ms) 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["id", 1], ["name", "The Wolf That Came to Dinner"], ["updated_at", Sat, 03 May 2014 17:43:26 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:26 UTC +00:00], ["id", 1], ["name", "Death World"], ["updated_at", Sat, 03 May 2014 17:43:26 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:26 UTC +00:00], ["id", 1], ["name", "Day of the Forbidden Hills"], ["updated_at", Sat, 03 May 2014 17:43:26 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:26 UTC +00:00], ["id", 1], ["name", "A Fistful of Brain"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "Blonde Friday"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "Ninjas 2: Electric Boogaloo"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "A Fistful of Bloody Women"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "Legend of Demon"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "Champagne Friday"], ["updated_at", Sat, 03 May 2014 17:43:26 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Sat, 03 May 2014 17:43:26 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.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "The Mutant That Came to Dinner"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "Ultra Mutant"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "The Wolves Who Fell to Earth"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "The Fly from the Black Lagoon"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "Je Vous Presente, Velma"], ["updated_at", Sat, 03 May 2014 17:43:26 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 8.4ms (Views: 7.4ms | ActiveRecord: 0.1ms)  (0.3ms) 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "Forbidden Mutant"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "Killer Brain"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "Dr. Men"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "The Monster from Hell"], ["updated_at", Sat, 03 May 2014 17:43:26 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "The Tears"], ["updated_at", Sat, 03 May 2014 17:43:26 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 3.3ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["id", 1], ["name", "The Blue Clash with a Thousand Faces"], ["updated_at", Sat, 03 May 2014 17:43:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-05-03 13:43:26 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-05-03 13:43:26 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["id", 1], ["name", "American Gypsy"], ["updated_at", Sat, 03 May 2014 17:43:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-05-03 13:43:26 -0400 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.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-05-03 13:43:26 -0400 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", Sat, 03 May 2014 17:43:26 UTC +00:00], ["name", "some new book"], ["updated_at", Sat, 03 May 2014 17:43:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:26 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Sat, 03 May 2014 17:43:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-05-03 13:43:26 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-05-03 17:43:26.251468' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (ActiveRecord: 0.3ms) 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.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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.7ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:28 UTC +00:00], ["id", 1], ["name", "The Diaries Without a Cat"], ["updated_at", Sat, 03 May 2014 17:43:28 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:28 UTC +00:00], ["id", 1], ["name", "The Dreams from Outer Space"], ["updated_at", Sat, 03 May 2014 17:43:28 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:28 UTC +00:00], ["id", 1], ["name", "The Man from Mars"], ["updated_at", Sat, 03 May 2014 17:43:28 UTC +00:00]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:28 UTC +00:00], ["id", 1], ["name", "The Yellow Rose of Wales"], ["updated_at", Sat, 03 May 2014 17:43:28 UTC +00:00]]  (0.3ms) 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "Christmas on Heathcote Via"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "Electric Woman"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "The World"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "Day of the Action World"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "1873 A.D."], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Sat, 03 May 2014 17:43:28 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.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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "The Friday from Across the Ocean"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "Electric Men"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "The Fake Fly from Mars"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "Hard Boiled Rain"], ["updated_at", Sat, 03 May 2014 17:43:28 UTC +00:00]]  (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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "The Blow with a Thousand Faces"], ["updated_at", Sat, 03 May 2014 17:43:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 37ms (Views: 37.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.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "Christmas on Schroeder Crest"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "Champagne Cousins"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "The Forbidden Dreams from Mars"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "The Beast from 6187 Leagues"], ["updated_at", Sat, 03 May 2014 17:43:28 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "The Wolf Without a Men"], ["updated_at", Sat, 03 May 2014 17:43:28 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.7ms | 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["id", 1], ["name", "Bloody Jungle"], ["updated_at", Sat, 03 May 2014 17:43:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-05-03 13:43:28 -0400 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-05-03 13:43:28 -0400 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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 03 May 2014 17:43:28 UTC +00:00], ["id", 1], ["name", "Journey of the Brain"], ["updated_at", Sat, 03 May 2014 17:43:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-05-03 13:43:28 -0400 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.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" 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-05-03 13:43:28 -0400 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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["name", "some new book"], ["updated_at", Sat, 03 May 2014 17:43:28 UTC +00:00]]  (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.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", Sat, 03 May 2014 17:43:28 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Sat, 03 May 2014 17:43:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-05-03 13:43:28 -0400 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", Sat, 03 May 2014 17:43:28 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.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.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 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 (3.6ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["id", 1], ["name", "The Monster That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["id", 1], ["name", "The Fake Wolf from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["id", 1], ["name", "Time of the Woman"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["id", 1], ["name", "Christmas on Maxie Stravenue"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "Journey of the Beast"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "The Man from Northwoods West"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "Red Brains"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "American Fly"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "Red Jungle: The Larry Metz Story"], ["updated_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.6ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "Man 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "Champagne Monster"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "The Wizard Without a Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "The Man from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "Flying Beast"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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.5ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "The Black Rose of England"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "The Electric Men from Hell"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "The Dreams Without a Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "War of the Killer Clash"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "The Champagne Men from Hell"], ["updated_at", Tue, 03 Jun 2014 18:08:46 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 3.0ms (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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["id", 1], ["name", "The Blue Fly from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:08:46 -0400 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-06-03 14:08:46 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["id", 1], ["name", "Blue World"], ["updated_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:08:46 -0400 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.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 2.3ms (ActiveRecord: 0.6ms)  (0.4ms) 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-06-03 14:08:46 -0400 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", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:08:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:08:46 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:08:46.110292' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.1ms (ActiveRecord: 0.3ms) 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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["id", 1], ["name", "Nuclear Dreams: The Grace Bashirian Story"], ["updated_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00]]  (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 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["id", 1], ["name", "Fake Monster"], ["updated_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["id", 1], ["name", "Journey of the Wolf"], ["updated_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["id", 1], ["name", "The Wizard from 14851 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00]]  (0.3ms) 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "The Jungle from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "Forbidden Wizard"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "Bloody Diaries: The Percy Pagac Story"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "Killer Wolves: The Mr. Shaun Fisher Story"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "The Man from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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.3ms) 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "The Cousins from Mars"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "Hungry Hills"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "The Man Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "Je Vous Presente, Beryl"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "I am Champagne Men"], ["updated_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 13ms (Views: 12.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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "Hard Boiled Wizard"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "The Brains Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "2249 A.D."], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "Nuclear Women"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "The Cat from Schall Circle/Lakeside Green"], ["updated_at", Tue, 03 Jun 2014 18:08:48 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.2ms | 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["id", 1], ["name", "Nuclear Woman"], ["updated_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:08:48 -0400 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-06-03 14:08:48 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["id", 1], ["name", "The Action Thief with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:08:48 -0400 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.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-06-03 14:08:48 -0400 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", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00]]  (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.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:08:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:08:48 -0400 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", Tue, 03 Jun 2014 18:08:48 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.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.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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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 Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136)  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["id", 1], ["name", "Dangerous Fly"], ["updated_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["id", 1], ["name", "The Woman from 587 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["id", 1], ["name", "Dangerous Monster"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["id", 1], ["name", "Fake Rain"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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) 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "The White Rose of Wales"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "The Fake Clash from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "The Diaries from Pennypack"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "The Wizard from 11810 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "Green Cousins"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.4ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "Invasion of the Beast"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "The Yellow Rose of England"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "Blonde Monster"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "Je Vous Presente, Jorge"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "The Tokyo Diaries from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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 5.8ms (Views: 4.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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "Action Monster: The Kaleigh Rutherford Story"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "The Identity from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "Rise of the Flying Wolves"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "Codename: Electric Clash"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "The Black Rose of Scotland"], ["updated_at", Tue, 03 Jun 2014 18:09:59 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["id", 1], ["name", "Hard Boiled Man"], ["updated_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:09:59 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:09:59 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["id", 1], ["name", "Forbidden Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:09:59 -0400 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 1.9ms (ActiveRecord: 0.3ms)  (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-06-03 14:09:59 -0400 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", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:09:59 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:09:59 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:09:59.991156' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (ActiveRecord: 0.3ms) 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.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.0ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["id", 1], ["name", "The Ninja from Hell"], ["updated_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00]]  (0.9ms) 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["id", 1], ["name", "Day of the Champagne Women"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["id", 1], ["name", "The Red Rose of Northern Ireland"], ["updated_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["id", 1], ["name", "The Tentacle from Hell"], ["updated_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00]]  (0.2ms) 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "Man 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "Legend of Electric Wolves"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "War of the Death Wolves"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "Return of the Diaries"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "The Beast from Mars"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "The Beast from Hell"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "The Witch Without a Clash"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "Curse of the Blow"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "The Bloody Jungle from Mars"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "Journey of the Champagne Monster"], ["updated_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00]]  (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.3ms) 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "Christmas on Gorczany Ville"], ["updated_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "Legend of Death Thief"], ["updated_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "The Diaries from Hell"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "The Pickpocket That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "When Travis Met Andrew"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["id", 1], ["name", "Legend of Monster"], ["updated_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:10:02 -0400 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-06-03 14:10:02 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["id", 1], ["name", "The Demon That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:10:02 -0400 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.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-06-03 14:10:02 -0400 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", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:10:02 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:10:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:10:02 -0400 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", Tue, 03 Jun 2014 18:10:02 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.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 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  (0.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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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-06-03 18:10:04.827142"], ["id", 1], ["name", "Killer Brain 2: Son of Killer Brain"], ["updated_at", "2014-06-03 18:10:04.827142"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:10:04.831673"], ["id", 1], ["name", "Invasion of the Action Friday"], ["updated_at", "2014-06-03 18:10:04.831673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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-06-03 18:10:04.834210"], ["id", 1], ["name", "Season of the Ultra Jungle"], ["updated_at", "2014-06-03 18:10:04.834210"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:10:04.836072"], ["id", 1], ["name", "I Married a Killer Cat"], ["updated_at", "2014-06-03 18:10:04.836072"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:10:04.838441"], ["id", 1], ["name", "Curse of the Dreams"], ["updated_at", "2014-06-03 18:10:04.838441"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:10:04 -0400 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.3ms) Completed 200 OK in 47ms (Views: 45.5ms | 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-06-03 14:10:04 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 1.2ms | 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-06-03 18:10:04.929862"], ["id", 1], ["name", "Day of the Ninja"], ["updated_at", "2014-06-03 18:10:04.929862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:10:04 -0400 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.2ms) 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-06-03 14:10:04 -0400 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-06-03 18:10:04.941055"], ["name", "some new book"], ["updated_at", "2014-06-03 18:10:04.941055"]]  (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.7ms) 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-06-03 18:10:04.945129"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:10:04.945129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:10:04 -0400 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-06-03 18:10:04.948212"]]  (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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.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.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) 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-06-03 18:10:04.964578"], ["name", "Fake Diaries"], ["updated_at", "2014-06-03 18:10:04.964578"]]  (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-06-03 18:10:04.966923"], ["name", "When Dorcas Met Loraine"], ["updated_at", "2014-06-03 18:10:04.966923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.967974"], ["name", "Day of the Danger Wolves"], ["updated_at", "2014-06-03 18:10:04.967974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.968624"], ["name", "Dangerous Fly"], ["updated_at", "2014-06-03 18:10:04.968624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.969239"], ["name", "Invasion of the Monster"], ["updated_at", "2014-06-03 18:10:04.969239"]]  (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-06-03 18:10:04.972119"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:10:04.972119"]]  (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.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.974926"], ["name", "When Ellie Met Asia"], ["updated_at", "2014-06-03 18:10:04.974926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.975734"], ["name", "The Gypsy with a Thousand Faces"], ["updated_at", "2014-06-03 18:10:04.975734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.976454"], ["name", "The Killer Demon That Came to Dinner"], ["updated_at", "2014-06-03 18:10:04.976454"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.977054"], ["name", "The Forbidden Thief from Hell"], ["updated_at", "2014-06-03 18:10:04.977054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.977655"], ["name", "Day of the Witch"], ["updated_at", "2014-06-03 18:10:04.977655"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.981540"], ["name", "The Cousins Who Fell to Earth"], ["updated_at", "2014-06-03 18:10:04.981540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.982466"], ["name", "Journey of the Death Rain"], ["updated_at", "2014-06-03 18:10:04.982466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.983251"], ["name", "I am Ninja"], ["updated_at", "2014-06-03 18:10:04.983251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.983919"], ["name", "Je Vous Presente, Twila"], ["updated_at", "2014-06-03 18:10:04.983919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:10:04.984567"], ["name", "The Pickpocket with a Thousand Faces"], ["updated_at", "2014-06-03 18:10:04.984567"]]  (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.6ms | ActiveRecord: 0.0ms)  (6.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.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) Connecting to database specified by database.yml  (0.0ms) 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 (3.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["id", 1], ["name", "Season of the Mutant"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["id", 1], ["name", "2169 A.D."], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["id", 1], ["name", "The Hungry Woman with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["id", 1], ["name", "Champagne Tears"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "Death Women"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "Return of the Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "Dr. Identity"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "Season of the Danger City"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "The Witch from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.4ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "Blonde Woman"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "The Green Man Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "Diaries 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "The Green Man with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "The Thief from Hell"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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.9ms (Views: 6.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "Je Vous Presente, Charles"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "I Married a Red Hills"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "Nuclear Brains"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "Danger Women: The Letitia Ernser Story"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "The Black Rose of Wales"], ["updated_at", Tue, 03 Jun 2014 18:13:05 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.9ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["id", 1], ["name", "Blue Rain"], ["updated_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:13:05 -0400 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.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:13:05 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["id", 1], ["name", "The Rain That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:13:05 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:13:05 -0400 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", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (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.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:13:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:13:05 -0400 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-06-03 18:13:05.231740' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4.1ms (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.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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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"  (0.1ms) begin transaction  (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.6ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["id", 1], ["name", "American Rain"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["id", 1], ["name", "The Tears from Hell"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["id", 1], ["name", "Curse of the Identity"], ["updated_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["id", 1], ["name", "Return of the Women"], ["updated_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00]]  (0.3ms) 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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "Hungry Brain"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "Fake Tears"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "The Monster from Hell"], ["updated_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "Codename: Demon"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "The Electric Dreams with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:13: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.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "The Ultra World from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "The Mutant from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "When Juanita Met Liza"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "Red Brain"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "War of the Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:13: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.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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "Fake Women"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "Invasion of the Cat"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "The Blonde Man from Mars"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "Christmas on Keeling Crossing"], ["updated_at", Tue, 03 Jun 2014 18:13: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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "Journey of the Wolf"], ["updated_at", Tue, 03 Jun 2014 18:13: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.3ms | 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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["id", 1], ["name", "The Hungry Tentacle from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:13:07 -0400 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-06-03 14:13:07 -0400 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["id", 1], ["name", "The Tears from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:13:07 -0400 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.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.3ms) 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-06-03 14:13:07 -0400 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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00]]  (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"  (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", Tue, 03 Jun 2014 18:13:07 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:13:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:13:07 -0400 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", Tue, 03 Jun 2014 18:13: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.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 ------------------------------------------------------------------------------------------------- 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.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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.549551"], ["name", "The Pickpocket That Came to Dinner"], ["updated_at", "2014-06-03 18:13:10.549551"]]  (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-06-03 18:13:10.553416"], ["name", "Day of the Tokyo Beast"], ["updated_at", "2014-06-03 18:13:10.553416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.554513"], ["name", "Season of the Hills"], ["updated_at", "2014-06-03 18:13:10.554513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.555139"], ["name", "Curse of the Wolves"], ["updated_at", "2014-06-03 18:13:10.555139"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.555755"], ["name", "Codename: Diaries"], ["updated_at", "2014-06-03 18:13:10.555755"]]  (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-06-03 18:13:10.559794"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:13:10.559794"]]  (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-06-03 18:13:10.562654"], ["name", "Time of the Wizard"], ["updated_at", "2014-06-03 18:13:10.562654"]]  (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-06-03 18:13:10.563519"], ["name", "The Dreams from Outer Space"], ["updated_at", "2014-06-03 18:13:10.563519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.564305"], ["name", "Blonde City"], ["updated_at", "2014-06-03 18:13:10.564305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.564952"], ["name", "The Fake Dreams from Across the Ocean"], ["updated_at", "2014-06-03 18:13:10.564952"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.565735"], ["name", "Champagne Pickpocket"], ["updated_at", "2014-06-03 18:13:10.565735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 44ms (Views: 43.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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.613215"], ["name", "Death Cousins"], ["updated_at", "2014-06-03 18:13:10.613215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.614137"], ["name", "Tokyo Blow"], ["updated_at", "2014-06-03 18:13:10.614137"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.614900"], ["name", "Nuclear Demon"], ["updated_at", "2014-06-03 18:13:10.614900"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.615555"], ["name", "The Men from Hell"], ["updated_at", "2014-06-03 18:13:10.615555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.616177"], ["name", "The Brain from Hell"], ["updated_at", "2014-06-03 18:13:10.616177"]]  (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-06-03 18:13:10.622969"], ["id", 1], ["name", "Planet of the Flying Women"], ["updated_at", "2014-06-03 18:13:10.622969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:13:10.625123"], ["id", 1], ["name", "The Champagne Hills with a Thousand Faces"], ["updated_at", "2014-06-03 18:13:10.625123"]]  (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-06-03 18:13:10.627243"], ["id", 1], ["name", "The Monster with a Thousand Faces"], ["updated_at", "2014-06-03 18:13:10.627243"]]  (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-06-03 18:13:10.630643"], ["id", 1], ["name", "Je Vous Presente, Cortez"], ["updated_at", "2014-06-03 18:13:10.630643"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:13:10.645071"], ["id", 1], ["name", "350 A.D."], ["updated_at", "2014-06-03 18:13:10.645071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:13:10 -0400 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.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-06-03 14:13:10 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.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-06-03 18:13:10.656316"], ["id", 1], ["name", "Curse of the Red Gypsy"], ["updated_at", "2014-06-03 18:13:10.656316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:13:10 -0400 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.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-06-03 14:13:10 -0400 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:10.666381"], ["name", "some new book"], ["updated_at", "2014-06-03 18:13:10.666381"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.0ms) 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-06-03 18:13:10.669633"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:13:10.669633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:13:10 -0400 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-06-03 18:13:10.672798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 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 Connecting to database specified by database.yml  (0.0ms) 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 (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["id", 1], ["name", "The Black Rose of Wales"], ["updated_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["id", 1], ["name", "1739 A.D."], ["updated_at", Tue, 03 Jun 2014 18:13:31 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["id", 1], ["name", "The Fake Men from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["id", 1], ["name", "Invasion of the Tokyo Fly"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "The Bloody Identity from Mars"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "A Fistful of Clash"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "A Fistful of Fake Man"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "Ultra Brains"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "The Bloody Ninja from Hell"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.4ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "Hard Boiled Diaries"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "The Wolves from phoenix"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "Day of the Danger Identity"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "Tokyo Dreams"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "Hard Boiled Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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 5.7ms (Views: 4.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "The Green Identity from Hell"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "Fake Brain 2: Son of Fake Brain"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "Case of the Missing Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "When Sallie Met Dawn"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "Dr. Woman"], ["updated_at", Tue, 03 Jun 2014 18:13:31 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.6ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["id", 1], ["name", "Dr. Cousins"], ["updated_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:13:31 -0400 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.4ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:13:31 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["id", 1], ["name", "Journey of the Flying Diaries"], ["updated_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:13:31 -0400 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 1.9ms (ActiveRecord: 0.3ms)  (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-06-03 14:13:31 -0400 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", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:13:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:13:31 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:13:31.984440' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.8ms (ActiveRecord: 0.3ms) 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.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.1ms) begin transaction  (0.0ms) commit transaction  (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 (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:33 UTC +00:00], ["id", 1], ["name", "The Brain from 4476 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:13:33 UTC +00:00]]  (0.8ms) rollback transaction  (0.0ms) begin transaction  (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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["id", 1], ["name", "The Dangerous Ninja with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["id", 1], ["name", "The Tentacle from Mars"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["id", 1], ["name", "The Ninja from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (0.2ms) 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "Cousins 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "Danger Ninja"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "Danger Beast"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "A Fistful of Ninja"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "The Blue Tears"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (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.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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "Hungry Identity 2: Son of Hungry Identity"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "Action Fly: The Gonzalo Turcotte Story"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "The Green Cousins from Hell"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "Time of the World"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "Invasion of the Action Brains"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (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.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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "Season of the Wizard"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "Nuclear Friday"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "The World That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "Je Vous Presente, Randi"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "The Pickpocket from phoenix"], ["updated_at", Tue, 03 Jun 2014 18:13:34 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.2ms | 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["id", 1], ["name", "Ultra Cat"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:13:34 -0400 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-06-03 14:13:34 -0400 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["id", 1], ["name", "The Wolves That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:13:34 -0400 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.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-06-03 14:13:34 -0400 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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:13:34 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:13:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:13:34 -0400 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", Tue, 03 Jun 2014 18:13:34 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.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 ------------------------------------------------------------------------------------------------- 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.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.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.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.505436"], ["name", "Invasion of the American Women"], ["updated_at", "2014-06-03 18:13:36.505436"]]  (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-06-03 18:13:36.507943"], ["name", "I Married a Flying Man"], ["updated_at", "2014-06-03 18:13:36.507943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.508845"], ["name", "Tokyo Cousins"], ["updated_at", "2014-06-03 18:13:36.508845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.509477"], ["name", "Ultra Tentacle"], ["updated_at", "2014-06-03 18:13:36.509477"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.510099"], ["name", "Curse of the Tentacle"], ["updated_at", "2014-06-03 18:13:36.510099"]]  (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.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.513471"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:13:36.513471"]]  (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"  (1.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.517167"], ["name", "Electric World"], ["updated_at", "2014-06-03 18:13:36.517167"]]  (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-06-03 18:13:36.518065"], ["name", "Red World"], ["updated_at", "2014-06-03 18:13:36.518065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.518826"], ["name", "Season of the Demon"], ["updated_at", "2014-06-03 18:13:36.518826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.519491"], ["name", "1739 A.D."], ["updated_at", "2014-06-03 18:13:36.519491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.520088"], ["name", "The Dangerous Tears Who Fell to Earth"], ["updated_at", "2014-06-03 18:13:36.520088"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 39ms (Views: 38.5ms | 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.562408"], ["name", "Dangerous Cousins"], ["updated_at", "2014-06-03 18:13:36.562408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.563386"], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-06-03 18:13:36.563386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.564134"], ["name", "Forbidden Man"], ["updated_at", "2014-06-03 18:13:36.564134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.564833"], ["name", "Season of the Red Clash"], ["updated_at", "2014-06-03 18:13:36.564833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.565441"], ["name", "Time of the Electric Gypsy"], ["updated_at", "2014-06-03 18:13:36.565441"]]  (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.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-06-03 18:13:36.572342"], ["id", 1], ["name", "Red Dreams"], ["updated_at", "2014-06-03 18:13:36.572342"]]  (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-06-03 18:13:36.575453"], ["id", 1], ["name", "The Action Tentacle from the Black Lagoon"], ["updated_at", "2014-06-03 18:13:36.575453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:13:36.578367"], ["id", 1], ["name", "Curse of the Wolves"], ["updated_at", "2014-06-03 18:13:36.578367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:13:36.580714"], ["id", 1], ["name", "Forbidden Mutant"], ["updated_at", "2014-06-03 18:13:36.580714"]]  (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 ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:13:36.584256"], ["id", 1], ["name", "Day of the Hungry Cousins"], ["updated_at", "2014-06-03 18:13:36.584256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:13:36 -0400 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 -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-06-03 14:13:36 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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-06-03 18:13:36.594593"], ["id", 1], ["name", "Green Friday"], ["updated_at", "2014-06-03 18:13:36.594593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:13:36 -0400 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-06-03 14:13:36 -0400 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:13:36.603752"], ["name", "some new book"], ["updated_at", "2014-06-03 18:13:36.603752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.2ms) 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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:13:36.606710"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:13:36.606710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:13:36 -0400 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-06-03 18:13:36.609504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.1ms) begin transaction  (0.0ms) commit transaction  (0.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 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 (3.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["id", 1], ["name", "The Clash Without a Diaries"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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) 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["id", 1], ["name", "Red Women"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["id", 1], ["name", "Ultra Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["id", 1], ["name", "Curse of the Electric Man"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "Ultra Mutant"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "Bloody Tears"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "Action Identity"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "The Dreams from 14222 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "The Death Man That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "Christmas on Amparo Run"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "When Elyssa Met Mandy"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "The Hungry Diaries"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "Death Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "The Fake Ninja from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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 8.1ms (Views: 7.1ms | 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "Electric Cousins"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "Forbidden Cousins"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "The Ninjas from Hell"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "Journey of the Action Diaries"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "The City from Hell"], ["updated_at", Tue, 03 Jun 2014 18:14:15 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["id", 1], ["name", "Danger Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:14:15 -0400 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.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:14:15 -0400 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.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["id", 1], ["name", "Green Monster"], ["updated_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:14:15 -0400 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 1.7ms (ActiveRecord: 0.3ms)  (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-06-03 14:14:15 -0400 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", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:14:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:14:15 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:14:15.350360' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.5ms (ActiveRecord: 0.3ms) 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.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["id", 1], ["name", "Death Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["id", 1], ["name", "A Fistful of Brains"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["id", 1], ["name", "The Brain from Olmsted Falls Central"], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["id", 1], ["name", "Flying Women"], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "The Witch Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "Dr. Wolf"], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "Dr. Wolves"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "Red Clash"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "I Married a Thief"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (0.1ms) 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.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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "303 A.D."], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "Killer Dreams"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "The White Rose of Scotland"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "The Demon from 18146 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "Return of the Red Blow"], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (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.3ms) 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "The Clash from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "The Brains Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "Hungry Women"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "Green Demon"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "The Yellow Rose of England"], ["updated_at", Tue, 03 Jun 2014 18:14:17 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.3ms | 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["id", 1], ["name", "Electric Wolf"], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:14:17 -0400 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-06-03 14:14:17 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["id", 1], ["name", "Killer Women"], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:14:17 -0400 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.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-06-03 14:14:17 -0400 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", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:14:17 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:14:17 -0400 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", Tue, 03 Jun 2014 18:14:17 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.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.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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.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.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.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-06-03 18:14:20.622865"], ["id", 1], ["name", "Fake Clash"], ["updated_at", "2014-06-03 18:14:20.622865"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:14:20 -0400 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 44ms (Views: 42.8ms | 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-06-03 14:14:20 -0400 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:14:20.711574"], ["id", 1], ["name", "Gypsy 2: Electric Boogaloo"], ["updated_at", "2014-06-03 18:14:20.711574"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:14:20 -0400 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.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-06-03 14:14:20 -0400 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-06-03 18:14:20.721594"], ["name", "some new book"], ["updated_at", "2014-06-03 18:14:20.721594"]]  (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-06-03 18:14:20.725779"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:14:20.725779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:14:20 -0400 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-06-03 18:14:20.729047"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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.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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:20.751985"], ["name", "Tokyo Pickpocket"], ["updated_at", "2014-06-03 18:14:20.751985"]]  (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-06-03 18:14:20.753359"], ["name", "The American City from Hell"], ["updated_at", "2014-06-03 18:14:20.753359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:20.754172"], ["name", "Nuclear Men"], ["updated_at", "2014-06-03 18:14:20.754172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:20.754841"], ["name", "The Killer Diaries Who Fell to Earth"], ["updated_at", "2014-06-03 18:14:20.754841"]]  (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-06-03 18:14:20.756505"], ["name", "I am World"], ["updated_at", "2014-06-03 18:14:20.756505"]]  (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-06-03 18:14:20.760383"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:14:20.760383"]]  (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.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:20.764049"], ["name", "Curse of the Blonde Brain"], ["updated_at", "2014-06-03 18:14:20.764049"]]  (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-06-03 18:14:20.765352"], ["name", "Tokyo Beast"], ["updated_at", "2014-06-03 18:14:20.765352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:20.766577"], ["name", "Return of the Blue Wizard"], ["updated_at", "2014-06-03 18:14:20.766577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:20.767475"], ["name", "Action Witch"], ["updated_at", "2014-06-03 18:14:20.767475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:20.768235"], ["name", "The Diaries from Across the Ocean"], ["updated_at", "2014-06-03 18:14:20.768235"]]  (0.1ms) 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-06-03 18:14:20.773469"], ["name", "Planet of the Man"], ["updated_at", "2014-06-03 18:14:20.773469"]]  (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-06-03 18:14:20.774567"], ["name", "The Women from the Black Lagoon"], ["updated_at", "2014-06-03 18:14:20.774567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:20.775351"], ["name", "Time of the Clash"], ["updated_at", "2014-06-03 18:14:20.775351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:20.776113"], ["name", "I Married a Bloody Beast"], ["updated_at", "2014-06-03 18:14:20.776113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:20.776780"], ["name", "Journey of the American Mutant"], ["updated_at", "2014-06-03 18:14:20.776780"]]  (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.4ms) 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.1ms) 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-06-03 18:14:20.790188"], ["id", 1], ["name", "The Black Rose of Scotland"], ["updated_at", "2014-06-03 18:14:20.790188"]]  (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-06-03 18:14:20.793093"], ["id", 1], ["name", "The White Rose of England"], ["updated_at", "2014-06-03 18:14:20.793093"]]  (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-06-03 18:14:20.795716"], ["id", 1], ["name", "I am Champagne Blow"], ["updated_at", "2014-06-03 18:14:20.795716"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:14:20.798063"], ["id", 1], ["name", "The Forbidden Fly from Hell"], ["updated_at", "2014-06-03 18:14:20.798063"]]  (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 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.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:36 UTC +00:00], ["id", 1], ["name", "Blonde Fly"], ["updated_at", Tue, 03 Jun 2014 18:14:36 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:36 UTC +00:00], ["id", 1], ["name", "The Mutant Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:14:36 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:36 UTC +00:00], ["id", 1], ["name", "Codename: Fake Thief"], ["updated_at", Tue, 03 Jun 2014 18:14:36 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:36 UTC +00:00], ["id", 1], ["name", "Blue Fly 2: Son of Blue Fly"], ["updated_at", Tue, 03 Jun 2014 18:14:36 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:36 UTC +00:00], ["name", "Dangerous Witch 2: Son of Dangerous Witch"], ["updated_at", Tue, 03 Jun 2014 18:14:36 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", Tue, 03 Jun 2014 18:14:36 UTC +00:00], ["name", "The Friday from River Heights"], ["updated_at", Tue, 03 Jun 2014 18:14:36 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", Tue, 03 Jun 2014 18:14:36 UTC +00:00], ["name", "Dr. Monster"], ["updated_at", Tue, 03 Jun 2014 18:14:36 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", Tue, 03 Jun 2014 18:14:36 UTC +00:00], ["name", "Hungry Ninja"], ["updated_at", Tue, 03 Jun 2014 18:14:36 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", Tue, 03 Jun 2014 18:14:36 UTC +00:00], ["name", "Tokyo Rain"], ["updated_at", Tue, 03 Jun 2014 18:14:36 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:14:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.9ms (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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "Journey of the Hungry Man"], ["updated_at", Tue, 03 Jun 2014 18:14:37 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", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "Flying Thief"], ["updated_at", Tue, 03 Jun 2014 18:14:37 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", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "Champagne Identity"], ["updated_at", Tue, 03 Jun 2014 18:14:37 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", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "2270 A.D."], ["updated_at", Tue, 03 Jun 2014 18:14:37 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", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "I Married a Tokyo Rain"], ["updated_at", Tue, 03 Jun 2014 18:14:37 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: 6.1ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "Christmas on Willms Turnpike"], ["updated_at", Tue, 03 Jun 2014 18:14:37 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", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "Invasion of the Hills"], ["updated_at", Tue, 03 Jun 2014 18:14:37 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", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "Green Jungle"], ["updated_at", Tue, 03 Jun 2014 18:14:37 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", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "I Married a Tokyo Fly"], ["updated_at", Tue, 03 Jun 2014 18:14:37 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", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "Nuclear Wizard"], ["updated_at", Tue, 03 Jun 2014 18:14:37 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.9ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (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", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["id", 1], ["name", "When Elva Met Dee"], ["updated_at", Tue, 03 Jun 2014 18:14:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:14:37 -0400 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.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:14:37 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["id", 1], ["name", "I Married a American Tears"], ["updated_at", Tue, 03 Jun 2014 18:14:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:14:37 -0400 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 1.7ms (ActiveRecord: 0.3ms)  (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-06-03 14:14:37 -0400 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", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:14:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:37 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:14:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:14:37 -0400 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-06-03 18:14:37.062604' 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.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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["id", 1], ["name", "I Married a Hills"], ["updated_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00]]  (1.0ms) rollback transaction  (0.1ms) 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["id", 1], ["name", "Codename: American Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["id", 1], ["name", "Legend of Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["id", 1], ["name", "I am Cousins"], ["updated_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "Death Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "Curse of the Woman"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "Invasion of the Witch"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "The Wizard That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "Legend of Bloody Diaries"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00]]  (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.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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "War of the Identity"], ["updated_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "The Champagne Tentacle from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "Journey of the Woman"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "The Yellow Rose of Scotland"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "Day of the Diaries"], ["updated_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00]]  (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.3ms) 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "The Dangerous Pickpocket Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "Curse of the Man"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "The Forbidden Brain from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "The World from Olmsted Falls Central"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "The Friday from 3804 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:14:39 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.2ms | 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["id", 1], ["name", "Dr. Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:14:39 -0400 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-06-03 14:14:39 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["id", 1], ["name", "I Married a American Rain"], ["updated_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:14:39 -0400 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.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-06-03 14:14:39 -0400 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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:14:39 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:14:39 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:14:39 -0400 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", Tue, 03 Jun 2014 18:14:39 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.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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.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.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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:14:41.607037"], ["id", 1], ["name", "The Clash"], ["updated_at", "2014-06-03 18:14:41.607037"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-03 18:14:41.610617"], ["id", 1], ["name", "Hungry Wolf"], ["updated_at", "2014-06-03 18:14:41.610617"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:14:41.612875"], ["id", 1], ["name", "Time of the City"], ["updated_at", "2014-06-03 18:14:41.612875"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:14:41.614745"], ["id", 1], ["name", "Time of the Man"], ["updated_at", "2014-06-03 18:14:41.614745"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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 ----------------------------------------------------------------------- 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-06-03 18:14:41.618988"], ["id", 1], ["name", "The Electric Ninja Who Fell to Earth"], ["updated_at", "2014-06-03 18:14:41.618988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:14:41 -0400 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 40ms (Views: 38.0ms | 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-06-03 14:14:41 -0400 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:14:41.693008"], ["id", 1], ["name", "Invasion of the Demon"], ["updated_at", "2014-06-03 18:14:41.693008"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:14:41 -0400 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-06-03 14:14:41 -0400 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-06-03 18:14:41.702162"], ["name", "some new book"], ["updated_at", "2014-06-03 18:14:41.702162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:14:41.705200"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:14:41.705200"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:14:41 -0400 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-06-03 18:14:41.708031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.717459"], ["name", "The Bloody Cat Who Fell to Earth"], ["updated_at", "2014-06-03 18:14:41.717459"]]  (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-06-03 18:14:41.719681"], ["name", "When Erika Met Jeanne"], ["updated_at", "2014-06-03 18:14:41.719681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.720710"], ["name", "Rise of the Wolf"], ["updated_at", "2014-06-03 18:14:41.720710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.721307"], ["name", "Dr. Fly"], ["updated_at", "2014-06-03 18:14:41.721307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.721891"], ["name", "The Ninjas from Across the Ocean"], ["updated_at", "2014-06-03 18:14:41.721891"]]  (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.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.724747"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:14:41.724747"]]  (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-06-03 18:14:41.727588"], ["name", "Flying Cat"], ["updated_at", "2014-06-03 18:14:41.727588"]]  (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-06-03 18:14:41.728807"], ["name", "Danger Jungle"], ["updated_at", "2014-06-03 18:14:41.728807"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.729749"], ["name", "The Blue Ninja from Outer Space"], ["updated_at", "2014-06-03 18:14:41.729749"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.730542"], ["name", "The Red Rose of Wales"], ["updated_at", "2014-06-03 18:14:41.730542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.731237"], ["name", "The Identity from Mars"], ["updated_at", "2014-06-03 18:14:41.731237"]]  (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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.736110"], ["name", "2970 A.D."], ["updated_at", "2014-06-03 18:14:41.736110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.737129"], ["name", "Curse of the Wizard"], ["updated_at", "2014-06-03 18:14:41.737129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.737905"], ["name", "The Dangerous Fly That Came to Dinner"], ["updated_at", "2014-06-03 18:14:41.737905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.738535"], ["name", "Dangerous Gypsy"], ["updated_at", "2014-06-03 18:14:41.738535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:14:41.739159"], ["name", "Action Wolves"], ["updated_at", "2014-06-03 18:14:41.739159"]]  (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.6ms | ActiveRecord: 0.0ms)  (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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["id", 1], ["name", "The Fly from Kingsbridge Heights"], ["updated_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["id", 1], ["name", "The Woman from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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) 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["id", 1], ["name", "Case of the Missing Death Woman"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["id", 1], ["name", "Case of the Missing Blue City"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "Legend of Hungry Men"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "Day of the Blue Cat"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "Ultra Hills"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "Blonde Witch"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "The Ninjas from Hell"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.5ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "The Jungle from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "Red Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "Christmas on Tyler Stream"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "The Cat from Hell"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "The Hills Without a Wolf"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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 5.9ms (Views: 5.1ms | 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "Tokyo Friday"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "Rise of the Ninja"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "Rain 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "When Davin Met Trinity"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "Danger Cousins"], ["updated_at", Tue, 03 Jun 2014 18:16:56 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 2.9ms (Views: 1.4ms | 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["id", 1], ["name", "The Cat with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:16:56 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:16:56 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["id", 1], ["name", "Green Hills: The Gerardo Kilback Story"], ["updated_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:16:56 -0400 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 1.7ms (ActiveRecord: 0.3ms)  (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-06-03 14:16:56 -0400 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", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:16:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:16:56 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:16:56.427566' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.6ms (ActiveRecord: 0.3ms) 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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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 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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["id", 1], ["name", "Invasion of the Demon"], ["updated_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["id", 1], ["name", "Forbidden Jungle"], ["updated_at", Tue, 03 Jun 2014 18:17:19 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Ozella"], ["updated_at", Tue, 03 Jun 2014 18:17:19 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["id", 1], ["name", "I am Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:17:19 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.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "The Diaries from 9684 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:17:19 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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "Bloody Brains"], ["updated_at", Tue, 03 Jun 2014 18: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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "The Tears Without a Man"], ["updated_at", Tue, 03 Jun 2014 18: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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "Codename: Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18: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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "Death Fly"], ["updated_at", Tue, 03 Jun 2014 18:17:19 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.4ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "Invasion of the Death Monster"], ["updated_at", Tue, 03 Jun 2014 18:17:19 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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "The Hills"], ["updated_at", Tue, 03 Jun 2014 18: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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "The Danger Diaries from Mars"], ["updated_at", Tue, 03 Jun 2014 18: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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "Hard Boiled Fly"], ["updated_at", Tue, 03 Jun 2014 18: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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "When Doris Met Carole"], ["updated_at", Tue, 03 Jun 2014 18:17:19 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.6ms (Views: 6.3ms | 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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "Death Ninjas"], ["updated_at", Tue, 03 Jun 2014 18: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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "Tokyo Identity"], ["updated_at", Tue, 03 Jun 2014 18: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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "Hungry Brains 2: Son of Hungry Brains"], ["updated_at", Tue, 03 Jun 2014 18: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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "Invasion of the Danger Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18: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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "Blue Demon"], ["updated_at", Tue, 03 Jun 2014 18: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 2.9ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["id", 1], ["name", "Dr. Demon"], ["updated_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:17:19 -0400 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.4ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:17:19 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["id", 1], ["name", "The Flying Thief with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:17:19 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:17:19 -0400 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", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:17:19 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:17:19 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:17:19.588418' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.6ms (ActiveRecord: 0.3ms) 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.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  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.7ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["id", 1], ["name", "The Clash from 11706 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00]]  (0.9ms) 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 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["id", 1], ["name", "Red Hills"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["id", 1], ["name", "Christmas on Ullrich Lane"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["id", 1], ["name", "Journey of the Nuclear Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "Journey of the Dreams"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "Nuclear Monster"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "448 A.D."], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "The Cousins Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "Hungry Wolf"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "Blue Monster"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "The Jungle"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "The Witch from 11668 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "Blonde Wolves"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "Christmas on Felicity Expressway"], ["updated_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 12ms (Views: 11.5ms | 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "The Beast from 5153 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "The Blonde Women That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "The Danger Wizard Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "Ultra Dreams"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "Je Vous Presente, Gage"], ["updated_at", Tue, 03 Jun 2014 18:17:21 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.2ms | 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["id", 1], ["name", "Tokyo Ninja"], ["updated_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:17:21 -0400 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-06-03 14:17:21 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["id", 1], ["name", "Curse of the Men"], ["updated_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:17:21 -0400 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-06-03 14:17:21 -0400 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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:17:21 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:17:21 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:17:21 -0400 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", Tue, 03 Jun 2014 18:17:21 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.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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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-06-03 18:17:24.174404"], ["id", 1], ["name", "The Blonde Gypsy Who Fell to Earth"], ["updated_at", "2014-06-03 18:17:24.174404"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:17:24.179106"], ["id", 1], ["name", "Case of the Missing Ultra Cat"], ["updated_at", "2014-06-03 18:17:24.179106"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-03 18:17:24.181337"], ["id", 1], ["name", "Rise of the Tears"], ["updated_at", "2014-06-03 18:17:24.181337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-03 18:17:24.183478"], ["id", 1], ["name", "Blonde Wizard"], ["updated_at", "2014-06-03 18:17:24.183478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.214492"], ["name", "The Man Who Fell to Earth"], ["updated_at", "2014-06-03 18:17:24.214492"]]  (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-06-03 18:17:24.216365"], ["name", "When Dallas Met Carol"], ["updated_at", "2014-06-03 18:17:24.216365"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.217475"], ["name", "The Forbidden Gypsy"], ["updated_at", "2014-06-03 18:17:24.217475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.218131"], ["name", "Fake Gypsy"], ["updated_at", "2014-06-03 18:17:24.218131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.218820"], ["name", "The Diaries Who Fell to Earth"], ["updated_at", "2014-06-03 18:17:24.218820"]]  (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-06-03 18:17:24.222510"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:17:24.222510"]]  (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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.225349"], ["name", "Electric Ninja"], ["updated_at", "2014-06-03 18:17:24.225349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.226143"], ["name", "The Champagne Man from Hell"], ["updated_at", "2014-06-03 18:17:24.226143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.226948"], ["name", "Hard Boiled Gypsy"], ["updated_at", "2014-06-03 18:17:24.226948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.227599"], ["name", "The Cat Who Fell to Earth"], ["updated_at", "2014-06-03 18:17:24.227599"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.228244"], ["name", "Journey of the Tears"], ["updated_at", "2014-06-03 18:17:24.228244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 42ms (Views: 42.1ms | 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.274332"], ["name", "I Married a Beast"], ["updated_at", "2014-06-03 18:17:24.274332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.275336"], ["name", "Danger Identity"], ["updated_at", "2014-06-03 18:17:24.275336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.276068"], ["name", "The Tentacle Without a Woman"], ["updated_at", "2014-06-03 18:17:24.276068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.276706"], ["name", "Hard Boiled Wizard"], ["updated_at", "2014-06-03 18:17:24.276706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.277320"], ["name", "Planet of the Diaries"], ["updated_at", "2014-06-03 18:17:24.277320"]]  (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 ----------------------------------------------------------------------- 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-06-03 18:17:24.286193"], ["id", 1], ["name", "Christmas on Wyatt Lane"], ["updated_at", "2014-06-03 18:17:24.286193"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:17:24 -0400 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.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-06-03 14:17:24 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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-06-03 18:17:24.297594"], ["id", 1], ["name", "Hard Boiled Friday"], ["updated_at", "2014-06-03 18:17:24.297594"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:17:24 -0400 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.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-06-03 14:17:24 -0400 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:17:24.306062"], ["name", "some new book"], ["updated_at", "2014-06-03 18:17:24.306062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:17:24.309254"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:17:24.309254"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:17:24 -0400 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-06-03 18:17:24.312173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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.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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["id", 1], ["name", "Man 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["id", 1], ["name", "Flying Ninjas: The Gretchen Murphy Story"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["id", 1], ["name", "The Blue Hills Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["id", 1], ["name", "The Danger Rain from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "Death Thief"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "The Danger Ninjas from Hell"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "Hard Boiled Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "Green Hills"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "The Rain from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.5ms (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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "The Nuclear Jungle Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "Ultra Tears"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "When Jasmin Met Micah"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "The Wizard with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "The Witch from Northwest Midlothian/Midlothian Country Club"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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 5.9ms (Views: 4.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "The Rain from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "The Danger Fly That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "The Nuclear Dreams from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "The Fake Blow That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "Planet of the Beast"], ["updated_at", Tue, 03 Jun 2014 18:18:24 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 3.2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["id", 1], ["name", "Electric Witch"], ["updated_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:18:24 -0400 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-06-03 14:18:24 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["id", 1], ["name", "Champagne Thief"], ["updated_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:18:24 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:18:24 -0400 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", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:18:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:18:24 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:18:24.698567' 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.3ms) 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.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  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["id", 1], ["name", "American Clash"], ["updated_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00]]  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["id", 1], ["name", "Hard Boiled Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Holly"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["id", 1], ["name", "Forbidden Woman"], ["updated_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "Rise of the Electric City"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "When Audra Met Edna"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "Je Vous Presente, Tara"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "The Dangerous Tentacle from Hell"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "Je Vous Presente, Ila"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "The Yellow Rose of England"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "The Cat from Mars"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "Je Vous Presente, Dina"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "War of the Demon"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "The Identity from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00]]  (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.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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "Invasion of the Killer Tears"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "Death Blow"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "Journey of the Identity"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "The Brains from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "Danger Wizard"], ["updated_at", Tue, 03 Jun 2014 18:18:26 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.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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["id", 1], ["name", "Season of the Thief"], ["updated_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:18:26 -0400 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-06-03 14:18:26 -0400 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Tavares"], ["updated_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:18:26 -0400 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-06-03 14:18:26 -0400 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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:18:26 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:18:26 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:18:26 -0400 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", Tue, 03 Jun 2014 18:18:26 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.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 ------------------------------------------------------------------------------------------------- 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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.1ms) 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-06-03 18:18:29.200079"], ["name", "The Hungry Cousins from the Black Lagoon"], ["updated_at", "2014-06-03 18:18:29.200079"]]  (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-06-03 18:18:29.202712"], ["name", "I am Blonde Tentacle"], ["updated_at", "2014-06-03 18:18:29.202712"]]  (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-06-03 18:18:29.205340"], ["name", "The Gypsy from West Covina East"], ["updated_at", "2014-06-03 18:18:29.205340"]]  (0.1ms) 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-06-03 18:18:29.206862"], ["name", "Invasion of the City"], ["updated_at", "2014-06-03 18:18:29.206862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.207573"], ["name", "The Ultra Fly from the Black Lagoon"], ["updated_at", "2014-06-03 18:18:29.207573"]]  (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-06-03 18:18:29.212121"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:18:29.212121"]]  (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-06-03 18:18:29.215340"], ["name", "Red Diaries"], ["updated_at", "2014-06-03 18:18:29.215340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.216191"], ["name", "The Blow from White Oak South of Columbia Pike"], ["updated_at", "2014-06-03 18:18:29.216191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.216943"], ["name", "Ninja 2: Electric Boogaloo"], ["updated_at", "2014-06-03 18:18:29.216943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.217566"], ["name", "The Man from Outer Space"], ["updated_at", "2014-06-03 18:18:29.217566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.218201"], ["name", "Nuclear Cat"], ["updated_at", "2014-06-03 18:18:29.218201"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 38ms (Views: 37.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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.259610"], ["name", "The Friday from Hell"], ["updated_at", "2014-06-03 18:18:29.259610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.260516"], ["name", "Dreams 2: Electric Boogaloo"], ["updated_at", "2014-06-03 18:18:29.260516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.261221"], ["name", "Journey of the Rain"], ["updated_at", "2014-06-03 18:18:29.261221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.261793"], ["name", "The Ultra Dreams Who Fell to Earth"], ["updated_at", "2014-06-03 18:18:29.261793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.262398"], ["name", "Hungry Tears"], ["updated_at", "2014-06-03 18:18:29.262398"]]  (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) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:18:29.268593"], ["id", 1], ["name", "Curse of the Ninjas"], ["updated_at", "2014-06-03 18:18:29.268593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:18:29.271198"], ["id", 1], ["name", "I Married a Hungry Friday"], ["updated_at", "2014-06-03 18:18:29.271198"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:18:29.273631"], ["id", 1], ["name", "Red Clash"], ["updated_at", "2014-06-03 18:18:29.273631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-03 18:18:29.275571"], ["id", 1], ["name", "Hard Boiled Ninjas"], ["updated_at", "2014-06-03 18:18:29.275571"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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-06-03 18:18:29.289005"], ["id", 1], ["name", "Bloody Brain"], ["updated_at", "2014-06-03 18:18:29.289005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:18:29 -0400 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.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-06-03 14:18:29 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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-06-03 18:18:29.299764"], ["id", 1], ["name", "The Killer Brains"], ["updated_at", "2014-06-03 18:18:29.299764"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:18:29 -0400 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.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-06-03 14:18:29 -0400 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:18:29.308272"], ["name", "some new book"], ["updated_at", "2014-06-03 18:18:29.308272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:18:29.311396"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:18:29.311396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:18:29 -0400 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-06-03 18:18:29.314352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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 Connecting to database specified by database.yml  (0.0ms) 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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["id", 1], ["name", "Rise of the Tokyo Brains"], ["updated_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["id", 1], ["name", "Blue Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["id", 1], ["name", "When Jerel Met Dashawn"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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) 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["id", 1], ["name", "The Fake Brains from Mars"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "Champagne Tears"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "The White Rose of Wales"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "The Man from Hell"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "Legend of Man"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "The Action Identity from Mars"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.5ms (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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "Nuclear Clash"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "Dangerous Wolves"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "Time of the American Diaries"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "Blonde Women"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "Dr. Blow"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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 5.9ms (Views: 4.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "Beast 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "The Men Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "Champagne Cat"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "The Black Rose of Wales"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "The Action Cousins from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:20:15 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.9ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["id", 1], ["name", "Legend of Danger Cat"], ["updated_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:20:15 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:20:15 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["id", 1], ["name", "When Warren Met Ola"], ["updated_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:20:15 -0400 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.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:20:15 -0400 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", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:20:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:20:15 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:20:15.265423' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.6ms (ActiveRecord: 0.3ms) 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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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.1ms) begin transaction  (0.0ms) commit transaction  (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 (1.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["id", 1], ["name", "The Death Blow from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["id", 1], ["name", "The Hungry Woman Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["id", 1], ["name", "Hungry Rain"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["id", 1], ["name", "The Ninja That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "Curse of the Danger Jungle"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "The Wolf with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "American Tears"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "The Brain from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "The Blue Brains from Mars"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "The Wolf"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "Invasion of the Blonde Brains"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "913 A.D."], ["updated_at", Tue, 03 Jun 2014 18:20:17 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "Killer Women"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "The Monster Without a Dreams"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "When Izaiah Met Gloria"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "Killer Demon"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "The Blonde Man with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "Curse of the Diaries"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "The Tokyo Friday Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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.3ms | 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["id", 1], ["name", "War of the Fake Demon"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:20:17 -0400 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-06-03 14:20:17 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["id", 1], ["name", "Fake Brain"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:20:17 -0400 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.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-06-03 14:20:17 -0400 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", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:20:17 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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:20:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:20:17 -0400 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", Tue, 03 Jun 2014 18:20:17 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.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.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.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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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-06-03 18:20:19.816895"], ["id", 1], ["name", "The World from 9845 Leagues"], ["updated_at", "2014-06-03 18:20:19.816895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:20:19 -0400 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.7ms) Completed 200 OK in 41ms (Views: 39.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-06-03 14:20:19 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 1.1ms | 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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:20:19.891837"], ["id", 1], ["name", "The Killer Brains That Came to Dinner"], ["updated_at", "2014-06-03 18:20:19.891837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:20:19 -0400 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.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-06-03 14:20:19 -0400 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-06-03 18:20:19.900552"], ["name", "some new book"], ["updated_at", "2014-06-03 18:20:19.900552"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:20:19.903780"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:20:19.903780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:20:19 -0400 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-06-03 18:20:19.906692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:20:19.911308"], ["id", 1], ["name", "The Death Man from Hell"], ["updated_at", "2014-06-03 18:20:19.911308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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-06-03 18:20:19.913736"], ["id", 1], ["name", "Electric Diaries"], ["updated_at", "2014-06-03 18:20:19.913736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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-06-03 18:20:19.915987"], ["id", 1], ["name", "Forbidden Gypsy"], ["updated_at", "2014-06-03 18:20:19.915987"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-03 18:20:19.917801"], ["id", 1], ["name", "The Blonde Ninjas from Outer Space"], ["updated_at", "2014-06-03 18:20:19.917801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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-06-03 18:20:19.924880"], ["name", "Tokyo Identity"], ["updated_at", "2014-06-03 18:20:19.924880"]]  (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-06-03 18:20:19.926273"], ["name", "Case of the Missing Cousins"], ["updated_at", "2014-06-03 18:20:19.926273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.927277"], ["name", "Electric Gypsy"], ["updated_at", "2014-06-03 18:20:19.927277"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.927890"], ["name", "Bloody Gypsy"], ["updated_at", "2014-06-03 18:20:19.927890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.928517"], ["name", "Action World"], ["updated_at", "2014-06-03 18:20:19.928517"]]  (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.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.931377"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:20:19.931377"]]  (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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.934141"], ["name", "A Fistful of World"], ["updated_at", "2014-06-03 18:20:19.934141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.934935"], ["name", "I Married a Pickpocket"], ["updated_at", "2014-06-03 18:20:19.934935"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.935681"], ["name", "The Rain from Hell"], ["updated_at", "2014-06-03 18:20:19.935681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.936305"], ["name", "Champagne Beast"], ["updated_at", "2014-06-03 18:20:19.936305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.936965"], ["name", "Blue World"], ["updated_at", "2014-06-03 18:20:19.936965"]]  (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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.942906"], ["name", "Death Diaries: The Ms. Margarette Metz Story"], ["updated_at", "2014-06-03 18:20:19.942906"]]  (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-06-03 18:20:19.944329"], ["name", "The Witch Without a Dreams"], ["updated_at", "2014-06-03 18:20:19.944329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.945258"], ["name", "The Red Fly with a Thousand Faces"], ["updated_at", "2014-06-03 18:20:19.945258"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.945997"], ["name", "Blonde Gypsy"], ["updated_at", "2014-06-03 18:20:19.945997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:20:19.946695"], ["name", "The Killer Pickpocket from Outer Space"], ["updated_at", "2014-06-03 18:20:19.946695"]]  (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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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 Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136)  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Kameron"], ["updated_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_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.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["id", 1], ["name", "Blonde Beast: The Buck Runte Story"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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) 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["id", 1], ["name", "War of the Tokyo Woman"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["id", 1], ["name", "The Ninjas from 14134 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["id", 1], ["name", "The Dangerous Pickpocket with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Action Wizard"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Forbidden Dreams"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Forbidden Woman"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Dangerous Tentacle: The Esta Zieme Story"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "American Identity"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.4ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"   (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Forbidden Dreams"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Action Fly"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "The Tokyo City"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "I Married a Wolf"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "War of the Monster"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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 5.8ms (Views: 4.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Cat 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Hills 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Time of the Hungry Diaries"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Time of the Action Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "Season of the Wizard"], ["updated_at", Tue, 03 Jun 2014 18:21:12 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.6ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["id", 1], ["name", "The Forbidden Tears from Mars"], ["updated_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:21:12 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:21:12 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["id", 1], ["name", "The Wizard That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:21:12 -0400 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 1.9ms (ActiveRecord: 0.3ms)  (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-06-03 14:21:12 -0400 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", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:12 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:21:12 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:21:12.183283' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (ActiveRecord: 0.3ms) 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.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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["id", 1], ["name", "The Champagne Blow from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00]]  (0.8ms) rollback transaction  (0.0ms) begin transaction  (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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["id", 1], ["name", "The Flying Hills from Hell"], ["updated_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["id", 1], ["name", "The Man from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["id", 1], ["name", "Rise of the Green Jungle"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["id", 1], ["name", "Danger Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00]]  (0.2ms) 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "Dangerous Blow: The Abbey Schulist PhD Story"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "Death Monster"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "Fake Mutant"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "Flying Cousins"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "Green Women"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00]]  (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.6ms) 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "Nuclear Ninja"], ["updated_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "The Flying Wizard from Mars"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "I Married a Wolves"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "Tokyo Monster"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "The Action Fly from Hell"], ["updated_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 12ms (Views: 12.2ms | 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "The Black Rose of Scotland"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "The Cousins from 15644 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "The White Rose of Scotland"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "Hungry Wolf"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "Hard Boiled Diaries"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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.2ms | 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["id", 1], ["name", "Return of the Danger Brains"], ["updated_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:21:14 -0400 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-06-03 14:21:14 -0400 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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["id", 1], ["name", "The Men from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:21:14 -0400 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.2ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-06-03 14:21:14 -0400 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", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:14 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:21:14 -0400 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", Tue, 03 Jun 2014 18:21:14 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.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 ------------------------------------------------------------------------------------------------- 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.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.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.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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:16.737551"], ["id", 1], ["name", "The Demon Without a City"], ["updated_at", "2014-06-03 18:21:16.737551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) 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-06-03 18:21:16.741814"], ["id", 1], ["name", "The Tears Without a Dreams"], ["updated_at", "2014-06-03 18:21:16.741814"]]  (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-06-03 18:21:16.744065"], ["id", 1], ["name", "Legend of Wolf"], ["updated_at", "2014-06-03 18:21:16.744065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-03 18:21:16.746319"], ["id", 1], ["name", "Time of the Identity"], ["updated_at", "2014-06-03 18:21:16.746319"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:16.749168"], ["id", 1], ["name", "The Friday from Outer Space"], ["updated_at", "2014-06-03 18:21:16.749168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:16.752066"], ["id", 1], ["name", "Danger Hills"], ["updated_at", "2014-06-03 18:21:16.752066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:21:16 -0400 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.7ms) Completed 200 OK in 40ms (Views: 39.0ms | 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-06-03 14:21:16 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 1.1ms | 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-06-03 18:21:16.825012"], ["id", 1], ["name", "The Jungle from Hell"], ["updated_at", "2014-06-03 18:21:16.825012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:21:16 -0400 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-06-03 14:21:16 -0400 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-06-03 18:21:16.834270"], ["name", "some new book"], ["updated_at", "2014-06-03 18:21:16.834270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:16.837324"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:21:16.837324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:21:16 -0400 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-06-03 18:21:16.840135"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.846824"], ["name", "The City with a Thousand Faces"], ["updated_at", "2014-06-03 18:21:16.846824"]]  (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-06-03 18:21:16.847844"], ["name", "Hungry Thief 2: Son of Hungry Thief"], ["updated_at", "2014-06-03 18:21:16.847844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.848713"], ["name", "Fake Tears 2: Son of Fake Tears"], ["updated_at", "2014-06-03 18:21:16.848713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.849310"], ["name", "Codename: Blow"], ["updated_at", "2014-06-03 18:21:16.849310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.849897"], ["name", "Ultra Demon"], ["updated_at", "2014-06-03 18:21:16.849897"]]  (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-06-03 18:21:16.852595"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:21:16.852595"]]  (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.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-06-03 18:21:16.855240"], ["name", "Rise of the Brains"], ["updated_at", "2014-06-03 18:21:16.855240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.856124"], ["name", "The Danger Men from Mars"], ["updated_at", "2014-06-03 18:21:16.856124"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.856831"], ["name", "Invasion of the Red Man"], ["updated_at", "2014-06-03 18:21:16.856831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.857438"], ["name", "The Danger Dreams"], ["updated_at", "2014-06-03 18:21:16.857438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.858053"], ["name", "Case of the Missing Clash"], ["updated_at", "2014-06-03 18:21:16.858053"]]  (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.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.862084"], ["name", "I am Champagne Ninja"], ["updated_at", "2014-06-03 18:21:16.862084"]]  (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-06-03 18:21:16.863831"], ["name", "Electric Wolves: The Amparo Dooley Story"], ["updated_at", "2014-06-03 18:21:16.863831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.864829"], ["name", "884 A.D."], ["updated_at", "2014-06-03 18:21:16.864829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.865487"], ["name", "War of the Hungry Monster"], ["updated_at", "2014-06-03 18:21:16.865487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:16.866093"], ["name", "Jungle 2: Electric Boogaloo"], ["updated_at", "2014-06-03 18:21:16.866093"]]  (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.1ms) begin transaction  (0.0ms) 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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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 Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136)  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["id", 1], ["name", "The Death Thief from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["id", 1], ["name", "The Electric Clash from Hell"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["id", 1], ["name", "769 A.D."], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["id", 1], ["name", "Season of the Hills"], ["updated_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["id", 1], ["name", "Christmas on O'Reilly Gateway"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "Day of the Jungle"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "The Electric World from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "Pickpocket 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "Blonde Friday"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "Je Vous Presente, Isom"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.7ms (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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "The Tokyo Cat from Hell"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "Champagne Brains"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "The Jungle from Mars"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "Electric Women"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "The Wizard from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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 5.9ms (Views: 5.0ms | ActiveRecord: 0.1ms)  (0.4ms) 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "Je Vous Presente, Arnoldo"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "Dr. Tears"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "The Blonde Diaries from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "The Danger Pickpocket from Mars"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "The Ninjas from Hell"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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 3.2ms (Views: 1.6ms | 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["id", 1], ["name", "The Brain from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:21:23 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:21:23 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["id", 1], ["name", "Season of the Diaries"], ["updated_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:21:23 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:21:23 -0400 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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:23 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.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", Tue, 03 Jun 2014 18:21:23 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:23 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:21:23 -0400 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-06-03 18:21:23.212089' 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.3ms) 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.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  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["id", 1], ["name", "The Bloody Cat from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (0.8ms) 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["id", 1], ["name", "Bloody Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["id", 1], ["name", "The Action Cat from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["id", 1], ["name", "Death Beast"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["id", 1], ["name", "When Leonardo Met Orville"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "Dangerous Brain"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "Codename: Ultra Friday"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "Hungry Blow"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "The Cousins with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "Dr. Men"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)  (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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "Hungry Brains"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "The Witch from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "Danger Jungle"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "Hard Boiled Clash"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "A Fistful of Wizard"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (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.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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "The Brain from East of Telegraph Road"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "Flying Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "Green Brain"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "Legend of Dangerous Brains"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "The Man from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:21:25 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.2ms | ActiveRecord: 0.1ms)  (0.5ms) 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["id", 1], ["name", "Bloody Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:21:25 -0400 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-06-03 14:21:25 -0400 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["id", 1], ["name", "Blonde Cousins"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:21:25 -0400 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.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-06-03 14:21:25 -0400 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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (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", Tue, 03 Jun 2014 18:21:25 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:21:25 -0400 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", Tue, 03 Jun 2014 18:21:25 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.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 ------------------------------------------------------------------------------------------------- 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.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.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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 ------------------------------------------------------------------------------------------------- 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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.781365"], ["name", "Hungry Brain"], ["updated_at", "2014-06-03 18:21:27.781365"]]  (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-06-03 18:21:27.783939"], ["name", "Electric Woman"], ["updated_at", "2014-06-03 18:21:27.783939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.784820"], ["name", "The Blonde Man That Came to Dinner"], ["updated_at", "2014-06-03 18:21:27.784820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.786306"], ["name", "Blonde Diaries: The Johnson Cole Story"], ["updated_at", "2014-06-03 18:21:27.786306"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.787426"], ["name", "I Married a Forbidden Hills"], ["updated_at", "2014-06-03 18:21:27.787426"]]  (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-06-03 18:21:27.791517"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:21:27.791517"]]  (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.8ms) 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-06-03 18:21:27.795328"], ["name", "Time of the Ultra Demon"], ["updated_at", "2014-06-03 18:21:27.795328"]]  (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-06-03 18:21:27.796237"], ["name", "The Brain Without a Jungle"], ["updated_at", "2014-06-03 18:21:27.796237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.797019"], ["name", "When Jace Met Ava"], ["updated_at", "2014-06-03 18:21:27.797019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.797678"], ["name", "Ultra Tentacle"], ["updated_at", "2014-06-03 18:21:27.797678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.798295"], ["name", "Season of the Dreams"], ["updated_at", "2014-06-03 18:21:27.798295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 37ms (Views: 37.1ms | 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-06-03 18:21:27.839282"], ["name", "Hungry Pickpocket 2: Son of Hungry Pickpocket"], ["updated_at", "2014-06-03 18:21:27.839282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.840351"], ["name", "Journey of the Flying Friday"], ["updated_at", "2014-06-03 18:21:27.840351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.841405"], ["name", "Christmas on Wintheiser Streets"], ["updated_at", "2014-06-03 18:21:27.841405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.842369"], ["name", "The Identity from the Black Lagoon"], ["updated_at", "2014-06-03 18:21:27.842369"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.843213"], ["name", "The Tears from South of Lake Ave"], ["updated_at", "2014-06-03 18:21:27.843213"]]  (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.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-06-03 18:21:27.857297"], ["id", 1], ["name", "The Blonde Hills Who Fell to Earth"], ["updated_at", "2014-06-03 18:21:27.857297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:21:27 -0400 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-06-03 14:21:27 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:27.868508"], ["id", 1], ["name", "Codename: Witch"], ["updated_at", "2014-06-03 18:21:27.868508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:21:27 -0400 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 1ms (ActiveRecord: 0.3ms)  (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-06-03 14:21:27 -0400 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:27.876909"], ["name", "some new book"], ["updated_at", "2014-06-03 18:21:27.876909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (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-06-03 18:21:27.880340"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:21:27.880340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:21:27 -0400 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.2ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = 1 [["name", "changed book"], ["updated_at", "2014-06-03 18:21:27.883752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms) 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.1ms) 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-06-03 18:21:27.895311"], ["id", 1], ["name", "The Red Rose of Scotland"], ["updated_at", "2014-06-03 18:21:27.895311"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:27.897992"], ["id", 1], ["name", "The Killer Monster Who Fell to Earth"], ["updated_at", "2014-06-03 18:21:27.897992"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:27.900241"], ["id", 1], ["name", "Champagne Fly"], ["updated_at", "2014-06-03 18:21:27.900241"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:27.902237"], ["id", 1], ["name", "Christmas on Audrey Port"], ["updated_at", "2014-06-03 18:21:27.902237"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:27.904440"], ["id", 1], ["name", "Invasion of the Fly"], ["updated_at", "2014-06-03 18:21:27.904440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction Connecting to database specified by database.yml  (0.0ms) 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.0ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["id", 1], ["name", "Bloody Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["id", 1], ["name", "Killer Wolves"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["id", 1], ["name", "Codename: Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["id", 1], ["name", "Case of the Missing Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["id", 1], ["name", "The Women from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "Codename: Blow"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "The Green Clash from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "Legend of Thief"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "When Mable Met Crawford"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "A Fistful of Red Thief"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.4ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"   (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "Day of the Danger Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "Ultra Brains"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "Invasion of the Monster"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "Electric City"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "The Cousins from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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.2ms (Views: 5.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "The Red Diaries from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "Invasion of the Flying Cousins"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "Flying Identity 2: Son of Flying Identity"], ["updated_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "Hungry Wolf"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "Legend of Tokyo Fly"], ["updated_at", Tue, 03 Jun 2014 18:21:33 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 3.1ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["id", 1], ["name", "Rise of the Thief"], ["updated_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:21:33 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:21:33 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["id", 1], ["name", "The Hills from Mount Kisco West"], ["updated_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:21:33 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:21:33 -0400 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", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:21:33 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:21:33.326834' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (ActiveRecord: 0.3ms) 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.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.8ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["id", 1], ["name", "War of the Diaries"], ["updated_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["id", 1], ["name", "Legend of Blue Wolf"], ["updated_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["id", 1], ["name", "A Fistful of Cousins"], ["updated_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["id", 1], ["name", "Bloody Diaries"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["id", 1], ["name", "A Fistful of Diaries"], ["updated_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "Case of the Missing Forbidden Jungle"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "Legend of Nuclear Cat"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "The Fly from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "The Ninjas from Hell"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "Dangerous Wolf"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (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.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "Fake Witch"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "Season of the Action Mutant"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "The Tokyo Diaries from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "The Danger Dreams from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "The Fake Women from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00]]  (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.3ms) 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "A Fistful of Brains"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "The Rain That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "The Fly from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "Blue Fly"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "Death Diaries"], ["updated_at", Tue, 03 Jun 2014 18:21:35 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.2ms | 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["id", 1], ["name", "Ultra Fly"], ["updated_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:21:35 -0400 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 -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-06-03 14:21:35 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["id", 1], ["name", "Time of the Jungle"], ["updated_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:21:35 -0400 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-06-03 14:21:35 -0400 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.3ms)  (0.0ms) 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", Tue, 03 Jun 2014 18:21:35 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:21:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:21:35 -0400 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", Tue, 03 Jun 2014 18:21:35 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.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.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.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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.6ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.839650"], ["name", "Blonde Gypsy"], ["updated_at", "2014-06-03 18:21:37.839650"]]  (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-06-03 18:21:37.843156"], ["name", "Je Vous Presente, Deborah"], ["updated_at", "2014-06-03 18:21:37.843156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.844302"], ["name", "Blue Woman"], ["updated_at", "2014-06-03 18:21:37.844302"]]  (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-06-03 18:21:37.845010"], ["name", "1237 A.D."], ["updated_at", "2014-06-03 18:21:37.845010"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.845641"], ["name", "Ninja 2: Electric Boogaloo"], ["updated_at", "2014-06-03 18:21:37.845641"]]  (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-06-03 18:21:37.849395"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:21:37.849395"]]  (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.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-06-03 18:21:37.852972"], ["name", "Flying Tears"], ["updated_at", "2014-06-03 18:21:37.852972"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.853860"], ["name", "Flying Cousins"], ["updated_at", "2014-06-03 18:21:37.853860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.854592"], ["name", "The Fake Ninja from Outer Space"], ["updated_at", "2014-06-03 18:21:37.854592"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.855463"], ["name", "I Married a Fly"], ["updated_at", "2014-06-03 18:21:37.855463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.856384"], ["name", "The Fly from Mars"], ["updated_at", "2014-06-03 18:21:37.856384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 38ms (Views: 38.1ms | 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.898556"], ["name", "Hungry Diaries"], ["updated_at", "2014-06-03 18:21:37.898556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.899573"], ["name", "The Ninja with a Thousand Faces"], ["updated_at", "2014-06-03 18:21:37.899573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.900309"], ["name", "Tokyo Pickpocket"], ["updated_at", "2014-06-03 18:21:37.900309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.901309"], ["name", "Christmas on Quinten Garden"], ["updated_at", "2014-06-03 18:21:37.901309"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:21:37.902264"], ["name", "The Danger World from the Black Lagoon"], ["updated_at", "2014-06-03 18:21:37.902264"]]  (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.2ms | 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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:37.913511"], ["id", 1], ["name", "Planet of the Rain"], ["updated_at", "2014-06-03 18:21:37.913511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:37.915663"], ["id", 1], ["name", "Action Fly"], ["updated_at", "2014-06-03 18:21:37.915663"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:37.917871"], ["id", 1], ["name", "Time of the Witch"], ["updated_at", "2014-06-03 18:21:37.917871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-03 18:21:37.919696"], ["id", 1], ["name", "Curse of the City"], ["updated_at", "2014-06-03 18:21:37.919696"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:37.921893"], ["id", 1], ["name", "Return of the City"], ["updated_at", "2014-06-03 18:21:37.921893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:37.925736"], ["id", 1], ["name", "Season of the Diaries"], ["updated_at", "2014-06-03 18:21:37.925736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:21:37 -0400 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 -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2014-06-03 14:21:37 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 1.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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:21:37.937974"], ["id", 1], ["name", "Diaries 2: Electric Boogaloo"], ["updated_at", "2014-06-03 18:21:37.937974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:21:37 -0400 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-06-03 14:21:37 -0400 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-06-03 18:21:37.948600"], ["name", "some new book"], ["updated_at", "2014-06-03 18:21:37.948600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (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-06-03 18:21:37.952157"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:21:37.952157"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:21:37 -0400 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-06-03 18:21:37.955438"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["id", 1], ["name", "Flying Identity"], ["updated_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["id", 1], ["name", "Rain 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:22: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) 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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["id", 1], ["name", "The Pickpocket with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:22: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) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["id", 1], ["name", "335 A.D."], ["updated_at", Tue, 03 Jun 2014 18:22: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) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["id", 1], ["name", "Death Women"], ["updated_at", Tue, 03 Jun 2014 18:22:52 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "Bloody Rain"], ["updated_at", Tue, 03 Jun 2014 18:22:52 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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "The Death Tentacle from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:22: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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "The Diaries from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:22: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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "Curse of the Tokyo Clash"], ["updated_at", Tue, 03 Jun 2014 18:22: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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "Dangerous Witch"], ["updated_at", Tue, 03 Jun 2014 18:22: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.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.4ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"   (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "The Flying Identity from Mars"], ["updated_at", Tue, 03 Jun 2014 18:22:52 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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "Electric City"], ["updated_at", Tue, 03 Jun 2014 18:22: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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "The Danger Monster from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:22: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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "The Women Without a City"], ["updated_at", Tue, 03 Jun 2014 18:22: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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "Champagne Ninja"], ["updated_at", Tue, 03 Jun 2014 18:22: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 6.0ms (Views: 5.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "The Tentacle from Schall Circle/Lakeside Green"], ["updated_at", Tue, 03 Jun 2014 18:22:52 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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "The Forbidden Wizard with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:22: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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "The Clash from Cipriani"], ["updated_at", Tue, 03 Jun 2014 18:22: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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "A Fistful of Jungle"], ["updated_at", Tue, 03 Jun 2014 18:22: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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "Forbidden Women: The Delbert Ebert Story"], ["updated_at", Tue, 03 Jun 2014 18:22: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 2.7ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["id", 1], ["name", "Forbidden Wizard: The Juwan Schmeler Story"], ["updated_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:22:52 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:22:52 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["id", 1], ["name", "The Bloody Pickpocket with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:22:52 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:22:52 -0400 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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (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", Tue, 03 Jun 2014 18:22:52 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:22:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:22:52 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:22:52.995313' 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.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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["id", 1], ["name", "Invasion of the Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["id", 1], ["name", "Season of the Tears"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["id", 1], ["name", "Hills 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["id", 1], ["name", "Bloody Brain 2: Son of Bloody Brain"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["id", 1], ["name", "American Women"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["id", 1], ["name", "The Green Pickpocket from Across the Ocean"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "Day of the Blonde Beast"], ["updated_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00]]  (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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "The Dreams from Mars"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "Case of the Missing Cousins"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "Red Hills"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "Legend of Bloody Jungle"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.7ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "Case of the Missing Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "The Danger Wolf from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "The Dangerous Mutant from Mars"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "The Hungry Diaries from Mars"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "The Cat Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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.3ms (Views: 5.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "Codename: Nuclear Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "Dangerous Cat"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "The Fly Without a Ninja"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "Time of the American Mutant"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "Women 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:31:51 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["id", 1], ["name", "Champagne Brains"], ["updated_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:31:51 -0400 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.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:31:51 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["id", 1], ["name", "The Ninja from Ladue South"], ["updated_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:31:51 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:31:51 -0400 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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (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", Tue, 03 Jun 2014 18:31:51 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:31:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:31:51 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:31:51.888095' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.3ms (ActiveRecord: 0.3ms) Book Load (0.0ms) 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.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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.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.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 Connecting to database specified by database.yml  (0.0ms) 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 (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["id", 1], ["name", "The White Rose of Scotland"], ["updated_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["id", 1], ["name", "Forbidden Man"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["id", 1], ["name", "I Married a Dreams"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["id", 1], ["name", "The Pickpocket Without a Monster"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["id", 1], ["name", "Flying Man"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["id", 1], ["name", "Blonde Ninja"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Fake Thief"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Blue Brains: The Jaylan Quigley Story"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Hungry Wolves"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "The Monster from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Fake Brain"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.5ms (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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "American Pickpocket"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Bloody Monster"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Legend of Tokyo Cousins"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Green Wolf"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Cat 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Invasion of the Fake Friday"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Journey of the Danger Mutant"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "The Red Clash with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Flying Man"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "Day of the American Witch"], ["updated_at", Tue, 03 Jun 2014 18:31:58 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.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["id", 1], ["name", "Dr. City"], ["updated_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:31:58 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:31:58 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["id", 1], ["name", "Ultra Monster"], ["updated_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:31:58 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:31:58 -0400 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", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:31:58 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:31:58 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:31:58.629882' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (ActiveRecord: 0.3ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) 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.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  (0.0ms) begin transaction  (0.0ms) 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 Connecting to database specified by database.yml  (0.0ms) 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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["id", 1], ["name", "I Married a Hungry Monster"], ["updated_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["id", 1], ["name", "55 A.D."], ["updated_at", Tue, 03 Jun 2014 18:32:05 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) 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["id", 1], ["name", "Nuclear Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["id", 1], ["name", "Killer Identity"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["id", 1], ["name", "I am Forbidden Diaries"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["id", 1], ["name", "Electric Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "I Married a Rain"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "The Wolf from Kingsbridge Heights"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "I Married a Blue Women"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "Dr. Beast"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "The City"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.4ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "Hungry Wolves 2: Son of Hungry Wolves"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "Journey of the Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "The Electric Cousins with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "Danger Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "Codename: Action Friday"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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.0ms (Views: 5.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "The Electric Tentacle That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "I am Bloody Diaries"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "Red City"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "Action Brains"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "The Fly That Came to Dinner"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["id", 1], ["name", "The Dreams Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:32:05 -0400 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.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:32:05 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["id", 1], ["name", "Fake Clash"], ["updated_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:32:05 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:32:05 -0400 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", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:32:05 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:32:05 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:32:05 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:32:05.468003' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (ActiveRecord: 0.3ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) 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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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 Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136)  (0.0ms) begin transaction  (0.0ms)[0m commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["id", 1], ["name", "Journey of the Diaries"], ["updated_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["id", 1], ["name", "The Tears with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["id", 1], ["name", "Green Woman"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["id", 1], ["name", "Danger Brain"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["id", 1], ["name", "Case of the Missing Tokyo Rain"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["id", 1], ["name", "Return of the Man"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "Day of the Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "The Yellow Rose of Northern Ireland"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "Codename: Blonde Wolves"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "The Identity Without a Wolf"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "Flying Hills"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.6ms (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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "Case of the Missing Death Men"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "The Woman with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "The Death Wolves"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "Curse of the Death Wizard"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "When Georgiana Met Miguel"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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 5.9ms (Views: 5.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "Flying Tears 2: Son of Flying Tears"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "The Rain Without a Thief"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "Electric Men"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "The Friday from 18737 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "Ninja 2: Electric Boogaloo"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["id", 1], ["name", "Dangerous Witch"], ["updated_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:32:09 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-03 14:32:09 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["id", 1], ["name", "Legend of Fake Ninja"], ["updated_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:32:09 -0400 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 1.7ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-06-03 14:32:09 -0400 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", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:32:09 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.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", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:32:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:32:09 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:32:09.765810' 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.3ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) 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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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 Connecting to database specified by database.yml  (0.0ms) 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.0ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["id", 1], ["name", "Bloody Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["id", 1], ["name", "Legend of Flying Cat"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["id", 1], ["name", "Codename: Forbidden Witch"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["id", 1], ["name", "The Gypsy Without a Blow"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["id", 1], ["name", "A Fistful of Blue Diaries"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["id", 1], ["name", "Tokyo Dreams"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "The Tears from Outer Space"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Hungry Dreams"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Return of the Blue Diaries"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Electric Brain"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Ultra Brains: The Jennings Smith Story"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.6ms (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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Legend of Ultra Identity"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Tokyo Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Curse of the Cat"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "The Man with a Thousand Faces"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Champagne Witch"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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.0ms (Views: 5.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Fake Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "The Thief Without a Mutant"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Dr. Men"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "The Danger Wolves from the Black Lagoon"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "Codename: Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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.9ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["id", 1], ["name", "Bloody Thief"], ["updated_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:33:44 -0400 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-06-03 14:33:44 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["id", 1], ["name", "Champagne Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:33:44 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-03 14:33:44 -0400 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", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:33:44 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:33:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:33:44 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-03 18:33:44.443218' 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.3ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) 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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["id", 1], ["name", "Day of the Wolf"], ["updated_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["id", 1], ["name", "Killer Jungle"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["id", 1], ["name", "Electric Wolves"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["id", 1], ["name", "I Married a Cat"], ["updated_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["id", 1], ["name", "513 A.D."], ["updated_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["id", 1], ["name", "I am Gypsy"], ["updated_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (0.2ms) 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "Electric Thief: The Carleton Crooks Story"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "Green Thief"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "Death Wizard"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "The Thief from 1284 Leagues"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "The Dangerous Pickpocket Who Fell to Earth"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (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.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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "Legend of Death Fly"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "A Fistful of Tentacle"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "Killer Men"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "Rise of the Mutant"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "Dr. Witch"], ["updated_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (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.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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "Champagne Beast"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "The Gypsy from Mars"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "Dr. Tears"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "Invasion of the Demon"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "The Men from Hell"], ["updated_at", Tue, 03 Jun 2014 18:33:46 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.2ms | 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["id", 1], ["name", "Hard Boiled Ninjas"], ["updated_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:33:46 -0400 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.6ms | ActiveRecord: 0.0ms)  (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-06-03 14:33:46 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["id", 1], ["name", "Ultra Diaries"], ["updated_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:33:46 -0400 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.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-06-03 14:33:46 -0400 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (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"  (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", Tue, 03 Jun 2014 18:33:46 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:33:46 -0400 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", Tue, 03 Jun 2014 18:33:46 UTC +00:00]]  (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 ------------------------------------------------------------------------------------------------- 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.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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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  (27.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.4ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:33:48.999746"], ["id", 1], ["name", "When Dillan Met Lucile"], ["updated_at", "2014-06-03 18:33:48.999746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-03 14:33:49 -0400 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.7ms) Completed 200 OK in 39ms (Views: 37.4ms | 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-06-03 14:33:49 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:33:49.073437"], ["id", 1], ["name", "Time of the Nuclear Brains"], ["updated_at", "2014-06-03 18:33:49.073437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-03 14:33:49 -0400 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-06-03 14:33:49 -0400 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-06-03 18:33:49.082578"], ["name", "some new book"], ["updated_at", "2014-06-03 18:33:49.082578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:33:49.085615"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-03 18:33:49.085615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-03 14:33:49 -0400 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-06-03 18:33:49.088420"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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-06-03 18:33:49.092579"], ["id", 1], ["name", "The Blonde Men from the Black Lagoon"], ["updated_at", "2014-06-03 18:33:49.092579"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:33:49.094680"], ["id", 1], ["name", "Planet of the Nuclear Gypsy"], ["updated_at", "2014-06-03 18:33:49.094680"]]  (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) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:33:49.097531"], ["id", 1], ["name", "The Monster Without a World"], ["updated_at", "2014-06-03 18:33:49.097531"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-03 18:33:49.099371"], ["id", 1], ["name", "Day of the Nuclear Diaries"], ["updated_at", "2014-06-03 18:33:49.099371"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:33:49.101200"], ["id", 1], ["name", "Blonde Beast"], ["updated_at", "2014-06-03 18:33:49.101200"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-03 18:33:49.102968"], ["id", 1], ["name", "Blue Thief"], ["updated_at", "2014-06-03 18:33:49.102968"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.108539"], ["name", "Day of the Blue Mutant"], ["updated_at", "2014-06-03 18:33:49.108539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.109517"], ["name", "Killer Brain"], ["updated_at", "2014-06-03 18:33:49.109517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.110251"], ["name", "The Hills from the Black Lagoon"], ["updated_at", "2014-06-03 18:33:49.110251"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.110859"], ["name", "Flying Brains"], ["updated_at", "2014-06-03 18:33:49.110859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.111493"], ["name", "The Electric Thief That Came to Dinner"], ["updated_at", "2014-06-03 18:33:49.111493"]]  (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.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.114289"], ["name", "newly-created-book"], ["updated_at", "2014-06-03 18:33:49.114289"]]  (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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.116833"], ["name", "Codename: Hills"], ["updated_at", "2014-06-03 18:33:49.116833"]]  (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-06-03 18:33:49.117698"], ["name", "Journey of the Killer Wolves"], ["updated_at", "2014-06-03 18:33:49.117698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.118642"], ["name", "The Cat from the Black Lagoon"], ["updated_at", "2014-06-03 18:33:49.118642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.119337"], ["name", "Legend of Jungle"], ["updated_at", "2014-06-03 18:33:49.119337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.120158"], ["name", "1179 A.D."], ["updated_at", "2014-06-03 18:33:49.120158"]]  (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-06-03 18:33:49.124558"], ["name", "The Pickpocket with a Thousand Faces"], ["updated_at", "2014-06-03 18:33:49.124558"]]  (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-06-03 18:33:49.125471"], ["name", "Codename: Flying Blow"], ["updated_at", "2014-06-03 18:33:49.125471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.126196"], ["name", "The Dreams Without a Women"], ["updated_at", "2014-06-03 18:33:49.126196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.126772"], ["name", "Legend of Danger Clash"], ["updated_at", "2014-06-03 18:33:49.126772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-03 18:33:49.127350"], ["name", "Electric Men"], ["updated_at", "2014-06-03 18:33:49.127350"]]  (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.6ms | 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 ------------------------------------------------------------------------------------------------- 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 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 (3.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["id", 1], ["name", "I am Brain"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["id", 1], ["name", "Green World"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["id", 1], ["name", "The World from Mars"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["id", 1], ["name", "Champagne Wolves"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["id", 1], ["name", "Danger Diaries"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["id", 1], ["name", "The Dangerous Pickpocket from the Black Lagoon"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "The Flying Monster from Mars"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "The Thief from Outer Space"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "The Flying Rain from Hell"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "Time of the Rain"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "The Tokyo Tentacle from Across the Ocean"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.7ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "The Brain That Came to Dinner"], ["updated_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00]]  (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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "Christmas on Wuckert Mountains"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "Return of the Beast"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "Red Gypsy"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "Day of the Jungle"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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.2ms (Views: 8.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "Red Men"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "Hungry Brains"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "The Witch with a Thousand Faces"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "Wizard 2: Electric Boogaloo"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "Codename: Blow"], ["updated_at", Wed, 04 Jun 2014 23:11:20 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 3.1ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["id", 1], ["name", "Legend of Electric Cat"], ["updated_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-04 19:11:20 -0400 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.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-04 19:11:20 -0400 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["id", 1], ["name", "The White Rose of England"], ["updated_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-04 19:11:20 -0400 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 1.8ms (ActiveRecord: 0.3ms)  (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-06-04 19:11:20 -0400 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", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["name", "some new book"], ["updated_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Wed, 04 Jun 2014 23:11:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-04 19:11:20 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-04 23:11:20.332432' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (ActiveRecord: 0.3ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) 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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["id", 1], ["name", "American Brain"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["id", 1], ["name", "Rise of the Forbidden Identity"], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["id", 1], ["name", "Day of the Blue City"], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["id", 1], ["name", "Curse of the Fake Rain"], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["id", 1], ["name", "When Sophia Met Lily"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["id", 1], ["name", "Electric Clash"], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (0.2ms) 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "Christmas on Bogisich Radial"], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "The Friday Who Fell to Earth"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "Blonde Rain"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "The Women with a Thousand Faces"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "The Red Rose of Scotland"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (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.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "Death Jungle"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "I am Cousins"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "Hungry Rain"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "Return of the Electric Dreams"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "The Tears Who Fell to Earth"], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 13ms (Views: 13.0ms | 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.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "The Diaries from Outer Space"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "Tokyo Gypsy"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "The Green World from Outer Space"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "The Blonde Gypsy from Across the Ocean"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "The Blue Jungle with a Thousand Faces"], ["updated_at", Wed, 04 Jun 2014 23:11:22 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.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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["id", 1], ["name", "The Dangerous Fly from the Black Lagoon"], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-04 19:11:22 -0400 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-06-04 19:11:22 -0400 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["id", 1], ["name", "919 A.D."], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-04 19:11:22 -0400 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.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.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-06-04 19:11:22 -0400 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", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["name", "some new book"], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Wed, 04 Jun 2014 23:11:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-04 19:11:22 -0400 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", Wed, 04 Jun 2014 23:11:22 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.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 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.3ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.292304"], ["name", "Dr. Diaries"], ["updated_at", "2014-06-04 23:11:25.292304"]]  (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-06-04 23:11:25.295296"], ["name", "The Blonde Identity from Hell"], ["updated_at", "2014-06-04 23:11:25.295296"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.296290"], ["name", "Witch 2: Electric Boogaloo"], ["updated_at", "2014-06-04 23:11:25.296290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.296923"], ["name", "Dr. Dreams"], ["updated_at", "2014-06-04 23:11:25.296923"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.297525"], ["name", "The Fly with a Thousand Faces"], ["updated_at", "2014-06-04 23:11:25.297525"]]  (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.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.301144"], ["name", "newly-created-book"], ["updated_at", "2014-06-04 23:11:25.301144"]]  (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-06-04 23:11:25.303995"], ["name", "Electric Dreams 2: Son of Electric Dreams"], ["updated_at", "2014-06-04 23:11:25.303995"]]  (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-06-04 23:11:25.305453"], ["name", "I Married a Wolves"], ["updated_at", "2014-06-04 23:11:25.305453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.306553"], ["name", "Planet of the Monster"], ["updated_at", "2014-06-04 23:11:25.306553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.307256"], ["name", "Case of the Missing Clash"], ["updated_at", "2014-06-04 23:11:25.307256"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.308514"], ["name", "When Viva Met Margarett"], ["updated_at", "2014-06-04 23:11:25.308514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 45ms (Views: 45.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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.357587"], ["name", "Je Vous Presente, Matt"], ["updated_at", "2014-06-04 23:11:25.357587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.358578"], ["name", "Hungry Women"], ["updated_at", "2014-06-04 23:11:25.358578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.359342"], ["name", "The Flying Rain from Hell"], ["updated_at", "2014-06-04 23:11:25.359342"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.360009"], ["name", "Journey of the Jungle"], ["updated_at", "2014-06-04 23:11:25.360009"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:25.360609"], ["name", "Ultra Pickpocket"], ["updated_at", "2014-06-04 23:11:25.360609"]]  (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) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-04 23:11:25.373859"], ["id", 1], ["name", "The Identity from Hell"], ["updated_at", "2014-06-04 23:11:25.373859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-04 23:11:25.375997"], ["id", 1], ["name", "Danger Gypsy"], ["updated_at", "2014-06-04 23:11:25.375997"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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 ----------------------------------------------------------------------- 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-06-04 23:11:25.388006"], ["id", 1], ["name", "Journey of the Rain"], ["updated_at", "2014-06-04 23:11:25.388006"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-04 19:11:25 -0400 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-06-04 19:11:25 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 0.6ms | 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-06-04 23:11:25.399457"], ["id", 1], ["name", "Christmas on Opal Isle"], ["updated_at", "2014-06-04 23:11:25.399457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-04 19:11:25 -0400 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-06-04 19:11:25 -0400 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-06-04 23:11:25.408548"], ["name", "some new book"], ["updated_at", "2014-06-04 23:11:25.408548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (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-06-04 23:11:25.411652"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-04 23:11:25.411652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-04 19:11:25 -0400 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-06-04 23:11:25.414501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-04 23:11:25.419943"], ["id", 1], ["name", "When Marielle Met Mallie"], ["updated_at", "2014-06-04 23:11:25.419943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-04 23:11:25.422064"], ["id", 1], ["name", "Return of the Flying Monster"], ["updated_at", "2014-06-04 23:11:25.422064"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-04 23:11:25.424476"], ["id", 1], ["name", "The Danger Brain from the Black Lagoon"], ["updated_at", "2014-06-04 23:11:25.424476"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-04 23:11:25.426462"], ["id", 1], ["name", "Killer Demon"], ["updated_at", "2014-06-04 23:11:25.426462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136)  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["id", 1], ["name", "Planet of the Thief"], ["updated_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["id", 1], ["name", "The Brains from Mars"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["id", 1], ["name", "Legend of Rain"], ["updated_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00]]  (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.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["id", 1], ["name", "Planet of the Men"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["id", 1], ["name", "Curse of the Nuclear Monster"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["id", 1], ["name", "When Lillian Met Albertha"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "The Blow from Mars"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "Hard Boiled Ninja"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "Journey of the Mutant"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "Christmas on Nils Wall"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "Case of the Missing Tokyo Wolf"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.5ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "1060 A.D."], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "Blue Clash"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "A Fistful of Killer Women"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "Death Wolves"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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.1ms (Views: 5.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "Danger Wolves"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "The Fly from 9519 Leagues"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "The Wizard from the Black Lagoon"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "The Black Rose of England"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "Bloody Hills"], ["updated_at", Wed, 04 Jun 2014 23:11:29 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.9ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["id", 1], ["name", "The Rain from Mars"], ["updated_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-04 19:11:29 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2014-06-04 19:11:29 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["id", 1], ["name", "When Natalia Met Kory"], ["updated_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-04 19:11:29 -0400 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 1.9ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2014-06-04 19:11:29 -0400 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", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["name", "some new book"], ["updated_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Wed, 04 Jun 2014 23:11:29 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-04 19:11:29 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2014-06-04 23:11:29.450473' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (ActiveRecord: 0.3ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) 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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["id", 1], ["name", "Christmas on Harber Neck"], ["updated_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00]]  (0.8ms) 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["id", 1], ["name", "The Cousins That Came to Dinner"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["id", 1], ["name", "The Jungle from the Black Lagoon"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Emanuel"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["id", 1], ["name", "2318 A.D."], ["updated_at", Wed, 04 Jun 2014 23:11:31 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["id", 1], ["name", "The Green Diaries from Hell"], ["updated_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00]]  (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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "Nuclear Ninjas: The Ms. Desiree Bosco Story"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "The Fake Mutant from Across the Ocean"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "Electric Witch"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "Legend of Cousins"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "Hard Boiled Ninjas"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00]]  (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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "Green Cat 2: Son of Green Cat"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "Forbidden Women: The April D'Amore Story"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "The Red Rose of Northern Ireland"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "The Killer Men Who Fell to Earth"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "The Electric Jungle with a Thousand Faces"], ["updated_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Completed 200 OK in 11ms (Views: 11.2ms | 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "The Gypsy from Mars"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "The Hungry Wizard Who Fell to Earth"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "Tokyo Wolves"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "2756 A.D."], ["updated_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00]]  (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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "The Demon from Outer Space"], ["updated_at", Wed, 04 Jun 2014 23:11:31 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.3ms | 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["id", 1], ["name", "War of the Demon"], ["updated_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-04 19:11:31 -0400 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-06-04 19:11:31 -0400 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["id", 1], ["name", "The Champagne Wolves with a Thousand Faces"], ["updated_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-04 19:11:31 -0400 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.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.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-06-04 19:11:31 -0400 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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["name", "some new book"], ["updated_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00]]  (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", Wed, 04 Jun 2014 23:11:31 UTC +00:00], ["id", 1], ["name", "some new book"], ["updated_at", Wed, 04 Jun 2014 23:11:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-04 19:11:31 -0400 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", Wed, 04 Jun 2014 23:11:31 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.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 ------------------------------------------------------------------------------------------------- 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.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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-04 23:11:33.961344"], ["id", 1], ["name", "Return of the City"], ["updated_at", "2014-06-04 23:11:33.961344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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-06-04 23:11:33.965426"], ["id", 1], ["name", "Return of the Blow"], ["updated_at", "2014-06-04 23:11:33.965426"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-04 23:11:33.968041"], ["id", 1], ["name", "The Fake Tears from the Black Lagoon"], ["updated_at", "2014-06-04 23:11:33.968041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-04 23:11:33.970383"], ["id", 1], ["name", "Clash 2: Electric Boogaloo"], ["updated_at", "2014-06-04 23:11:33.970383"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-04 23:11:33.975597"], ["id", 1], ["name", "The Champagne Beast from Mars"], ["updated_at", "2014-06-04 23:11:33.975597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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-06-04 23:11:33.977717"], ["id", 1], ["name", "Time of the Dangerous Ninja"], ["updated_at", "2014-06-04 23:11:33.977717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-06-04 23:11:33.983203"], ["id", 1], ["name", "I Married a Jungle"], ["updated_at", "2014-06-04 23:11:33.983203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2014-06-04 19:11:34 -0400 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 39ms (Views: 37.0ms | 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-06-04 19:11:34 -0400 Processing by BooksController#index as HTML Completed 200 OK in 1ms (Views: 1.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-06-04 23:11:34.055839"], ["id", 1], ["name", "American Identity"], ["updated_at", "2014-06-04 23:11:34.055839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2014-06-04 19:11:34 -0400 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-06-04 19:11:34 -0400 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-06-04 23:11:34.065368"], ["name", "some new book"], ["updated_at", "2014-06-04 23:11:34.065368"]]  (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-06-04 23:11:34.068901"], ["id", 1], ["name", "some new book"], ["updated_at", "2014-06-04 23:11:34.068901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2014-06-04 19:11:34 -0400 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-06-04 23:11:34.071929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.080093"], ["name", "Flying Identity"], ["updated_at", "2014-06-04 23:11:34.080093"]]  (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-06-04 23:11:34.081068"], ["name", "A Fistful of Fly"], ["updated_at", "2014-06-04 23:11:34.081068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.081824"], ["name", "Dangerous City"], ["updated_at", "2014-06-04 23:11:34.081824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.082430"], ["name", "Hard Boiled Mutant"], ["updated_at", "2014-06-04 23:11:34.082430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.083056"], ["name", "The Electric World from Outer Space"], ["updated_at", "2014-06-04 23:11:34.083056"]]  (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-06-04 23:11:34.085873"], ["name", "newly-created-book"], ["updated_at", "2014-06-04 23:11:34.085873"]]  (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-06-04 23:11:34.088854"], ["name", "The Wolves from the Black Lagoon"], ["updated_at", "2014-06-04 23:11:34.088854"]]  (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-06-04 23:11:34.089822"], ["name", "War of the Wolves"], ["updated_at", "2014-06-04 23:11:34.089822"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.090589"], ["name", "1240 A.D."], ["updated_at", "2014-06-04 23:11:34.090589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.091237"], ["name", "507 A.D."], ["updated_at", "2014-06-04 23:11:34.091237"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.091848"], ["name", "The Bloody Women Who Fell to Earth"], ["updated_at", "2014-06-04 23:11:34.091848"]]  (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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.096046"], ["name", "Dr. Diaries"], ["updated_at", "2014-06-04 23:11:34.096046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.096924"], ["name", "The Thief That Came to Dinner"], ["updated_at", "2014-06-04 23:11:34.096924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.097638"], ["name", "Dr. Clash"], ["updated_at", "2014-06-04 23:11:34.097638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.098278"], ["name", "The Death Wizard from Outer Space"], ["updated_at", "2014-06-04 23:11:34.098278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-06-04 23:11:34.098864"], ["name", "2323 A.D."], ["updated_at", "2014-06-04 23:11:34.098864"]]  (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.6ms | ActiveRecord: 0.0ms)  (0.4ms) 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.0ms) 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-03-12 00:39:09 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 8.9ms (Views: 7.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2015-03-12 00:39:09 -0400 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (4.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:39:09 UTC +00:00], ["name", "some new book"], ["updated_at", Thu, 12 Mar 2015 04:39:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 6.9ms (ActiveRecord: 4.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.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  (0.0ms) 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 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136) Migrating to AddServiceIdToBooks (20150312044151)  (0.2ms) select sqlite_version(*)  (0.0ms) begin transaction  (1.1ms) ALTER TABLE "books" ADD "service_id" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20150312044151')  (0.5ms) commit transaction  (0.0ms) begin transaction  (0.0ms) 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-03-12 00:42:45 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 7.4ms (Views: 6.5ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "books"  Started POST "/books" for 127.0.0.1 at 2015-03-12 00:42:45 -0400 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (2.8ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:42:45 UTC +00:00], ["name", "some new book"], ["updated_at", Thu, 12 Mar 2015 04:42:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 5.1ms (ActiveRecord: 2.9ms)  (0.0ms) SELECT COUNT(*) FROM "books"   (0.2ms) 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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) Migrating to AddServiceIdToBooks (20150312044151)  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["id", 1], ["name", "When Elda Met Gabriella"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["id", 1], ["name", "The Dreams from Across the Ocean"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["id", 1], ["name", "Tokyo Brains"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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.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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["id", 1], ["name", "Killer Dreams"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["id", 1], ["name", "Blonde Beast"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["id", 1], ["name", "Curse of the Danger Monster"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "Death Tears"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "Planet of the Mutant"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "Hungry Women"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "I Married a City"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "The Ninja from Cipriani"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "newly-created-book"], ["service_id", nil], ["updated_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.7ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "The Pickpocket from Hell"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "Champagne Clash"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "Rise of the Ultra Cousins"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "The Nuclear Clash from Mars"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "The Brain That Came to Dinner"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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.2ms (Views: 5.1ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "When Mara Met Breanna"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "Dr. Friday"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "The Rain from Mars"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "Forbidden Friday"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "The Blonde Diaries from Across the Ocean"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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 1.8ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "The Blow"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "Journey of the Brains"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "The Killer Thief from the Black Lagoon"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "The World from Across the Ocean"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["name", "Cousins 2: Electric Boogaloo"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 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 3.1ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00], ["id", 1], ["name", "I Married a Clash"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-12 00:43:09 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-03-12 00:43:10 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books"  Completed 200 OK in 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:10 UTC +00:00], ["id", 1], ["name", "The Death Beast Who Fell to Earth"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-12 00:43:10 -0400 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.6ms)  (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 2015-03-12 00:43:10 -0400 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:10 UTC +00:00], ["name", "some new book"], ["service_id", nil], ["updated_at", Thu, 12 Mar 2015 04:43:10 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.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:10 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-12 00:43:10 -0400 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" = '2015-03-12 04:43:10.024889' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 4.7ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["id", 1], ["name", "The Women with a Thousand Faces"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00]]  (0.3ms) 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 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["id", 1], ["name", "Dangerous Hills"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["id", 1], ["name", "The Gypsy with a Thousand Faces"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["id", 1], ["name", "The Gypsy from Outer Space"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["id", 1], ["name", "Return of the Man"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["id", 1], ["name", "Time of the Cat"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "The Ninja from 9995 Leagues"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "Bloody Dreams"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "Man 2: Electric Boogaloo"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "I Married a City"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "Season of the Champagne Demon"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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.3ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "Invasion of the Ultra Wolves"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "The Jungle from Outer Space"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "Je Vous Presente, Barney"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "The Flying Monster That Came to Dinner"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:12 UTC +00:00], ["name", "Return of the Fly"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:12 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 16ms (Views: 15.1ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "Tokyo Friday 2: Son of Tokyo Friday"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "Green Gypsy"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "War of the Nuclear Diaries"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "The Dreams from Hell"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "Flying Cousins"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 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 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "The Red Rose of Northern Ireland"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "1233 A.D."], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "Blonde Dreams"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "The Brain Who Fell to Earth"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "The Fly from Hell"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 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 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["id", 1], ["name", "The Death Diaries That Came to Dinner"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-12 00:43:13 -0400 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.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2015-03-12 00:43:13 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.6ms | 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.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["id", 1], ["name", "When Cole Met Reilly"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-12 00:43:13 -0400 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 2015-03-12 00:43:13 -0400 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", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["name", "some new book"], ["updated_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00]]  (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"  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "some-service-id"], ["updated_at", Thu, 12 Mar 2015 04:43:13 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-12 00:43:13 -0400 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", Thu, 12 Mar 2015 04:43:13 UTC +00:00]]  (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 ------------------------------------------------------------------------------------------------- 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.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.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) rollback transaction  (0.0ms) begin transaction  (0.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 ----------------------------------------------------------------------- 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.275300"], ["id", 1], ["name", "Red Women"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.275300"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-12 00:43:16 -0400 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 16ms (Views: 13.6ms | 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 2015-03-12 00:43:16 -0400 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.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.365575"], ["id", 1], ["name", "The Black Rose of Scotland"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.365575"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-12 00:43:16 -0400 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 2015-03-12 00:43:16 -0400 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", "2015-03-12 04:43:16.377479"], ["name", "some new book"], ["updated_at", "2015-03-12 04:43:16.377479"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.381082"], ["id", 1], ["name", "some new book"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.381082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-12 00:43:16 -0400 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", "2015-03-12 04:43:16.384297"]]  (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.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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.398234"], ["id", 1], ["name", "Je Vous Presente, Nadia"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.398234"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.401347"], ["id", 1], ["name", "Dangerous Wizard"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.401347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.403816"], ["id", 1], ["name", "Blonde Wizard"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.403816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.406218"], ["id", 1], ["name", "Je Vous Presente, Ramiro"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.406218"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.410569"], ["name", "Rise of the Fly"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.410569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.411984"], ["name", "2418 A.D."], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.411984"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.413776"], ["name", "Dangerous Gypsy: The Ms. Leonor Quigley Story"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.413776"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.414924"], ["name", "War of the Tears"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.414924"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.415668"], ["name", "The Demon from Across the Ocean"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.415668"]]  (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.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-03-12 04:43:16.418712"], ["name", "newly-created-book"], ["updated_at", "2015-03-12 04:43:16.418712"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.421467"], ["name", "Action Dreams"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.421467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.422431"], ["name", "The Blonde Man from Outer Space"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.422431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.423392"], ["name", "The Dangerous Ninja Who Fell to Earth"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.423392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.424093"], ["name", "The Action Gypsy Who Fell to Earth"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.424093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.424809"], ["name", "Planet of the Cousins"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.424809"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.429305"], ["name", "Forbidden Witch"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.429305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.430679"], ["name", "The Wizard Without a Witch"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.430679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.431743"], ["name", "The Hills from Mars"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.431743"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.432563"], ["name", "I am Hungry Hills"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.432563"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.433398"], ["name", "Danger City"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.433398"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.438226"], ["name", "The Black Rose of Northern Ireland"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.438226"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.439402"], ["name", "American Tears"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.439402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.440375"], ["name", "The Mutant That Came to Dinner"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.440375"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.441141"], ["name", "Hungry Women"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.441141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.441939"], ["name", "Rise of the Blue Cousins"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.441939"]]  (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) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.481399"], ["id", 1], ["name", "The City with a Thousand Faces"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.481399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-12 04:43:16.483627"], ["id", 1], ["name", "The Men from Across the Ocean"], ["service_id", "some-service-id"], ["updated_at", "2015-03-12 04:43:16.483627"]]  (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 Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136) Migrating to AddServiceIdToBooks (20150312044151)  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (8.8ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["id", 1], ["name", "The Blue Cat That Came to Dinner"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00]]  (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.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["id", 1], ["name", "The Dangerous Ninjas from the Black Lagoon"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["id", 1], ["name", "Hard Boiled Tears"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["id", 1], ["name", "Jungle 2: Electric Boogaloo"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["id", 1], ["name", "Danger Blow"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["id", 1], ["name", "Legend of Thief"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["id", 1], ["name", "Christmas on Golden Walks"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "The Ultra Pickpocket from Outer Space"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "The Wolf That Came to Dinner"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "Christmas on Smith Grove"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "Green Witch"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "The Yellow Rose of England"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "newly-created-book"], ["service_id", nil], ["updated_at", Fri, 13 Mar 2015 06:07:31 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.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "The Bloody Cousins with a Thousand Faces"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "Invasion of the Wolves"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "Day of the Nuclear Pickpocket"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "Case of the Missing Wolves"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "The Pickpocket from South of Bell Road"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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 10.2ms (Views: 9.0ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "The Gypsy from North East Irwindale"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "Journey of the Gypsy"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "The Rain from Outer Space"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "I am Monster"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "The Cousins with a Thousand Faces"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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 1.4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "The Jungle from Across the Ocean"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "I am Man"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "The Death Diaries That Came to Dinner"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "War of the Action Mutant"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "Legend of Forbidden Woman"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 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 3.8ms (Views: 1.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", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["id", 1], ["name", "Green Diaries"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-13 02:07:31 -0400 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.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-03-13 02:07:31 -0400 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.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["id", 1], ["name", "509 A.D."], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 02:07:31 -0400 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.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 2015-03-13 02:07:31 -0400 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["name", "some new book"], ["service_id", nil], ["updated_at", Fri, 13 Mar 2015 06:07:31 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "some-service-id"], ["updated_at", Fri, 13 Mar 2015 06:07:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 02:07:31 -0400 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" = '2015-03-13 06:07:31.668319' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.1ms (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.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.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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136) Migrating to AddServiceIdToBooks (20150312044151)  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["id", 1], ["name", "The Bloody Gypsy from Outer Space"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["id", 1], ["name", "Red Tears: The Meghan Boyle Story"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["id", 1], ["name", "Season of the Dangerous Monster"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["id", 1], ["name", "Legend of Action Mutant"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["id", 1], ["name", "Danger Wolf 2: Son of Danger Wolf"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["id", 1], ["name", "Hungry Brains"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["id", 1], ["name", "Return of the World"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "Christmas on Meggie Route"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "The Monster from Mars"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "When Mercedes Met Connie"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "When Dylan Met Vidal"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "Planet of the Blonde Tears"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "newly-created-book"], ["service_id", nil], ["updated_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.7ms (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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "Christmas on Jon Extensions"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "Flying Hills"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "The Champagne Women from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "The Wolf from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "The Blue Brain Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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.4ms (Views: 5.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", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "Time of the Nuclear Jungle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "Planet of the Woman"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "Invasion of the Green Men"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "The Tentacle from Outer Space"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "Forbidden Dreams"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "Flying Cat 2: Son of Flying Cat"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "Curse of the Brain"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "The Diaries from Auburn North"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "The Yellow Rose of Northern Ireland"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "The Tentacle Without a Wolf"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 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.9ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["id", 1], ["name", "Planet of the Pickpocket"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-13 02:08:43 -0400 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.5ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-03-13 02:08:43 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["id", 1], ["name", "Forbidden Gypsy"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 02:08:43 -0400 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.1ms (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 2015-03-13 02:08:43 -0400 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["name", "some new book"], ["service_id", nil], ["updated_at", Fri, 13 Mar 2015 06:08:43 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.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"   (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:43 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 02:08:43 -0400 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" = '2015-03-13 06:08:43.865006' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.8ms (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.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.7ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["id", 1], ["name", "Dr. City"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["id", 1], ["name", "When Sasha Met Morris"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["id", 1], ["name", "I am Friday"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["id", 1], ["name", "Electric Identity 2: Son of Electric Identity"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["id", 1], ["name", "The Flying Mutant That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["id", 1], ["name", "Danger Hills"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["id", 1], ["name", "The Danger Fly from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00]]  (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.4ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "The Fake Clash from Mars"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Je Vous Presente, Trystan"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Danger City"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Legend of Flying Identity"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "The Ninjas from Hell"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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.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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "The Women from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Return of the Ninja"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "The Man Without a Pickpocket"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "The Diaries from Hell"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "The Clash from Brentwood Central"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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 18ms (Views: 16.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Blue Tentacle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "The Brains"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Hard Boiled Diaries"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Planet of the Blow"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Flying Tears"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Death Ninja"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Blonde Monster"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "The Death Wizard from Mars"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "Codename: Fake Ninjas"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "The Gypsy Without a Tentacle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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.3ms | 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["id", 1], ["name", "Hungry Men 2: Son of Hungry Men"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-13 02:08:46 -0400 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.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2015-03-13 02:08:46 -0400 Processing by BooksController#index as HTML Book Load (0.2ms) 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.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["id", 1], ["name", "Return of the City"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 02:08:46 -0400 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.6ms)  (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 2015-03-13 02:08:46 -0400 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", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["name", "some new book"], ["updated_at", Fri, 13 Mar 2015 06:08:46 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.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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:08:46 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 02:08:46 -0400 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", Fri, 13 Mar 2015 06:08:46 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.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.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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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 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.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.214331"], ["id", 1], ["name", "The Green Gypsy from Outer Space"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.214331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.219615"], ["id", 1], ["name", "The Wolves from Outer Space"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.219615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.222380"], ["id", 1], ["name", "Beast 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.222380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.224925"], ["id", 1], ["name", "Death Demon"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.224925"]]  (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.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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.237777"], ["id", 1], ["name", "Blue Brain"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.237777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-13 02:08:50 -0400 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.1ms | 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 2015-03-13 02:08:50 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.2ms | 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.329627"], ["id", 1], ["name", "The Yellow Rose of Scotland"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.329627"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 02:08:50 -0400 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 2015-03-13 02:08:50 -0400 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", "2015-03-13 06:08:50.342102"], ["name", "some new book"], ["updated_at", "2015-03-13 06:08:50.342102"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.345839"], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.345839"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 02:08:50 -0400 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", "2015-03-13 06:08:50.349713"]]  (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  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.361215"], ["name", "Death Monster: The Matilda Marvin Story"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.361215"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.363199"], ["name", "Day of the Death Brain"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.363199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.364374"], ["name", "Legend of Red Friday"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.364374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.365033"], ["name", "Red Cousins"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.365033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.365661"], ["name", "Red Friday"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.365661"]]  (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", "2015-03-13 06:08:50.368607"], ["name", "newly-created-book"], ["updated_at", "2015-03-13 06:08:50.368607"]]  (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.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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.371398"], ["name", "Case of the Missing Dreams"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.371398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.372356"], ["name", "I am Pickpocket"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.372356"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.373252"], ["name", "The Ultra Pickpocket with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.373252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.373937"], ["name", "The Bloody Ninja"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.373937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.374665"], ["name", "Nuclear Identity"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.374665"]]  (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.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.379482"], ["name", "The Dangerous Pickpocket from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.379482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.380590"], ["name", "The World from Hell"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.380590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.381646"], ["name", "The Death Demon with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.381646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.382396"], ["name", "When Robin Met Nikolas"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.382396"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.383044"], ["name", "Hungry Ninja"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.383044"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.387510"], ["name", "The Black Rose of Northern Ireland"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.387510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.388517"], ["name", "Season of the Woman"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.388517"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.389440"], ["name", "Legend of Dangerous Demon"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.389440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.390098"], ["name", "Bloody Monster"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.390098"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.390846"], ["name", "460 A.D."], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.390846"]]  (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.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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.436014"], ["id", 1], ["name", "Codename: Nuclear Tentacle"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.436014"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.438418"], ["id", 1], ["name", "1929 A.D."], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.438418"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:08:50.440516"], ["id", 1], ["name", "2280 A.D."], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:08:50.440516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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) Migrating to AddServiceIdToBooks (20150312044151)  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["id", 1], ["name", "The Tears from Northwest Midlothian/Midlothian Country Club"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00]]  (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) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["id", 1], ["name", "The Clash from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00]]  (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) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["id", 1], ["name", "Mutant 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["id", 1], ["name", "Curse of the Danger Women"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["id", 1], ["name", "War of the Tentacle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["id", 1], ["name", "Killer Tears"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["id", 1], ["name", "Planet of the Clash"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Je Vous Presente, Louvenia"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "The Champagne Clash with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Nuclear Brains"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Killer World"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Hungry Ninjas"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "newly-created-book"], ["service_id", nil], ["updated_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.5ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"   (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Return of the Wolves"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Tokyo Hills"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "2763 A.D."], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Curse of the Death Monster"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "The Thief Without a Witch"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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 5.8ms (Views: 4.9ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "The Dreams from Hell"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "The Wolf Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Invasion of the Electric Women"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "When Janis Met Dayton"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Day of the Wizard"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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 1.5ms (Views: 0.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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "The Red Fly from Hell"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Blue Jungle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "Blue Mutant"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "The Diaries from Outer Space"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "The Brain Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 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 3.0ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["id", 1], ["name", "The Forbidden Witch from Mars"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-13 02:17:48 -0400 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.3ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-03-13 02:17:48 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.3ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["id", 1], ["name", "Action Ninja"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 02:17:48 -0400 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 2015-03-13 02:17:48 -0400 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["name", "some new book"], ["service_id", nil], ["updated_at", Fri, 13 Mar 2015 06:17:48 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.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:48 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 02:17:48 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2015-03-13 06:17:48.841618' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.8ms (ActiveRecord: 0.3ms) 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.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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["id", 1], ["name", "Rise of the Woman"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["id", 1], ["name", "Case of the Missing Danger Ninjas"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["id", 1], ["name", "Fake Fly"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (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 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["id", 1], ["name", "Champagne Fly"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["id", 1], ["name", "A Fistful of World"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["id", 1], ["name", "Tokyo Blow"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["id", 1], ["name", "Killer Men"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Hungry Men 2: Son of Hungry Men"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "The Electric Women from Mars"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Action Clash"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Blue Fly"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Ultra Wolves: The Hailie Lemke Story"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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.0ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Killer Beast"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "A Fistful of Tokyo Jungle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "The World Without a Brains"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "2357 A.D."], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Blonde Mutant"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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 13ms (Views: 11.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "The Wolf from Hell"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Nuclear Monster"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Witch 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Legend of Woman"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "The Flying Gypsy from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Green Identity"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "The Black Rose of Northern Ireland"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Ultra Jungle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "The Blonde Identity Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "Nuclear Thief"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (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 ----------------------------------------------------------------------- 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["id", 1], ["name", "Blue Tentacle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-13 02:17:51 -0400 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 -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2015-03-13 02:17:51 -0400 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["id", 1], ["name", "The Gypsy from Hell"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 02:17:51 -0400 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 2015-03-13 02:17:51 -0400 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", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["name", "some new book"], ["updated_at", Fri, 13 Mar 2015 06:17:51 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:17:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 02:17:51 -0400 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", Fri, 13 Mar 2015 06:17:51 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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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.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.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 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) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.390034"], ["id", 1], ["name", "Action Pickpocket"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.390034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.394758"], ["id", 1], ["name", "Hard Boiled Gypsy"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.394758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.397349"], ["id", 1], ["name", "The Clash from 7090 Leagues"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.397349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.410537"], ["id", 1], ["name", "Action Tears"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.410537"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.412873"], ["id", 1], ["name", "Champagne Fly"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.412873"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.416322"], ["id", 1], ["name", "Champagne Pickpocket: The Derick Funk Story"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.416322"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.418606"], ["id", 1], ["name", "The Ultra Fly with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.418606"]]  (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.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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.475070"], ["name", "Je Vous Presente, Cassandra"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.475070"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.476465"], ["name", "I Married a American Ninja"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.476465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.477547"], ["name", "Green Beast 2: Son of Green Beast"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.477547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.478204"], ["name", "The Diaries with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.478204"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.479909"], ["name", "Christmas on Raven Hill"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.479909"]]  (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", "2015-03-13 06:17:54.485440"], ["name", "newly-created-book"], ["updated_at", "2015-03-13 06:17:54.485440"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.488769"], ["name", "Danger Demon"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.488769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.489678"], ["name", "The Diaries with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.489678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.490570"], ["name", "Killer Cousins 2: Son of Killer Cousins"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.490570"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.491270"], ["name", "Curse of the Forbidden Rain"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.491270"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.491927"], ["name", "When Preston Met Mabelle"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.491927"]]  (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: 11.2ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.507153"], ["name", "Action Hills"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.507153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.508151"], ["name", "The Black Rose of Northern Ireland"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.508151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.508969"], ["name", "The Wolves from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.508969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.509600"], ["name", "Death Pickpocket"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.509600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.510226"], ["name", "Day of the Red Ninja"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.510226"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.514484"], ["name", "Fake Tears 2: Son of Fake Tears"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.514484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.515589"], ["name", "The Tokyo Ninjas with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.515589"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.516397"], ["name", "The Men from 3245 Leagues"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.516397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.517039"], ["name", "The Identity from Hell"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.517039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.517697"], ["name", "The Wolves from Outer Space"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.517697"]]  (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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.531738"], ["id", 1], ["name", "City 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.531738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-13 02:17:54 -0400 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 2015-03-13 02:17:54 -0400 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.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.545146"], ["id", 1], ["name", "The Monster from Ocean Parkway South"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.545146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 02:17:54 -0400 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.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 2015-03-13 02:17:54 -0400 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", "2015-03-13 06:17:54.586430"], ["name", "some new book"], ["updated_at", "2015-03-13 06:17:54.586430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:17:54.589908"], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:17:54.589908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 02:17:54 -0400 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", "2015-03-13 06:17:54.592954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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 Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136) Migrating to AddServiceIdToBooks (20150312044151)  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["id", 1], ["name", "Danger City"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["id", 1], ["name", "Planet of the Flying Gypsy"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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.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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["id", 1], ["name", "2024 A.D."], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["id", 1], ["name", "A Fistful of Men"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["id", 1], ["name", "Bloody Brains"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["id", 1], ["name", "I Married a Dreams"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["id", 1], ["name", "Bloody Witch"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "The Ninja from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Blonde World 2: Son of Blonde World"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Champagne Pickpocket"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "A Fistful of Blue Wizard"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "When Jadon Met Cristian"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "newly-created-book"], ["service_id", nil], ["updated_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.5ms (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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Blue Wolves"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "The Dangerous Beast from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Ultra Beast"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Journey of the Blonde Gypsy"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Champagne Brain"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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 5.9ms (Views: 4.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Danger Rain: The Fermin Collier Story"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Day of the Nuclear Hills"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "The Identity from Mars"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "I Married a Green Witch"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "The Electric Man That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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 1.4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "The Identity from Outer Space"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Nuclear Brain"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Journey of the Fake Wolves"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Planet of the Blonde Cousins"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "Danger Wolves"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 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.7ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["id", 1], ["name", "The Diaries from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-13 02:20:06 -0400 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.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-03-13 02:20:06 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["id", 1], ["name", "Hungry Wolf"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 02:20:06 -0400 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 1.9ms (ActiveRecord: 0.3ms)  (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 2015-03-13 02:20:06 -0400 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["name", "some new book"], ["service_id", nil], ["updated_at", Fri, 13 Mar 2015 06:20:06 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:06 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 02:20:06 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2015-03-13 06:20:06.794189' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.9ms (ActiveRecord: 0.3ms) 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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["id", 1], ["name", "The Forbidden Brain from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00]]  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["id", 1], ["name", "American Diaries: The Kiana Lind Jr. Story"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["id", 1], ["name", "Nuclear Man"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Carlee"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Casimir"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["id", 1], ["name", "The Man from Outer Space"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["id", 1], ["name", "Curse of the World"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "The World from Outer Space"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Day of the Friday"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Season of the Men"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "I am Witch"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "The Monster"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00]]  (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.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Rise of the Blue Jungle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "The American Monster Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Journey of the Mutant"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Season of the Friday"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Red City"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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 12ms (Views: 11.2ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Christmas on Elnora Key"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Hungry Witch"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Forbidden Diaries"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Rise of the Thief"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "The Red Mutant from Mars"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Fake Women"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Codename: American Tentacle"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Bloody Beast"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "The Monster from Outer Space"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "Bloody Diaries"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["id", 1], ["name", "When Carey Met Makenzie"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-13 02:20:09 -0400 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.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 2015-03-13 02:20:09 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.6ms | 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.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["id", 1], ["name", "Legend of Tears"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 02:20:09 -0400 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 2015-03-13 02:20:09 -0400 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", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["name", "some new book"], ["updated_at", Fri, 13 Mar 2015 06:20:09 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Fri, 13 Mar 2015 06:20:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 02:20:09 -0400 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", Fri, 13 Mar 2015 06:20:09 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.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.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.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.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  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.349101"], ["id", 1], ["name", "City 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.349101"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.353826"], ["id", 1], ["name", "Dangerous Cousins"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.353826"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.356098"], ["id", 1], ["name", "The Monster from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.356098"]]  (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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.425068"], ["name", "The Man from West Covina East"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.425068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.426555"], ["name", "Season of the Dangerous Cousins"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.426555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.428439"], ["name", "Christmas on Stella Divide"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.428439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.429474"], ["name", "Tentacle 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.429474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.430403"], ["name", "The Monster Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.430403"]]  (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", "2015-03-13 06:20:12.434141"], ["name", "newly-created-book"], ["updated_at", "2015-03-13 06:20:12.434141"]]  (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.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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.437032"], ["name", "Journey of the Clash"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.437032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.437974"], ["name", "The Red Rose of Wales"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.437974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.438799"], ["name", "The Green Tears from Hell"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.438799"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.439448"], ["name", "Je Vous Presente, Damon"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.439448"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.440090"], ["name", "The Man from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.440090"]]  (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.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.455263"], ["name", "The Rain from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.455263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.456616"], ["name", "Bloody Thief: The Nils Smitham DDS Story"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.456616"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.457652"], ["name", "Hungry Monster"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.457652"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.458330"], ["name", "The Fly from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.458330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.458987"], ["name", "The American Cat That Came to Dinner"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.458987"]]  (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.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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.463021"], ["name", "The Blue Woman That Came to Dinner"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.463021"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.463974"], ["name", "Codename: Champagne Ninja"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.463974"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.464801"], ["name", "Electric Tears"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.464801"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.465437"], ["name", "The Wolves from South of Bell Road"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.465437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.466077"], ["name", "The Dreams with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.466077"]]  (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.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) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.482518"], ["id", 1], ["name", "War of the Nuclear Pickpocket"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.482518"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.485199"], ["id", 1], ["name", "Danger Jungle"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.485199"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.487231"], ["id", 1], ["name", "The Hills from Hell"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.487231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.489473"], ["id", 1], ["name", "The Witch from Outer Space"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.489473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.494351"], ["id", 1], ["name", "The Death Brain from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.494351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-03-13 02:20:12 -0400 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 -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2015-03-13 02:20:12 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.6ms | 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.505790"], ["id", 1], ["name", "Red Ninja 2: Son of Red Ninja"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.505790"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-03-13 02:20:12 -0400 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 2015-03-13 02:20:12 -0400 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", "2015-03-13 06:20:12.546728"], ["name", "some new book"], ["updated_at", "2015-03-13 06:20:12.546728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-03-13 06:20:12.549868"], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", "2015-03-13 06:20:12.549868"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-03-13 02:20:12 -0400 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", "2015-03-13 06:20:12.552895"]]  (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 Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136) Migrating to AddServiceIdToBooks (20150312044151)  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (9.6ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["id", 1], ["name", "Dr. Mutant"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["id", 1], ["name", "Tokyo Identity"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["id", 1], ["name", "Red Rain"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["id", 1], ["name", "The Red Demon from Mars"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["id", 1], ["name", "The Red Rose of England"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["id", 1], ["name", "The Death Brain from Hell"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["id", 1], ["name", "Action Thief 2: Son of Action Thief"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "Fake World"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "A Fistful of Death Fly"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "The American Woman from Outer Space"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "The Fake World Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "The Wolf from Bushwick South"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "newly-created-book"], ["service_id", nil], ["updated_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.9ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"   (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "Tokyo Wolves"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "The Pickpocket from 9458 Leagues"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "The Ultra Jungle from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "The Demon from Mars"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "Day of the Blow"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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 10.0ms (Views: 9.1ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "The Ultra Rain from Hell"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "Return of the Blonde Man"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "Legend of Blonde City"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "The Danger Beast"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "Electric Hills"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "The Blue World That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "Blue Ninja"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "Green Blow"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "Return of the Action Identity"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "Legend of Fake Wizard"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 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.9ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["id", 1], ["name", "Day of the Blonde Fly"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 09:49:33 -0400 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.4ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-04-20 09:49:33 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["id", 1], ["name", "The Bloody Women with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 09:49:33 -0400 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 1.7ms (ActiveRecord: 0.3ms)  (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 2015-04-20 09:49:33 -0400 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["name", "some new book"], ["service_id", nil], ["updated_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"   (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:33 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 09:49:33 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2015-04-20 13:49:33.695555' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3.5ms (ActiveRecord: 0.3ms) 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.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (3.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["id", 1], ["name", "Christmas on Newton Glen"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["id", 1], ["name", "The Man from Kingsbridge Heights"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["id", 1], ["name", "The Beast from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["id", 1], ["name", "1544 A.D."], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["id", 1], ["name", "Case of the Missing Men"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["id", 1], ["name", "Nuclear Fly"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["id", 1], ["name", "I am Blonde Wizard"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "War of the Nuclear Blow"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Legend of Tokyo Gypsy"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "The Action Diaries That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Return of the Tentacle"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Journey of the Wizard"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (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.3ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Journey of the Identity"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "The Monster from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "War of the Identity"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Je Vous Presente, Millie"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Flying World"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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 19ms (Views: 18.0ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.2ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "A Fistful of Mutant"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Fake Brain"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Codename: Brain"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Time of the Wolf"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "The Yellow Rose of England"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "The Blonde Ninja from Hell"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "A Fistful of Friday"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "The Mutant with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Electric Gypsy"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "Champagne Ninja"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 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 4ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["id", 1], ["name", "Time of the Man"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 09:49:36 -0400 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.5ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2015-04-20 09:49:36 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.5ms | 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["id", 1], ["name", "The Blue Ninjas That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 09:49:36 -0400 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.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 2015-04-20 09:49:36 -0400 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", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (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"  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 09:49:36 -0400 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", Mon, 20 Apr 2015 13:49:36 UTC +00:00]]  (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 ------------------------------------------------------------------------------------------------- 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.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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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.2ms) 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.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 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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.101573"], ["name", "The Forbidden City from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.101573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.105775"], ["name", "I am Dangerous Women"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.105775"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.107078"], ["name", "The Danger Women from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.107078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.107739"], ["name", "Champagne Wolves"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.107739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.108377"], ["name", "Dr. Beast"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.108377"]]  (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", "2015-04-20 13:49:40.112498"], ["name", "newly-created-book"], ["updated_at", "2015-04-20 13:49:40.112498"]]  (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.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.115443"], ["name", "The Identity from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.115443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.116233"], ["name", "Planet of the Blonde Ninja"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.116233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.116927"], ["name", "A Fistful of American Tears"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.116927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.117527"], ["name", "The Thief from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.117527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.118125"], ["name", "The Champagne Blow from Mars"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.118125"]]  (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.6ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.136597"], ["name", "War of the Flying Wolf"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.136597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.137530"], ["name", "The Man with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.137530"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.138224"], ["name", "The Woman from 2397 Leagues"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.138224"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.138821"], ["name", "Season of the Bloody Tears"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.138821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.139493"], ["name", "The Blue Gypsy with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.139493"]]  (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.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.143471"], ["name", "The Mutant Without a Cat"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.143471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.144329"], ["name", "Hard Boiled Ninjas"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.144329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.145042"], ["name", "The Mutant from Outer Space"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.145042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.145663"], ["name", "Season of the Electric Fly"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.145663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.146280"], ["name", "Blonde World"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.146280"]]  (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.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.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.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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.193247"], ["id", 1], ["name", "The Blue Dreams from Outer Space"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.193247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.195413"], ["id", 1], ["name", "The Brain from 16633 Leagues"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.195413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.197286"], ["id", 1], ["name", "Journey of the Bloody Gypsy"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.197286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.199117"], ["id", 1], ["name", "Danger Fly"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.199117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.212464"], ["id", 1], ["name", "The Nuclear Tentacle from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.212464"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 09:49:40 -0400 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.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2015-04-20 09:49:40 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.5ms | 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.222842"], ["id", 1], ["name", "War of the Tentacle"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.222842"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 09:49:40 -0400 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 2015-04-20 09:49:40 -0400 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-04-20 13:49:40.233129"], ["name", "some new book"], ["updated_at", "2015-04-20 13:49:40.233129"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.236136"], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.236136"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 09:49:40 -0400 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", "2015-04-20 13:49:40.238625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.246008"], ["id", 1], ["name", "Codename: Green Witch"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.246008"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.248625"], ["id", 1], ["name", "The American Gypsy That Came to Dinner"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.248625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:49:40.250527"], ["id", 1], ["name", "The Electric Cat from Outer Space"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:49:40.250527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136) Migrating to AddServiceIdToBooks (20150312044151)  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin 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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["id", 1], ["name", "The Electric Tears from Mars"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["id", 1], ["name", "The Wolves Without a Diaries"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["id", 1], ["name", "Nuclear Wizard"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["id", 1], ["name", "Return of the Green Women"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["id", 1], ["name", "The Tentacle Without a Fly"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["id", 1], ["name", "The Green Diaries from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["id", 1], ["name", "Bloody Witch"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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.5ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "The White Rose of Northern Ireland"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "Hard Boiled World"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "A Fistful of Bloody Diaries"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "Tokyo Diaries"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "The City Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "newly-created-book"], ["service_id", nil], ["updated_at", Mon, 20 Apr 2015 13:52:51 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.0ms) SELECT COUNT(*) FROM "books"   (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "The Brains from 12148 Leagues"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "The Forbidden Men from Hell"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "The Wizard That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "Flying Dreams"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "The Tentacle from Outer Space"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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 5.8ms (Views: 4.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "Dangerous Witch"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "Champagne Ninja"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "Fake Monster"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "Forbidden Dreams"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "Day of the Diaries"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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 1.7ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "Season of the Flying Clash"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "The Cat from Auburn North"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "The Wolves from 276 Leagues"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "Legend of Brain"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "The Green Blow from Outer Space"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 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.7ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["id", 1], ["name", "Red City"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 09:52:51 -0400 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.3ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-04-20 09:52:51 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["id", 1], ["name", "The Mutant from 14292 Leagues"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 09:52:51 -0400 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 1.9ms (ActiveRecord: 0.3ms)  (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 2015-04-20 09:52:51 -0400 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["name", "some new book"], ["service_id", nil], ["updated_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 09:52:51 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2015-04-20 13:52:51.976502' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.5ms (ActiveRecord: 0.2ms) 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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.6ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["id", 1], ["name", "The Dreams from Allegheny West"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (0.8ms) rollback transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["id", 1], ["name", "Christmas on Velda Skyway"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["id", 1], ["name", "Dr. Men"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["id", 1], ["name", "The Tears with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Izaiah"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["id", 1], ["name", "The Ultra Jungle with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["id", 1], ["name", "The Rain Without a World"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "1482 A.D."], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Danger Friday: The Adrain Heller Story"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Planet of the Woman"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "The Brains from Northwest Midlothian/Midlothian Country Club"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Christmas on Lina Land"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "The Mutant Without a Tears"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "War of the Demon"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "The Men from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Planet of the Friday"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Fake Hills: The Joesph Hansen Story"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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 11ms (Views: 10.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.2ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "The Flying City Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "The Electric Diaries from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Case of the Missing Champagne Wizard"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "The Dangerous Gypsy from Outer Space"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Green Ninja"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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 1ms (Views: 0.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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "The Tentacle from Olmsted Falls Central"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Tokyo Brain"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Christmas on Waldo Land"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Dangerous Man"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "Killer Cousins"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 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 2ms (Views: 1.2ms | 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["id", 1], ["name", "Return of the Friday"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 09:52:54 -0400 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 2015-04-20 09:52:54 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.5ms | 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["id", 1], ["name", "I am Flying Demon"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 09:52:54 -0400 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.3ms) 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 2015-04-20 09:52:54 -0400 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", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.3ms)  (0.0ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 09:52:54 -0400 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", Mon, 20 Apr 2015 13:52:54 UTC +00:00]]  (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 ------------------------------------------------------------------------------------------------- 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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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.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 ------------------------------------------------------------------------------------------------- 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) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.270954"], ["id", 1], ["name", "The Diaries That Came to Dinner"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.270954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.275520"], ["id", 1], ["name", "Dr. Wolves"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.275520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.278247"], ["id", 1], ["name", "Clash 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.278247"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.280495"], ["id", 1], ["name", "Legend of Tentacle"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.280495"]]  (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) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.284815"], ["id", 1], ["name", "The Yellow Rose of Wales"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.284815"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.287033"], ["id", 1], ["name", "Dangerous Pickpocket"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.287033"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.289495"], ["id", 1], ["name", "The Death Fly from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.289495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.295316"], ["id", 1], ["name", "The Blonde Monster with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.295316"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 09:52:57 -0400 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.7ms) Completed 200 OK in 39ms (Views: 37.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 2015-04-20 09:52:57 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.3ms | 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.368244"], ["id", 1], ["name", "Killer Monster"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.368244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 09:52:57 -0400 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 2015-04-20 09:52:57 -0400 Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"some new book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-04-20 13:52:57.376602"], ["name", "some new book"], ["updated_at", "2015-04-20 13:52:57.376602"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.379576"], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.379576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 09:52:57 -0400 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", "2015-04-20 13:52:57.382234"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.402109"], ["name", "The Pickpocket Without a Man"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.402109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.403241"], ["name", "The Action Dreams with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.403241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.404000"], ["name", "Season of the Pickpocket"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.404000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.404633"], ["name", "The Killer Woman from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.404633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.405260"], ["name", "Death Identity"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.405260"]]  (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.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-04-20 13:52:57.407935"], ["name", "newly-created-book"], ["updated_at", "2015-04-20 13:52:57.407935"]]  (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.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.410403"], ["name", "The Friday from 9544 Leagues"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.410403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.412160"], ["name", "The Blow from Auburn North"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.412160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.414165"], ["name", "The Nuclear Hills with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.414165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.414901"], ["name", "Ultra Mutant"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.414901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.415540"], ["name", "The Ultra Mutant from Mars"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.415540"]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.420273"], ["name", "The Gypsy Without a Man"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.420273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.421397"], ["name", "The Friday from Florissant West"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.421397"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.422353"], ["name", "The Fake Man with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.422353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.423172"], ["name", "The Gypsy from Mars"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.423172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.424042"], ["name", "Case of the Missing Fake Hills"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.424042"]]  (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.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.427894"], ["name", "The Clash from Mars"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.427894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.428754"], ["name", "The Yellow Rose of Northern Ireland"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.428754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.429473"], ["name", "The Tokyo Diaries from Across the Ocean"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.429473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.430113"], ["name", "The Rain from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.430113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 13:52:57.430720"], ["name", "Killer Woman"], ["service_id", "asdf"], ["updated_at", "2015-04-20 13:52:57.430720"]]  (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.6ms | 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 Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136) Migrating to AddServiceIdToBooks (20150312044151)  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["id", 1], ["name", "Rise of the Tentacle"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["id", 1], ["name", "Bloody Diaries"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["id", 1], ["name", "The Dreams from Mars"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["id", 1], ["name", "The Forbidden Mutant from Outer Space"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["id", 1], ["name", "The Wolves Without a Tears"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["id", 1], ["name", "I am Rain"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["id", 1], ["name", "Je Vous Presente, Lorena"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "The Thief from Northwoods West"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "The Ultra Wizard Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "Death Hills"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "The Blonde Dreams from Outer Space"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "Flying Brain: The Irwin Weimann Story"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "newly-created-book"], ["service_id", nil], ["updated_at", Mon, 20 Apr 2015 14:35:14 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.1ms) SELECT COUNT(*) FROM "books"   (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "The Forbidden Diaries from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "The Beast from 4400 Leagues"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "The Nuclear Rain Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "Action Jungle"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "Return of the Action City"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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 5.9ms (Views: 5.0ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "The Black Rose of Wales"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "Return of the Electric Friday"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "The Tentacle Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "Bloody Identity"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "The Blonde Fly from Mars"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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 1.0ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "Forbidden Demon"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "Killer Pickpocket"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "Curse of the Electric Hills"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "A Fistful of Gypsy"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "The Jungle from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00]]  (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 3.1ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["id", 1], ["name", "Green Dreams: The Garrett Reilly Story"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 10:35:14 -0400 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.2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-04-20 10:35:14 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["id", 1], ["name", "Green Wolf"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 10:35:14 -0400 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 1.7ms (ActiveRecord: 0.2ms)  (0.0ms) 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 2015-04-20 10:35:14 -0400 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["name", "some new book"], ["service_id", nil], ["updated_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.5ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books"   (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:14 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 10:35:14 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2015-04-20 14:35:14.790220' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.7ms (ActiveRecord: 0.3ms) 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.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.7ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["id", 1], ["name", "Blow 2: Electric Boogaloo"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (1.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["id", 1], ["name", "Bloody Tentacle"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["id", 1], ["name", "Curse of the World"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["id", 1], ["name", "War of the Diaries"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["id", 1], ["name", "Invasion of the Brain"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["id", 1], ["name", "Death Mutant"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["id", 1], ["name", "The American World from Across the Ocean"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "The Mutant That Came to Dinner"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "The Wizard from Hell"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "I Married a Nuclear World"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "Planet of the Action Diaries"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "The Electric Wolves Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (1.2ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "The American Demon from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "Red Dreams"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "The Wizard Without a Rain"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "American Wizard"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "The Witch from the Black Lagoon"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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 12ms (Views: 11.1ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "Hungry Brains"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "The Red Rose of Wales"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "Codename: Women"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "The Wolves from phoenix"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "War of the Flying Brain"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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 1ms (Views: 0.6ms | 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "I Married a Wizard"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "The Death Thief with a Thousand Faces"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "Christmas on Natalie Street"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "Codename: Mutant"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "The Friday Without a Jungle"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (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 4ms (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["id", 1], ["name", "Forbidden Blow"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 10:35:17 -0400 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.5ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2015-04-20 10:35:17 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.5ms | 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["id", 1], ["name", "Hard Boiled Rain"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 10:35:17 -0400 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.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 2015-04-20 10:35:17 -0400 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", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 10:35:17 -0400 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", Mon, 20 Apr 2015 14:35:17 UTC +00:00]]  (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.5ms) 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.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.0ms) 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.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.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.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 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:35:19.987845"], ["id", 1], ["name", "Dr. Wolves"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:19.987845"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 10:35:20 -0400 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.7ms) Completed 200 OK in 13ms (Views: 11.0ms | 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 2015-04-20 10:35:20 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 2ms (Views: 1.2ms | 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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.061881"], ["id", 1], ["name", "Fake Dreams"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.061881"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 10:35:20 -0400 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.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 2015-04-20 10:35:20 -0400 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", "2015-04-20 14:35:20.071084"], ["name", "some new book"], ["updated_at", "2015-04-20 14:35:20.071084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 39ms (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.112146"], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.112146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 10:35:20 -0400 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", "2015-04-20 14:35:20.115128"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.124823"], ["id", 1], ["name", "Hungry Dreams"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.124823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.126994"], ["id", 1], ["name", "Curse of the American Monster"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.126994"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.129430"], ["id", 1], ["name", "Case of the Missing Ultra Wolf"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.129430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.131402"], ["id", 1], ["name", "The Demon Without a Rain"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.131402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.150742"], ["id", 1], ["name", "Ultra Tears 2: Son of Ultra Tears"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.150742"]]  (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.4ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.154319"], ["id", 1], ["name", "Legend of Brains"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.154319"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.157561"], ["id", 1], ["name", "Return of the Blow"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.157561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.162174"], ["name", "Curse of the Dangerous World"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.162174"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.163133"], ["name", "Case of the Missing Danger Ninja"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.163133"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.163926"], ["name", "Hungry Thief"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.163926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.164581"], ["name", "The Blow Without a Men"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.164581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.165257"], ["name", "Red Diaries"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.165257"]]  (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.0ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2015-04-20 14:35:20.167997"], ["name", "newly-created-book"], ["updated_at", "2015-04-20 14:35:20.167997"]]  (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.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.170416"], ["name", "Hard Boiled Clash"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.170416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.172876"], ["name", "When Pearl Met Elliot"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.172876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.174352"], ["name", "When Kasandra Met Sigrid"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.174352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.175086"], ["name", "The Beast Who Fell to Earth"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.175086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.175730"], ["name", "Planet of the Tokyo Wolf"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.175730"]]  (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.3ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.180385"], ["name", "Bloody Gypsy"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.180385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.181325"], ["name", "Legend of American Witch"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.181325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.182099"], ["name", "When Favian Met Alia"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.182099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.182858"], ["name", "Nuclear Gypsy"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.182858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.183519"], ["name", "Hungry Mutant"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.183519"]]  (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.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.189001"], ["name", "Invasion of the Monster"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.189001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.190333"], ["name", "The Cat from Jupiter South/Abacoa"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.190333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.191279"], ["name", "When Kathryne Met Kianna"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.191279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.191938"], ["name", "1793 A.D."], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.191938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:35:20.192568"], ["name", "Death Brains"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:35:20.192568"]]  (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.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateBooks (20140407202136) Migrating to AddServiceIdToBooks (20150312044151)  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "newly-created-book"], ["service_id", nil], ["updated_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1.4ms (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.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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.9ms (Views: 5.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 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.9ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 10:36:27 -0400 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.3ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction Started GET "/books" for 127.0.0.1 at 2015-04-20 10:36:27 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1.2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 10:36:27 -0400 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 1.7ms (ActiveRecord: 0.3ms)  (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 2015-04-20 10:36:27 -0400 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["name", "some new book"], ["service_id", nil], ["updated_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1.4ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "books"   (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:27 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 10:36:27 -0400 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.2ms) UPDATE "books" SET "name" = 'changed book', "updated_at" = '2015-04-20 14:36:27.900202' WHERE "books"."id" = 1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2.6ms (ActiveRecord: 0.2ms) 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.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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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 (1.7ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (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 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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.1ms) INSERT INTO "books" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "newly-created-book"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.0ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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 12ms (Views: 11.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 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.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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 10:36:30 -0400 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.6ms | ActiveRecord: 0.0ms)  (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 2015-04-20 10:36:30 -0400 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Completed 200 OK in 3ms (Views: 1.6ms | 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 10:36:30 -0400 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.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 2015-04-20 10:36:30 -0400 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", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["name", "some new book"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.0ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", Mon, 20 Apr 2015 14:36:30 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 10:36:30 -0400 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", Mon, 20 Apr 2015 14:36:30 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.3ms) 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.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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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.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 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", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.121786"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.121786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.125792"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.125792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.127230"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.127230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.127902"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.127902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.128538"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.128538"]]  (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", "2015-04-20 14:36:33.132031"], ["name", "newly-created-book"], ["updated_at", "2015-04-20 14:36:33.132031"]]  (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.8ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.135275"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.135275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.136151"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.136151"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.136915"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.136915"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.137544"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.137544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.138153"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.138153"]]  (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.5ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.152492"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.152492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.153465"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.153465"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.154212"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.154212"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.154813"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.154813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.155410"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.155410"]]  (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.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.159343"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.159343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.160191"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.160191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.160887"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.160887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.161504"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.161504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("created_at", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.162104"], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.162104"]]  (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.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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.217332"], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.217332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.219482"], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.219482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.221326"], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.221326"]]  (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.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.223631"], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.223631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.227127"], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.227127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2015-04-20 10:36:33 -0400 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 -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2015-04-20 10:36:33 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Completed 200 OK in 1ms (Views: 0.6ms | 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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.237487"], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.237487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2015-04-20 10:36:33 -0400 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.2ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = 1  (0.3ms) 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 2015-04-20 10:36:33 -0400 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", "2015-04-20 14:36:33.246338"], ["name", "some new book"], ["updated_at", "2015-04-20 14:36:33.246338"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.249608"], ["id", 1], ["name", "some new book"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.249608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2015-04-20 10:36:33 -0400 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", "2015-04-20 14:36:33.252239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) 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) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.255773"], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.255773"]]  (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.1ms) INSERT INTO "books" ("created_at", "id", "name", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.257770"], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.257770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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", "service_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2015-04-20 14:36:33.259600"], ["id", 1], ["name", "some book name"], ["service_id", "asdf"], ["updated_at", "2015-04-20 14:36:33.259600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction