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)  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